﻿/* 
   for test site only, for easy visual differentitation  
   on main site this file has no values, or these are commented out
*/
body {
   background: #E8EF7C;
}


.logosmall {
   height: 100%; !important;
   width: auto; !important;
   max-height:100%; !important;

}

@media (max-width: 825px) {
  .site-logo2 {
	width:20%;
  }	
  .navigation-menus {
	width:75%;
  }
}

  
#aHead {
   background: #ee343c;
   color: #ffffff;
}

#pnlDevSite {
	display:inline-block;
	width:100%;
	padding:5px 25px;
	background-color: red; 
	color:white; font-size:x-large; 
	font-weight: bold;
	text-align: center;
}


