.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 {
max-width: 1440px;
padding-top: 5%;
box-shadow: none;
position: relative;
border-bottom: none;
margin: 0 auto;
}
header#homePage     {
padding-top: 0;
box-shadow: none;
}
a.logo, div.logo {
display: block;
position: relative;    
background: url(//dellaconroy.com/art/wp-content/themes/BLANK-Theme/images/logo.png) no-repeat 0 0;
background-size: contain;
max-width: 375px;
z-index: 999;
height: 100px;
}
@media screen and (max-width: 890px)	{
}
@media screen and (max-width:800px) {
header {
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;
}
}