@media screen and (min-width: 0px) and (max-width: 720px) {
  .visible-sm {
    visibility: visible;
    display: block;
  }
  .hidden-sm {
    visibility: hidden;
    display: none;
  }
  h1 {
  font-size: 12px;/* for IE>9  other will use rem */
  font-size: 1.2rem/* 12px */
  font-family: Georgia, "Times New Roman", Times, Serif;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

}
@media screen and (min-width: 720px) {
  .visible-sm {
    visibility: hidden;
    display: none;
  }
  .hidden-sm {
    visibility: visible;
    display: block;
  }
  h1 {
  font-size: 16px;/* for IE>9  other will use rem */
  font-size: 1.6rem/* 12px */
  font-family: Georgia, "Times New Roman", Times, Serif;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}

}

/* standard elements */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  padding-left: 6px;
  padding-right: 6px;
  background: #111 url(../img/bg.jpg) repeat-y center top;
  color: #000000;
  font: normal 75% Verdana, Arial, Helvetica, sans-serif;/* 12px at default browser settings */
  color: #393221;
  position: relative;
  /* Theme shuffling in frames/v_header.php */
  background-repeat: repeat;
  background-position: top center;
  background-attachment: fixed;
  min-height: 100%;
  -webkit-text-stroke: 1px transparent;
}

p {
  font-size: 10px;/* for IE>9  other will use rem */
  font-size: 1.0rem;/* 12px */
}

p, ul {
  font-size: 1.0em;
  padding-bottom: 1.0em;
}

blockquote {
  font: bold 1em sans-serif;
}

code {
  background: #444;
  display: block;
  font-size: 12px;
  margin: 0 10px 12px;
  overflow: auto;
  padding: 8px 10px;
  white-space: pre;
}

img {
  border: none;
}

ul {
  margin-left: 2em;
}
/* classes */

.stripes {
  background: #333 url(../img/stripe.gif);
  height: 6px;
}
/* header */

.header {
  background: #93918b url(../img/header.png) no-repeat;
  background-position: right center;
  border: 1px solid #383733 !important;
  height: 76px;
}

.header span {
  font-family: Georgia, "Times New Roman", Times, Serif;
  padding-top: 16px;
  padding-left: 16px;
  display: inline-block;
   font-style: normal;
   font-weight: bold;
   font-size: 43px;
   text-decoration: none;
   padding: 10;
   margin: 0;
   color: #333333 !important;
}
.headersmall{
  background: #93918b url(../img/headermtcrosby.png) no-repeat;
  background-position: right center;
  border: 1px solid #383733 !important;
  height: 38px;
}
.headersmall span {
  font-family: Georgia, "Times New Roman", Times, Serif;
  padding-top: 6px;
  padding-left: 6px;
  display: inline-block;
   font-style: normal;
   font-weight: bold;
   font-size: 20px;
   text-decoration: none;
   padding: 6px;
   margin: 0;
   color: #E6E6E6 !important;
}

.menu{
  background: #191919;
  padding: 3px 3px 3px 4px;
}

.menuitemphoto{
  background: url("/menuimages/photos.png") no-repeat;
  padding-left: 22px;
  min-height: 16px;
}
.menuitemmovie{
  background: url("/menuimages/movie.png") no-repeat;
  padding-left: 22px;
  min-height: 16px;
}
.menuitemnews{
  background: url("/menuimages/news16x16.png") no-repeat;
  padding-left: 22px;
  min-height: 16px;
}
.menuitemwildlifelist{
  background: url("/menuimages/wildlife_list.png") no-repeat;
  padding-left: 22px;
  min-height: 16px;
}

/* structure */

.layout {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 3px solid #FFFFFF;
 /* border-top: none; */
  border-radius: 3px;

}
.breadcrumb {
  background: #000000;
  padding: 2px;
  text-align:left;
  color:#FFFFFF;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.main {
  background: #e0e0e0;
  padding: 8px;
  min-height: 600px;
  border: 1px solid #000000;
  border-top: none;
}

.maingallery {
  background: #000;
  padding: 8px;
  color: #E3E3E3;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.content {
  background: #ffffff;
  border: 1px solid #d5d4d4;
  padding: 3px 3px 3px 3px;
  border-radius: 5px;
}

.contentheader {
  background: #355168;
  padding: 2px 2px 2px 4px;
  border: 1px solid #d5d4d4;
}

.contentheader h1 {
  background: url(../img/nav_blue_right.png) no-repeat;
  padding-left: 20px;
  margin: 0px 0px;
  font-size: 8px;/* for IE>9  other will use rem */
  font-size: 0.8rem;/* 12px */
  font-weight: lighter;
  color: #FFFFFF;
}

.contentbody td {
  vertical-align: top;
}

.contentbody {
  padding: 4px 2px 0px 2px;
  font-size: 8px;/* for IE>9  other will use rem */
  font-size: 0.8rem;/* 8px */
  font-weight: normal;
  clear: both;
}

.contentbody img {
  height: auto;
  width: auto;
}

.contentbody p {
  padding-left: 4pt;
}

.contentgap {
  height: 6px;
}

.footer {
  background: #4b4b4b;
  color: #FFFFFF;
  clear: both;
  padding: 3px;
  font-size: 1.1em;
}

.footer a {
  color: #A9D5F4;
}
.css_menu {
  max-width: 100%;
}
/* for retina/kindle hd screens */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
   p, ul {
     font-size: 1.2em;
   }
   .contentheader h1 {
     font-size: 1.2em;
   }
   .frlegend {
     font-size: 1.2em;
   }
   #rules p {
     font-size: 1.2em;
   }

}
#main-menu {
  z-index: 1;
}
