@charset "utf-8";
/* CSS Document */

nav{
background-image:url("https://nclead.ncpublichealth.com/library/images/bg_poly-accent-red.jpg");
background-position:center;
height:60px;
margin-top:1px;
}

#maintenance-message {
margin: 2em auto 2em auto;
font-size: 24px;
padding-top:0;
padding-bottom:0;
}

#maintenance-message p{
margin-top:10px;
margin-bottom:10px;
}

.maintenance-header{
line-height: 1.5;
}

@media all and (min-width:1000px){

.maintenance-header{
margin-left: -3px;
}

}

@media all and (max-width:1000px){

header .agency{
padding-left:4px;
}


header .col-md-8{
padding-left:2px;
padding-right:0;	
}

.maintenance-header{
margin-left:12px;
}

#maintenance-message{
margin-left:-2px;
}

}

@media all and (min-width:768px){

.maintenance-header{
margin-top:2px;
color:#fff;
font-size:36px;
font-weight:bold;
}

}

@media all and (max-width: 767px){

.maintenance-header{
color:#fff;
line-height:normal;
font-size:24px;
font-weight:bold;
margin-top:12px;
} 

}

@media all and (max-width: 399px){

.maintenance-header{
color:#fff;
line-height:normal;
font-size:20px;
font-weight:bold;
letter-spacing:1px;
margin-top:16px;
} 

#maintenance-message{
font-size:20px;
}

}
}