
.jumbotron {
    height: 500px;
    background: url("../img/1264.png") center 0 no-repeat;
    background-size: cover;
}

.jumbotron2 {
    height: 80px;
    background-size: cover;
}

span1 {
text-justify:4;
display: inline-block;
width: 7em;
}

/***************** NAV ***************/

 #top-nav {
    transition: all 0.2s linear 0s;
}

.navbar-fixed-top {
    border: none;
}

.navbar-fixed-top li a {
    color: #003591;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s, border 0.3s;
	margin-top: 10px
}

.navbar-default .navbar-nav .activenav a {
    border-bottom: 1px solid #003591;
}

.navbar-default .navbar-nav .activenav a:hover {
	text-decoration: underline;
	color: #E48E00;
}

.navbar-nav > li > a {
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border 0.3s;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
    text-decoration: underline;
	color: #E48E00;
}
.navbar-toggle {
	margin-top: 20px
}
 
.fixed-header {
    background: #fff !important;
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
 }

 .fixed-header .navbar-nav > li > a {
    color: #003591;
    opacity: 1;
 }

.fixed-header .navbar-default .navbar-nav .activenav a { 
    opacity: 1;
}

.fixed-header .navbar-nav >li > a:hover {
    text-decoration: underline;
	color: #E48E00;
}


#top-nav.navbar-scroll-changed {
    background: none;
    margin: 0 auto;
    border: 0;
 }

/***************** END NAV ***************/

/**************** MEDIA QUERIES ******************/

@media (max-width: 768px) {
    .hero-overlay {
	   	height: 450px;
    }
    .navbar-fixed-top {
        background: #fff !important;
        box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
    }
    
    .navbar-default .navbar-nav >li >a {
        opacity: 1;
        line-height: 10px !important;
    }
    
    .navbar-fixed-top .navbar-toggle .icon-bar {
        background-color: #E48E00 !important;
    }
}
