.sticky-header {
    border-bottom:8px solid #ff525e;
}



span {
 font-family: lato, sans-serif !important;   
}
span.fa {
    font-family: FontAwesome !important;
}
    
    @media all and  (min-width: 760px) and (max-width:1200px) {
    .navbar-header {
        position:relative;
        top: 30px;
    }
}
@media all and (max-width: 1200px){
    .navbar-nav > li > a {
        padding:22px 12px;
    }
}



.remove-padding {
    padding-left:0!important;
    padding-right:0!important;
}

.bg-img {
  position: relative;
 width: 100%;
  height: 100%;
  background: url('http://unsplash.it/1200x800') center center no-repeat;
  background-size: cover;
}

.navbar-nav > li > a {
    text-transform: capitalize;
}
  
  .bg-img:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
	opacity: .6; 
}

.site-footer {
    background:#484848;
color:#fff;
padding-top:50px;
padding-bottom:50px;
}
.site-footer p {
    color:#fff;
}
.whiteText {
    color:#fff;
}