img {
  max-width: 100%;
}

body {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container{
  padding: 0;
  width: 100%;
}

.banner-outer {
  min-height: 80vh;
  max-height: 1110px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.banner-outer-bkg {
  background: url("/app/img/splash/front-img.jpg") no-repeat center top;
  background-size: cover;
}

.minilogos {
  text-align: center;
}

.minilogos img{
  margin:30px;
  margin-top:50px;
  max-width: 200px;
}

.banner-outer-attraction {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
  min-height: 400px;
}

.site-logo {
  padding: 20px;
  position: fixed;
  z-index: 2;
}

.site-logo  a {
  display: inline-block;
}

.site-logo img {
  width: 50%;
}

/*menu*/
.attraction-mid{
  height: 700px;
  width: 100%;
}
/*menu*/
.main-menu {
  background-color: #2e2d37;
  border: 0;
  border-radius: 0;
  border-bottom:3px solid #c24c4e;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  margin-bottom: 0;
  min-height: 90px;
}

.main-menu .navbar-toggle {
  margin-right: 25px;
  margin-top: 28px;
}

#navbar {
  display: flex;
}

#navbar.collapse {
  display: none;
}

#navbar .nav:first-child {
  flex-grow: 1;
}

@media (min-width: 711px) {
  #navbar {
    display: flex !important;
  }
}

@media (max-width: 1250px) {
  #navbar {
    flex-direction: column;
  }
}

.main-menu .navbar-nav li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 20px;
  text-decoration: none;
}

.main-menu .navbar-nav li.navbar-right > a {
  font-size: 15px;
  margin-left: 15px;
}

.main-menu .navbar-nav li > a:hover {
  color: #999;
}

@media (min-width: 711px) {
  .navbar-nav {
    float: none;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 711px) {
  .main-menu .navbar-nav li {
    display: block;
  }

  .main-menu .navbar-nav li .btn {
    display: inline-block;
  }
}

/*caption*/
.banner-header {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 1px 1.5px #000;
}

.button-container{
  margin-top: 50px;
  text-align: center;
}

.button-container a {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin:10px;
  text-decoration: none;
}

.button-container a:hover {
  color: #060606;
}

.bottom-white {
  background-color: white;
  width: 100%;
}

.bottom-black{
  background-color: #2e2d37;
  float: left;
  min-height: 200px;
}

.btn{
  border-radius: 0;
  padding: 10px 30px;
}

.btn-left{
  background-color: #3c8589;
  border:3px solid #3c8589;
}

.btn-mid{
  background-color: #618b3d;
  border:3px solid #618b3d;
}

.btn-right{
  background-color: #d97c2a;
  border:3px solid #d97c2a;
}

.bottom-map {
  height: 700px;
  position: relative;
}

.bottom-text{
  background-color: #f9f9f9;
  padding:0 10vw;
}

.bottom-text-container{
  margin:0 auto;
  width: 100%
}

.bottom-text h2, .bottom-text-homepage h2 {
  padding-top: 30px;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  color: #404646;
}

.bottom-text h3, .bottom-text-homepage h2{
  padding-top: 10px;
  font-weight: 300;
  color: #469a9f;
  font-size: 30px;
}

.bottom-text h1, .bottom-text-homepage h2{
  font-weight: 300;
  color: #469a9f;
  font-size: 40px;
}

.bottom-text p, .bottom-text-homepage{
  font-weight: 300;
  padding-top: 10px;
}

.footer-logo{
  float: left;
  color: white;
}
.footer-logo img{
  width: 80%;
}
.footer-text{
  color: white;
  float: right;
}

.footer-text span {
  font-weight:100;
  font-size: 9px;
  color: #9c9c9c;
}

.footer-text span.terms {
  font-size: 11px;
  font-weight: 400;
  margin-right: 20px;
}

.footer-text a{
  text-decoration: none;
  color: #fff;
}

.footer-text a:hover{
  cursor: pointer;
  color: #7fd4dc;
}
#footer-login{
  text-align: left;
  padding: 0;
  margin: 0;
}
#footer-login li{
  display:inline-block;
  padding-right:20px;
}
#footer-login a{
  font-size: 11px;
  font-weight: 400;
}

.bottom-text-fullheight {
  height: 100%;
}

.bottom-background {
  background-color: #f9f9f9;

}


.footer-class {
  float: right;
  font-size: 13px;
  font-weight: 600;
}

.footer-container {
  padding-top:40px;
}

.bottom-image {
  padding:0;
}
.attraction{
  margin:100px 0;
}
.attraction-text img{
  padding-bottom: 40px;
}
.attraction h1{
  font-weight: 800;
}
.attraction h3{
  font-weight: 100;
}
.navbar-brand > img{
  width: 200px;
  transition: width 0.6s;
}
.navbar-brand.tiny img{
  width: 145px;
}

.navbar-nav {
  text-align: center;
}

.navbar-nav > li {
  float: none;
  display: inline-block;

}
.attraction-row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-brand{

  padding-left:50px !important;
}

.navbar-right a{
  font-size:17px;
  font-weight: 100;

}
.nav-margin-left{
  margin-left: 150px
}
.nav-margin-right{
  margin-right: 30px
}
.bottom-text-homepage{
  padding:0 80px;
}
@media screen and (max-width: 1200px) {
  .attraction-row{
    display:block;
  }
}
@media screen and (max-width: 1000px){
  .navbar-brand img{
    width: 145px;
  }
  .nav-margin-left, .nav-margin-right{
    margin:0;
  }
  #navbar{
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand > img, .navbar-brand.tiny > img {
    width: 75px;
  }

  #navbar {
    padding-top: 0;
  }
}

.list-letter {
  list-style-type: lower-alpha;
}

.map-marker {
  text-align: center;
}

.map-marker a {
  padding: 5px 10px;
}
