/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
	padding: 156px 0 100px;
	
	background: #0059b3; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top, #0059b3, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #0059b3, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #0059b3, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #0059b3, #80bfff); /* Standard syntax (must be last) */
}

section {
	padding: 150px 0;
}

#profileImg {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

#lindedIn, #facebook {
	background: white;
	border-radius: 50%;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.linkImg {
	border-radius: 50%;
}

.linkImg:hover { 
	border: solid #007bff;
} 

/*Form Validation*/
label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}