body {
  background: rgb(255,255,255);
}

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

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

#navbar {
}

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

.nav-link {
  color: rgb(255,255,255);
}

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

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

#hero-bottom {
  color: #fff;
}

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

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

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

.btn.btn-primary.arrow-button {
  color: rgb(253,254,255);
}

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

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

#video-and-stats {
  text-align: center;
  color: #fbfcfc;
  margin-top: 200px;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  margin-bottom: 200px;
}

#video-and-stats iframe {
  width: 90%;
  height: 200px;
  margin-top: 30px;
  background: #ffffff;
}

@media (min-width: 992px) {
  #video-and-stats iframe {
    width: 1685px;
    height: 948px;
    margin-bottom: 66px;
    margin-top: 60px;
  }
}

#stats {
  width: 100%;
  margin: 0 auto;
  color: rgb(254,255,255);
  margin-bottom: 150px;
  font-size: 15px;
}

#stats th {
  text-align: left;
  padding-left: 0px;
  border-top: 0px;
}

#stats .cell-left {
  text-align: left;
  padding-left: 0px;
}

#stats .cell-right {
  text-align: right;
  font-weight: bold;
  padding-right: 0px;
}

#aero {
  width: 100%;
  height: 100vh;
  color: rgb(0,0,0);
  background: url("../../assets/img/TXSMART%20charging.png") center / contain no-repeat;
  padding-right: 11px;
  margin-top: 250px;
  margin-bottom: 250px;
  padding-top: 100px;
}

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

#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 .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/TXSMART%20with%20mic.jpg") center / cover no-repeat;
}

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

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
}

#video-bottom iframe {
  width: 90%;
  height: 200px;
}

@media (min-width: 992px) {
  #video-bottom iframe {
    width: 1013px;
    height: 570px;
  }
}

#video-bottom {
  text-align: center;
  height: auto;
}

#full-pic1 {
  width: 100%;
  height: 100vh;
  margin-top: 200px;
  background: url("../../assets/img/1txsmart%20full%20pic.jpg") center / cover no-repeat;
  margin-bottom: 300px;
}

#image-1 {
}

#full-pic-1 {
  width: 100%;
  height: 100vh;
  margin-top: 200px;
}

@media (min-width: 768px) {
  #tech-data {
    width: 800px;
    margin: 0 auto;
    color: rgb(254,255,255);
    margin-bottom: 200px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    max-width: 800px;
  }
}

#tech-data {
  width: 90%;
  margin: 0 auto;
  color: rgb(254,255,255);
  margin-bottom: 150px;
  font-size: 15px;
  max-width: 800px;
}

#tech-data-table {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 150px;
  margin-top: 150px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  #tech-data-table {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 250px;
    margin-top: 250px;
    font-size: 18px;
  }
}

#tech-data-table .cell-left {
  text-align: left;
  font-weight: bold;
  font-family: 'Montserrat';
}

#tech-data-table .cell-right {
  text-align: right;
  font-weight: bold;
  font-family: 'Montserrat';
}

#voice-release {
  background: url("../../assets/img/TXSMART%20with%20mic.jpg") center / cover no-repeat;
  width: 100%;
  height: 100vh;
  margin-top: 250px;
  margin-bottom: 250px;
}

@media (min-width: 576px) {
  #voice-release {
    background: url("../../assets/img/TXSMART%20with%20mic.jpg") center / contain no-repeat;
    width: 100%;
    height: 100vh;
  }
}

#full-pic-2 {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/full-pic-2-mobile.jpg") center / contain no-repeat;
}

@media (min-width: 768px) {
  #full-pic-2 {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/DSC_7194.jpg") center / cover no-repeat;
  }
}

#new-pic {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/full-pic-2-mobile.jpg") center / cover no-repeat;
}

@media (min-width: 768px) {
  #new-pic {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/DSC_7194.jpg") center / cover no-repeat;
  }
}

#sidebar {
  background: #eaeaea;
  width: 150px;
}

