/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .jumbotron {
    margin-top: 20px; }

  .body-content {
    padding: 0; } }
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  background-image: url("../images/bg.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #82979c;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px; }

ul {
  display: block; }

p {
  padding: 10px;
  text-indent: 5px;
  font-size: 12px; }

a.iframe {
  z-index: 9999 !important; }

iframe {
  z-index: 9999 !important;
  padding: 1px;
  border: 1px solid #c15e00 !important; }
  iframe:hover {
    border: 1px solid #ff9d3f !important; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

.HeaderContent {
  display: block;
  text-align: center; }

.MainLogo {
  display: inline-block;
  background-image: url("../images/logo.png");
  background-size: cover;
  width: 960px;
  height: 230px;
  text-align: center; }

.MainMenu {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px; }

.MainMenuItem {
  display: inline-block;
  color: #c15e00;
  font-weight: bold;
  padding: 5px;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid;
  border-radius: 3px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
  background-color: #002027;
  box-shadow: 2px 3px 0 #462200;
  -moz-transition: all linear;
  -o-transition: all linear;
  -webkit-transition: all linear;
  transition: all linear;
  -moz-transition-property: border-radius;
  -o-transition-property: border-radius;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.MainMenuItem:active {
  box-shadow: -1px -2px 0 #462200;
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px); }

.MainMenuItem:hover, a:hover {
  background-color: #c15e00;
  color: #002027;
  cursor: pointer;
  border-radius: 10px; }

.MainMenuItem:hover > a {
  color: #002027;
  text-decoration: none; }

.MainMenuItem > a:hover {
  color: #002027;
  text-decoration: none; }

.MainMenuItem > a {
  color: #c15e00;
  text-decoration: none; }

.MainBody {
  display: block;
  background-color: rgba(27, 13, 0, 0.75);
  border: 1px solid #c15e00; }

a {
  color: #c15e00; }

a:hover {
  color: #ff9d3f; }

footer {
  text-align: center;
  font-size: 0.6em; }

.NewsEntry {
  margin: 8px; }

.NewsTitle {
  padding-left: 10px;
  padding-right: 5px;
  display: inline;
  font-size: 1.3em;
  font-weight: bold;
  color: #ff9d3f; }

.NewsDate {
  display: inline;
  font-size: smaller;
  color: #304246; }

.NewsBody {
  font-size: 1em;
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px; }

.navcenter {
  text-align: center; }

.navleft {
  text-align: left; }

.navright {
  text-align: right; }

.navblock {
  display: block; }

.navblockin {
  display: inline-block; }

.hr {
  height: 46px;
  background: url("../images/hr.png");
  background-repeat: repeat-x; }

/*# sourceMappingURL=InnerfearumStyle.css.map */
