body {
  background-color: rgb(0,0,0);
}

#hero {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/hero-mobile.jpg") center / cover no-repeat;
  color: #333;
}

@media (min-width: 768px) {
  #hero {
    background: url("../../assets/img/hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.navbar-brand {
  background: url("../../assets/img/logo.svg") center / 80% no-repeat;
  width: 150px;
  height: 40px;
}

.nav-link {
  color: var(--yellow);
  border-color: rgb(34,34,34);
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(34,34,34);
}

.navbar-brand {
  padding-left: 150px;
}

#navcol-1 {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

#title {
  font-size: 32px;
  font-weight: 300;
  font-family: Montserrat, sans-serif;
}

#subtitle {
  font-size: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

#hero-bottom {
  color: #fff;
}

.p-top {
  font-size: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.p-bot {
  font-size: 13px;
}

.reserve-button {
  background: rgba(0,98,204,0);
  border: 3px solid #fff;
  margin: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 30px;
}

.btn.btn-link.btn-block.arrow-button {
  color: #fff;
}

#hero-bottom .container {
  max-width: 700px;
  text-align: center;
}

.col.with-borders {
  border: 1px solid rgba(255,255,255,0.28);
  border-top: 0;
  border-bottom: 0;
}

#video-and-stats {
  text-align: center;
}

#video-and-stats iframe {
  width: 90%;
  height: 400px;
}

@media (min-width: 992px) {
  #video-and-stats iframe {
    width: 900px;
    height: 500px;
  }
}

#stats {
  width: 90%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  margin-bottom: 150px;
}

@media (min-width: 768px) {
  #stats {
    width: 600px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    margin-bottom: 250px;
  }
}

th {
  border-top: 0 !important;
  text-align: left;
  padding-left: 0 !important;
}

.cell-left {
  padding-left: 0 !important;
  text-align: left;
}

.cell-right {
  text-align: right;
  padding-right: 0 !important;
}

tbody {
  color: #fff;
}

th {
  color: #fff;
}

.cell-right {
  font-weight: bold;
}

#aero {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/back.jpg") center / cover no-repeat;
}

.row {
  color: #fff;
}

#aero .container {
  margin-top: 300px;
}

#aero h3 {
  font-family: Montserrat, sans-serif;
}

#col-1 {
}

#interior {
  width: 100%;
  height: 60vh;
}

@media (min-width: 768px) {
  #interior {
    width: 100%;
    height: 100vh;
  }
}

#interior .figure {
  max-width: 90%;
}

@media (min-width: 768px) {
  #interior .figure {
    max-width: 70%;
  }
}

#interior {
}

#interior .figure-caption {
  color: rgb(255,255,255);
  margin-top: 15px;
}

#caption-title {
  margin-right: 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
}

#topview {
  width: 100%;
  height: 120vh;
  background: url("../../assets/img/top.jpg") center / cover no-repeat;
}

#topview .container {
  margin-bottom: 150px;
}

.btn.btn-primary.reserve-button2 {
  margin: 80px;
  padding: 0;
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(0,0,0,0);
  border: 3px solid;
  font-size: 16px;
  margin-bottom: 80px;
}

