@import url("https://fonts.googleapis.com/css?family=Raleway|Open+Sans|Montserrat:300,400");
html, body {
  font-family: 'Open Sans' sans-serif;
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
  padding: 0px !important; }

.body {
  background-color: #000; }

.row {
  margin: 0px !important; }

.grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.main {
  background-color: whitesmoke;
  font-family: 'Open Sans', sans-serif;
  padding-top: 1em; }

h3 {
  padding-top: 2em; }

.text {
  margin-left: auto;
  margin-right: auto;
  font-size: 12pt;
  width: 100%; }

.info {
  width: 60%;
  margin-left: 20%;
  padding: 15px 0; }

.info p {
  padding-bottom: 1em; }

.info a {
  color: #C61236;
  -webkit-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out; }

.center {
  margin-left: 20%;
  width: 60%; }

.txt {
  margin-top: -6em; }

.h3 {
  margin-right: 50.5% !important; }

.hours {
  margin-left: 28%; }

.photos img {
  width: 45%;
  height: auto;
  float: left;
  opacity: .35;
  margin-right: 24%;
  margin-bottom: 4em; }

.photos .btn {
  position: relative;
  right: 57%;
  margin-top: 10%;
  border: 1.5px solid #000;
  padding: 20px;
  background-color: transparent;
  color: #000 !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5vw;
  -webkit-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out; }

.admission img {
  width: 45%;
  height: auto;
  float: right;
  opacity: .5; }

.admission .btn {
  position: relative;
  margin-top: 10%;
  left: 63%;
  border: 1.5px solid #000;
  padding: 20px;
  background-color: transparent;
  color: #000 !important;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5vw;
  -webkit-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out; }

.btn:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #f2f2f2 !important; }

.info a:hover {
  text-decoration: none;
  color: red; }

.main h3 {
  text-align: center; }

.header {
  position: relative;
  display: inline-block; }

.header img {
  position: block;
  width: 100%;
  height: auto;
  margin-top: -21%;
  background: black;
  opacity: .5; }

.header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #f2f2f2;
  font-weight: 300;
  font-family: "Raleway", sans-serif !important;
  font-size: 25pt; }

.navbar-header {
  position: absolute; }

.navbar-default {
  border-bottom: #000 !important; }

.navbar-collapse {
  background-color: #000; }

.nav-image {
  position: absolute;
  width: 4.55%;
  height: auto; }

.nav {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  width: 100%; }

.nav ul {
  margin-left: 6.1em;
  margin-top: 0; }

.nav a {
  display: block;
  color: #f2f2f2 !important;
  text-align: center;
  padding: 1.6em 1em !important;
  font-size: 12pt;
  text-decoration: none;
  -webkit-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out; }

.nav a:hover {
  background-color: #C61236 !important;
  color: #f2f2f2 !important;
  text-decoration: none;
  border: none; }

.navbar-toggle {
  display: block; }

.text h3 {
  text-align: center; }

.line-break {
  border: 0;
  height: 1px;
  width: 88%;
  background: #333;
  background-image: -webkit-gradient(linear, left top, right top, from(#8e8e8e), color-stop(#000), to(#8e8e8e));
  background-image: -webkit-linear-gradient(left, #8e8e8e, #000, #8e8e8e);
  background-image: -o-linear-gradient(left, #8e8e8e, #000, #8e8e8e);
  background-image: linear-gradient(to right, #8e8e8e, #000, #8e8e8e); }

.about-btn {
  margin-top: 8px;
  z-index: 1;
  border: .5px solid #000;
  padding: 10px 0; }

form {
  font-family: sans-serif;
  font-size: 12pt;
  color: #000;
  margin-top: 1em;
  padding-bottom: 5em; }
  form p {
    margin-left: 0; }
  form button, form input, form select, form textarea {
    font-family: inherit;
    font-size: 100%;
    width: 30%; }
  form form.contact {
    text-align: center;
    margin: 0; }
  form .btn {
    margin-top: 8px;
    z-index: 1;
    border: .5px solid #000;
    padding: 10px; }
  form .form {
    width: 65%;
    margin-left: auto;
    margin-right: auto; }
  form button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    background-color: whitesmoke;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left; }
  form button:hover {
    background-color: #000;
    color: #f2f2f2 !important; }
  form input[type=text], form textarea {
    background-color: whitesmoke;
    width: 100%;
    padding: 1%;
    border-style: none;
    border-bottom: .5px solid #000;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 16px; }

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.thumb img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px; }

footer h5 {
  font-family: 'Montserrat', Arial, sans-serif;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  font-size: 10pt;
  text-align: left; }

.line {
  color: #fff; }

.page-footer {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 300;
  font-size: 10pt;
  background-color: #000;
  color: #f2f2f2;
  padding-bottom: 40px; }

.page-footer li {
  list-style: none;
  text-align: left; }

.page-footer a {
  color: #f2f2f2;
  text-decoration: none;
  margin-top: 10px;
  text-align: left !important;
  -webkit-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out; }

.page-footer a:hover {
  color: #C61236;
  text-decoration: none; }

.footer-copyright {
  margin-top: 4em; }

.social {
  text-align: left;
  margin-left: -40px; }

.location img {
  width: 100%;
  height: auto; }

@media (max-width: 576px) {
  .about-btn {
    font-size: 3vw; }

  .gallery-row {
    display: flex;
    flex-direction: column !important; }

  .header {
    width: 100%;
    height: auto; }

  .index-mobile img {
    margin-left: 1em; }

  .header img {
    width: 100%;
    height: auto; }

  button.btn {
    width: 100%; }

  footer.page-footer {
    margin: 0px;
    padding: 0px; }

  footer h5 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    margin-bottom: 15px; }

  .text {
    width: 100%; }

  .page-footer li {
    text-align: center; }

  .photos .btn {
    margin-left: 0; }

  .h3 {
    margin: 0 !important; } }
@media (max-width: 768px) {
  .about-btn {
    font-size: 1.7vw !important;
    width: 100%; }

  .navbar-default {
    border-bottom: #000 !important; }

  .thumb {
    margin: 0px !important; }

  .photos img {
    width: 100%;
    height: auto;
    margin-left: 0; }

  .photos .btn {
    left: 0;
    margin-top: -34em;
    width: 40%;
    margin-left: 11em;
    font-size: 2.5vw; }

  .photos .txt {
    margin-top: -15em; }

  .hours {
    margin: 0; }

  .admission img {
    width: 100%;
    height: auto;
    margin-right: 0; }

  .admission .btn {
    right: 0;
    margin-top: -26em;
    margin-left: -12em;
    width: 40%;
    font-size: 2.5vw; }

  .admission .txt {
    margin-top: 0em; }

  .index-mobile img {
    margin-left: 1em;
    margin-bottom: 0; }

  .social {
    margin-top: 10px; }

  .page-footer li {
    text-align: center; }

  .page-footer {
    margin: 0px;
    padding: 0px; }

  footer h5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    margin-bottom: 15px; }

  .page-footer h5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px; }

  .page-footer li {
    text-align: center; }

  .navbar-menu {
    background-color: #000 !important;
    margin-top: 4.8em;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    border-top: #000; }

  .collapse {
    border: none !important; }

  .info {
    width: 90%;
    margin-left: 2em; }

  .center p {
    text-align: center; }

  .nav-image {
    width: 50px !important;
    height: 50px !important; }

  .nav-inverse {
    background-color: #000 !important;
    color: #fff; }

  .navbar-header button {
    background-color: #000 !important;
    left: 7em; }

  .navbar-toggle {
    border-style: none !important; }

  .icon {
    margin: 0 0 .5em 0;
    color: red !important; }

  .nav ul {
    margin: 5px 0px 0px 0px !important; }

  .navbar-toggle a:hover {
    background-color: #000 !important;
    display: block !important; }

  button, input, select, textarea {
    width: 100%; } }
@media (max-width: 992px) {
  .gallery-row {
    display: flex;
    flex-direction: row; }

  footer.page-footer {
    margin: 0px;
    padding: 0px; }

  footer h5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    margin-bottom: 15px; }

  .page-footer h5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px; }

  .page-footer li {
    text-align: center; }

  .social {
    text-align: center; }

  .mobile {
    margin-top: 13px; } }
@media (max-width: 1230px) {
  .about-btn {
    font-size: 1.3vw; }

  .nav-image {
    width: 60px;
    height: 67px; }

  .header {
    width: 100%;
    height: auto; } }

/*# sourceMappingURL=style.css.map */
