
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* For ScrollSpy */
body {
	position: relative;
	padding-top: 40px;
}

/* To give room for headings when auto scrolling so they are not behind the fixed nav */
section {
    padding: 40px 0;
}

section[id=skills] {
	background-color: #4E5D6C;
}

section[id=experience] {
}

section[id=education] {
	background-color: #4E5D6C;
}

section[id=other] {
	background-color: #4E5D6C;
}

section[id=contact] {
}

.work-logo {
    max-width: 64px;
    height: auto;
}

.jumbotron {
	background-color: #BF5A16;
	margin-bottom: 0px;
}

.jumbotron-logo {
	max-width: 100%;
	height: auto;
	float: right;
}

.form-control {
	color: #ebebeb
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #0ff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #ebebeb;
    font-size: 20px;
    color: #ebebeb;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #df691a;
    color: #df691a;
    background: #ebebeb;
}


.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #4e5d6c;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #4e5d6c;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #df691a;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #4e5d6c;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}
