﻿/* Makes mobile menu flat and pretty */
.art-menu-btn {
border:none !important;
box-shadow:none !important;
border-radius:4px !important;
} 
.art-nav .art-menu-btn {
background:#FFFFFF !important;
} 
.art-nav .art-menu-btn span {
background:#325A9A !important;
} 

.site-header {
  /* background-color:#325A9A; */
  background-image: linear-gradient(#E9E9E9, #FCFCFC);
  height:68px;
  border-bottom-color:#C0C0C0;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

.search-button {
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  color: #FFFFFF;
  overflow: hidden;
  outline:none;
}

.headerimage {
 width:100%;
 max-width:300px;
 padding-top:6px;
 border:0px;
 -webkit-filter: drop-shadow(2px 2px 3px #888);
 filter: drop-shadow(2px 2px 3px #888); 
}
