 /*   
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#home, header {
 
    height: 510px;
    max-width: 1440px;
    padding-top: 2.5%;
    box-shadow: 5px 5px 8px #201f1f;
    z-index: 1000;
    position: relative;
    border-bottom: none;
    margin: 0 auto;
}

header#homePage     {
    padding-top: 0;
    box-shadow: none;
}

body div#home header	{
	background: #392a19 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;
    height: 200px;
    max-width: 580px;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: contain;
    margin-top: 70px;
    display: block;
}


div.logo-home, a.logo span   {
   
}



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


@media screen and (max-width: 890px)	{
	
	
a.logo {
    z-index: 90;
    max-width: 600px;
    height: 450px;
    margin: 0 auto;
	margin-top:0;
	background: url(../images/logo_v.png) no-repeat 0 0;
    background-size: contain;
	/* without logo */
	
}
    
}
    
    
@media screen and (max-width:800px) {
	
header {
 
    height: 400px;
    max-width: 1440px;
    padding-top: 0;
    z-index: 1000;
    position: relative;
    border-bottom: none;
    margin: 0 auto;
}
    
    
}
    
    
@media screen and (max-width:600px) {
	
header {
 
    height: 375px;
    max-width: 600px;
    padding-top: 0;
    box-shadow: none;
    z-index: 1000;
    position: relative;
    border-bottom: none;
    margin: 0 auto;
}
    
}



