 /*   
Theme Name: City of Clinton 
Theme URI: 
Description: Custom Header for City of Clinton, MN
Author Name: Susan Belanger
Author URI: https://creativelyewe.com
Version: 2
 */



.nav_container {
    background: #1d4154;
    background: #072e42;
    background: #2f5061;
    width: 100%;
    height: 170px;
    box-shadow: 3px 5px 8px rgb(0 0 0 / 80%);
    z-index: 1000;
    position: relative;
}

.logo_container {
    max-width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    /* display: none; */
    z-index: 150;
}


header {
 
    height: 442px;
    padding-top: 2.5%;
    box-shadow: 5px 5px 8px #201f1f;
    z-index: 1000;
    position: relative;
    border-bottom: 1px solid #201f1f;
}

body div#home header {
    background: #052e06 url(../images/header.jpg) center top no-repeat;
	
}


body div#about header	{
	background: #392a19 url(../images/geese_flying.jpg) center top no-repeat;
}

body div#contact header	 {
	background: #05221b url(../images/harvest6.jpg) center top no-repeat;
	
}

body div#secondary header, body div#checkout header	{
	
	background: #1e3818 url(../images/lilyPads.jpg) center top no-repeat;
}

body div#standard header	{
	
	background: #40615e url(../images/bridge.jpg) center top no-repeat;
}

body div#council header	{
	
	background: #40615e url(../images/eli-lake.jpg) center top no-repeat;
}


div.logo-home, a.logo {
    z-index: 90;
    position: relative;
    display: block;
    max-width: 700px;
    height: 200px;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
    margin-top: 70px;
    /* display: none; */
}




a.logo  {
    margin-top:30px;
}


@media screen and (max-width: 890px)	{
	
	
a.logo, div.logo-home {
    z-index: 90;
    display: block;
    max-width: 600px;
    height: 450px;
    margin: 0 auto;
	margin-top:30px;
	background: url(../images/logo_v.png) no-repeat 0 0;
    background-size: contain;
	/* without logo */
	
}
    
}


