@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.smooth {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.button {
  background-color: #012d6b;
  border: 3px solid #012d6b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 1.5em;
  margin: 15px auto;
  max-width: 100%;
  padding: 5px;
  text-align: center;
  width: 250px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.button:hover,
.button:focus {
  background-color: #ffffff;
  border: 3px solid #012d6b;
  color: #012d6b;
}
.button.wide-button {
  width: 425px;
}
.button.secondary-button {
  background-color: #68bde5;
  border: 3px solid #68bde5;
  color: #ffffff;
}
.button.secondary-button:hover,
.button.secondary-button:focus {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #012d6b;
}
body {
  font-family: "Times New Roman", serif;
  font-size: 16px;
  text-align: center;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #222222;
  font-family: "Times New Roman", serif;
  margin: 0 0 15px 0;
  text-align: center;
  font-variant: small-caps;
}
body p,
body blockquote {
  line-height: 25px;
}
body p,
body .help-block {
  color: #222222;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px 0;
}
body .help-block {
  font-size: 12px;
}
body ul {
  padding: 0;
}
body ul li {
  color: #222222;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
body label {
  color: #222222;
}
body input,
body textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #222222;
  padding: 5px 10px;
}
body img,
body form,
body label,
body textarea,
body input,
body iframe {
  max-width: 100%;
}
body .container {
  max-width: 100%;
}
body a {
  color: #ffffff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
body a:hover,
body a:focus {
  color: #92342f;
  text-decoration: none;
}
body .btn,
body .btn-default,
body input[type="submit"] {
  background-color: #012d6b;
  border: 3px solid #012d6b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 1.5em;
  margin: 15px auto;
  max-width: 100%;
  padding: 5px;
  text-align: center;
  width: 250px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  display: inline-block;
}
body .btn:hover,
body .btn-default:hover,
body input[type="submit"]:hover,
body .btn:focus,
body .btn-default:focus,
body input[type="submit"]:focus {
  background-color: #ffffff;
  border: 3px solid #012d6b;
  color: #012d6b;
}
body .btn.wide-button,
body .btn-default.wide-button,
body input[type="submit"].wide-button {
  width: 425px;
}
body .btn.secondary-button,
body .btn-default.secondary-button,
body input[type="submit"].secondary-button {
  background-color: #68bde5;
  border: 3px solid #68bde5;
  color: #ffffff;
}
body .btn.secondary-button:hover,
body .btn-default.secondary-button:hover,
body input[type="submit"].secondary-button:hover,
body .btn.secondary-button:focus,
body .btn-default.secondary-button:focus,
body input[type="submit"].secondary-button:focus {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #012d6b;
}
body header {
  background-color: #012d6b;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  body header {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }
}
body header nav.navbar.navbar-default {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Times New Roman", serif;
  margin: 0;
  padding: 0;
  text-align: right;
}
body header nav.navbar.navbar-default .navbar-collapse {
  padding: 0;
  text-align: center;
}
body header nav.navbar.navbar-default .active > a,
body header nav.navbar.navbar-default .active > a:hover,
body header nav.navbar.navbar-default .active > a:focus {
  background-color: transparent;
  color: #012d6b;
}
body header nav.navbar.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body header nav.navbar.navbar-default .navbar-nav {
  display: table;
  float: none;
  margin: 0;
  width: 100%;
}
body header nav.navbar.navbar-default .navbar-nav li {
  background-color: transparent;
  display: table-cell;
  float: none;
  padding: 10px;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
@media (max-width: 767px) {
  body header nav.navbar.navbar-default .navbar-nav li {
    display: block;
  }
}
body header nav.navbar.navbar-default .navbar-nav li > a {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 1.25em;
  font-family: "Times New Roman", serif;
  padding: 5px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
body header nav.navbar.navbar-default .navbar-nav li:hover,
body header nav.navbar.navbar-default .navbar-nav li:focus,
body header nav.navbar.navbar-default .navbar-nav li.active {
  background-color: transparent;
}
body header nav.navbar.navbar-default .navbar-nav li:hover > a,
body header nav.navbar.navbar-default .navbar-nav li:focus > a,
body header nav.navbar.navbar-default .navbar-nav li.active > a {
  border-color: #ffffff;
}
body .slider-wrapper {
  background-color: transparent;
  border-bottom: 5px solid #92342f;
  width: 100%;
  position: relative;
}
body .slider-wrapper .nivo-directionNav {
  display: none;
}
body .slider-wrapper .nivo-controlNav {
  background: transparent;
  bottom: 0;
  display: block;
  height: 35px;
  left: 50%;
  margin-left: -60px;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 10;
}
body .slider-wrapper .nivo-controlNav a {
  background: url(../files/bullets.png) no-repeat 0 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 -2px;
  text-indent: -9999px;
  width: 20px;
  transition: 0s;
}
body .slider-wrapper .nivo-controlNav a.active {
  background-position: 0 100%;
}
body .restaurants-wrapper {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  body .restaurants-wrapper {
    display: table;
  }
}
body .restaurant {
  display: block;
  padding: 15px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
  body .restaurant {
    display: table-cell;
    width: 20%;
  }
}
body .restaurant img {
  max-width: 100%;
  max-height: 100%;
}
body .restaurant-link {
  display: flex;
  align-items: center;
  height: 175px;
  justify-content: center;
}
body #restaurants .social-link {
  display: none;
}
body .mission-merchandise-container {
  background-color: #012d6b;
  border-top: 5px solid #92342f;
  border-bottom: 5px solid #92342f;
  padding: 15px 0;
}
body .mission-merchandise-container h2 {
  color: #ffffff;
}
body .mission-merchandise-container p {
  color: #ffffff;
}
body .bubble {
  background-color: #68bde5;
  border-radius: 5px;
  margin: 15px auto;
  padding: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  body .bubble {
    min-height: 740px;
  }
}
body .bubble h2 {
  color: #ffffff;
}
body .social-link {
  display: inline-block;
  padding: 5px;
}
body .social-link i {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
body .facebook-feed {
  display: block;
}
@media (min-width: 768px) {
  body #entertainment .button {
    display: inline-block;
    width: 30%;
  }
}
body .le-form-content a {
  color: #012d6b;
}
body .le-form-content form .form-page-break {
  display: none;
}
body .le-form-content form .col-recaptcha {
  margin: 0 auto !important;
  display: block;
  width: 304px !important;
  float: none !important;
  padding: 0 !important;
}
body .le-form-content form .col-submit {
  padding: 0 !important;
}
body .le-form-content form .help-block {
  margin-bottom: 0;
}
body .le-form-content form i.glyphicon-star,
body .le-form-content form i.glyphicon-star-empty {
  font-size: 4em;
}
body .le-form-content form i.glyphicon-star:hover,
body .le-form-content form i.glyphicon-star-empty:hover {
  cursor: pointer;
}
body .le-form-content form label {
  font-size: 1.2em !important;
  line-height: 1 !important;
  text-transform: none;
}
body .le-form-content form .form-group.datepicker {
  position: relative;
}
body footer {
  background-color: #012d6b;
  border-top: 5px solid #92342f;
  text-align: center;
}
body footer p {
  color: #ffffff;
}
body #very-bottom {
  background: #222222;
  padding: 2px;
  text-align: center;
}
body #very-bottom p {
  color: white;
  margin: 15px 0;
}
body #very-bottom img {
  vertical-align: middle;
}
body #very-bottom .powered-by a {
  text-decoration: none;
}
body #very-bottom .powered-by a .le-icon {
  font-size: 20px;
}
body .inner-page {
  padding-top: 150px;
}
