﻿body {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  color: #333;
  width: 100%; }

h1, h2, h3, h4, h5 {
  color: #661911;
  font-weight: bold;
  font-family: Arial;
  margin: 10px 0; }

h1 {
  font-size: 150%; }

h2 {
  font-size: 140%; }

h3 {
  font-size: 130%; }

h4 {
  font-size: 120%; }

h5 {
  font-size: 100%; }

a {
  color: #661911;
  text-decoration: underline; }

a:hover {
  color: #661911; }

a:active, a:link, a:visited {
  color: #661911; }

#mynav a {
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  padding: 5px;
  border-bottom: 4px solid transparent; }

#mynav a.active {
  border-bottom: 4px solid #661911; }

#mynav a:hover {
  border-bottom: 4px solid #661911; }

#mobilenav a {
  font-size: 120%;
  width: 98%;
  background: #551b0b;
  margin-bottom: 4px;
  color: white; }

#mobilenav a.active {
  background: #bd8769;
  border-bottom: 4px solid transparent; }

#mobilenav a:hover {
  border-bottom: 4px solid transparent; }

nav {
  padding-top: 0; }

.section-pad {
  padding: 2em 0 .5em 0; }

.section-bar {
  height: 2em;
  background: #557eb3; }

#mynav div {
  padding: 0;
  text-align: center;
  white-space: nowrap; }

.hide-lg {
  display: none; }

section {
  padding: 10px 0;
  padding-bottom: 0px;
  border-bottom: none; }

#About {
  padding-top: 15px; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.row:before,
.row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

#hero {
  background: lightblue;
  background-image: url("../images/DSCN289123.jpg");
  background-size: cover;
  background-position: center;
  height: 28em;
  box-shadow: 5px 5px 5px; }

#hero .container {
  margin-top: 2em; }

#hero .column:nth-child(1) img
#hero-sm .column:nth-child(1) img {
  float: left; }

#hero .column:nth-child(2) img,
#hero-sm .column:nth-child(2) img {
  float: right; }

#hero img {
  height: 9em;
  width: 26em; }

#hero-sm {
  background: lightblue;
  background-image: url("../images/DSCN289123.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 15em;
  box-shadow: 5px 5px 5px; }

#hero-sm img {
  height: 4em;
  width: 18em; }

#tagline {
  font-size: 3em;
  line-height: 1;
  font-family: segoe ui;
  transform: scale(1.5, 1);
  font-weight: 100; }

#mobilenav {
  margin-top: 1em; }

#tagline span {
  display: block; }

#tagline span:nth-child(2) {
  padding-left: 1em; }

#tagline #kegonsa {
  font-size: 110%;
  font-weight: bolder;
  display: inline-block;
  font-weight: bold; }

#masthead {
  background: white;
  margin: 10px auto; }

.img-contain-100 {
  max-width: 100%;
  text-align: center; }

.img-contain-90 {
  max-width: 90%;
  text-align: center; }

.img-contain-80 {
  max-width: 80%;
  text-align: center; }

.img-contain-70 {
  max-width: 70%;
  text-align: center; }

.img-contain-60 {
  max-width: 60%;
  text-align: center; }

.img-contain-50 {
  max-width: 50%;
  text-align: center; }

.img-contain-40 {
  max-width: 40%;
  text-align: center; }

.img-contain-30 {
  max-width: 30%;
  text-align: center; }

.img-contain-20 {
  max-width: 20%;
  text-align: center; }

.img-contain-10 {
  max-width: 10%;
  text-align: center; }

.center {
  text-align: center; }

.bordered {
  border: 1px solid lightgray;
  padding: 1em;
  border-radius: 10px; }

.bordered-bottom {
  border-bottom: 1px solid lightgray;
  border-radius: 10px; }

.thumbnail {
  border: none; }

.maincontent .thumbnail-section img {
  float: left;
  width: 33%; }

.maincontent #exits.thumbnail-section img {
  width: 25%; }

.maincontent #exits h4 {
  text-align: center;
  width: 100%;
  margin-top: 1em;
  background: #43100c;
  padding: 5px; }

.rotator div.row div, footer .col-3, #exits .col-3 {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

#exits .col-3 {
  cursor: pointer; }

#disclosure {
  font-style: italic; }

footer {
  margin: 10px 0;
  padding: 10px 0;
  font-size: .85rem; }

footer .container {
  border-top: 1px solid lightgray;
  padding-top: 10px; }

footer .address {
  font-weight: bold;
  margin-top: .75em; }

footer .address a {
  float: left;
  margin-left: .5em; }

footer .address a:before {
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 7.5px;
  background-color: #444;
  margin-right: 5px; }

@media (max-width: 1920px) {
  #hero {
    height: 22em; } }

@media (max-width: 1024px) {
  .container {
    width: 100%; } }

@media (min-width: 992px) {
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; } }

@media (max-width: 767px) {
  .d-mdorless-block {
    display: block !important; }
  #mfmlogo {
    display: none; } }

@media (max-width: 768px) {
  #hero {
    background-image: url("../images/DSCN289123.jpg");
    height: 20em; }
  #hero .column:nth-child(1) img {
    height: 7em;
    width: 19em;
    margin-top: -.5em;
    float: none; }
  #hero .column:nth-child(2) img {
    height: 5em;
    width: 15em;
    float: none; }
  #hero .container {
    margin-top: 1em;
    text-align: center; }
  nav {
    padding: 0; }
  nav div {
    background: aliceblue; }
  .hide-lg {
    display: initial; }
  .hide-sm {
    display: none; }
  #thumbsection .thumbnail {
    width: 20%;
    height: 5em;
    padding: 1em 0; }
  #masthead {
    padding: 15px;
    margin: 10PX 0px;
    text-align: center; }
  .navbar-toggle:hover {
    background-color: #333;
    color: white; }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    background: white;
    border: 1px solid #333;
    border-radius: 4px; }
  .navbar-toggle .icon-bar {
    background-color: #333; }
  .navbar-toggle:hover .icon-bar {
    background-color: white; }
  footer .address {
    font-size: 12px; }
  .section-pad {
    padding: 0; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

#exit_thumb_container img
{
    width: 100%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }
