/* Restore overrides for modern browsers */
html, body { min-height: 100%; }
body.background { background-color: #cc0000 !important; }
#website-title { text-shadow: 1px 1px 2px rgba(0,0,0,0.45); }
#website-slogan { text-shadow: 1px 1px 1px rgba(0,0,0,0.35); }
#ceologo img { max-width: 150px; height: auto; border: 2px solid #000; background: #fff; }
#wrap-navcontent {
  background-image: url('../images/bkg.svg') !important;
  background-repeat: repeat-y !important;
  background-color: #1f5a35;
  min-height: 500px;
}
img { max-width: 100%; height: auto; }
@media (max-width: 800px) {
  #nav-left, #inner, #headertop, .accent { width: 100% !important; max-width: 100%; }
  #ceologo { position: static !important; left: auto !important; text-align: center; margin: 10px 0; }
  #navcontainer { margin-top: 10px !important; }
  #column1, #column2 { float: none !important; width: 100% !important; }
  #pagecols { width: 100% !important; }
}
