.headerwrap {
	margin:0;
	text-align:center;
	background-position: center center;
	width: 100%;
	overflow:hidden;
background-color:#0099d8;
    background-size: cover;
}



    .headerwrap h1 {
	color: #fff;
	   letter-spacing: 3px;
	   font-size: 1.3em;
	   line-height: 1.3em;


    }

.highlight a {color:#000;}

.intro_sections { 
	background-color:#F5F5F5;  
	transform: translate(0,-4px);
   
    transition: all 0.5s ease-in-out; 
	box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
}

/* education sub-nav */



.education .navbar .nav-education  .brand{
   font-weight:400;

}

.education .navbar .nav-education  .nav > li > a {
    color: #315f86;

}

.education .navbar .nav > li > dropdown-toggle {
	
		background-color: #0A4595;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
	}
	
.education	.navbar .nav li.dropdown > .dropdown-toggle .caret {
     border-top-color: #fff; 
    border-bottom-color: #fff;
}


.education	.navbar .nav li.dropdown > .dropdown-toggle .caret:hover, .education	.navbar .nav li.dropdown > .dropdown-toggle .caret:focus, .education	.navbar .nav li.dropdown > .dropdown-toggle .caret:active {
     border-top-color: #fff; 
    border-bottom-color: #fff;
}

	
	
	.education .navbar .nav > li > a:hover {
	
		background-color: #0A4595;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
	}
	

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

   .intro_sections { 
    
    padding:15px;
    
    
    }


}


    

}




@media (max-width:767px){
}


   .headerwrap {
	   margin:0;
	   text-align:center;
	   background-position: center center;
	   min-height: 200px;
	   width: 100%;
	   overflow:hidden;
        background-size: cover;

    }
    


}
    
    
    
