body {
    margin: 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
  }

.banner-text {
    color: #e07000;
    margin-top: 20rem;
    font-size: 5rem;
    font-weight: bold;
    background-color: #000000;
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
}

.banner-sub-text, .banner-sub-text-2 {
    color: #ffffff;
    margin-top: 29rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #000000;
    width: 50%;
    padding-left: 100px;
    padding-right: 20px;
    position: absolute;
}

.banner-sub-text-2 {
    color: #ffffff;
    margin-top: 0;
}

h1 {
    padding-top: 80px;
    padding-bottom: 20px;
}

.orange-header {
    color: #df7f1e;
    padding-top: 50px;
}

.text, .feature-text, .text-white {
width: 70%;
margin: auto;
font-size: 1.2rem;
padding-bottom: 50px;
padding-left: 2%;
padding-right: 2%;
}

.contact-text {
    width: 60%;
}

.text-white {
    color: #ffffff;
    padding-bottom: 50px;
}

.typical-day-text {
    width: 50%;
}

.feature-text {
    color: #ffffff;
    margin-bottom: 0;
    margin: 2rem auto 2rem auto;
}

header {
    background-color: #000000;
}

#top-container {
  background-color: #000000;
  background-image: url('images/lsit.jpg');
  background-size: cover;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 10px;
  margin-top: 50px;
  position: relative;
}

#bottom-container {
    background-color: #000000;
    vertical-align: bottom;
    padding: 20px;
    display: flex;
    margin: auto;
    color: #ffffff;
}

.footer {
    margin: auto;
    display: flex;
}

.footer-link-small {
margin-right: 2rem;
margin-bottom: 0;
color: #ffffff;
}

.footer-link-text {
  margin-right: 4rem;
  }


.section-1 {
    background-color: #ffffff;
}

.section-2 {
  background-color: #000000;
  background-image: url('images/pushup-1.jpg');
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 10px;
  position: relative;
  padding: 100px;
}

.triple-feature-title {
    font-size: 3rem;
    color: #ffffff;
    margin-top: 0;
    font-weight: bold;
}

.triple-feature {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 40%;
}


.feature-title {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 2rem;
    font-weight: bold;
}

.feature {
    background-color: #3c3c3c;
    border-radius: 4%;
    width: 30%;
    height: 30rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.typical-day {
    background-color: rgb(60, 60, 60, .6);
    border-radius: 2%;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.section-3 {
    background-color: #ffffff;
}

.contact-section {
    background-color: #ffffff;
}

.section-4 {
    background-color: #000000;
    background-image: url('images/pullup.jpg');
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    position: relative;
    padding: 200px;
}

.section-5 {
    background-color: #000000;
}

.money-back {
width: 10%;
margin-top: 4rem;
}

.navbar {
  background-color: #000000;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.navbar .navbar-brand {
  margin-left: 10%;
  transition: 1s ease-in-out;
}

.nav-item {
  padding-right: 25px;
}

.navbar {
  margin-right: 0%;
  margin-top: 0%;
}

.navbar .nav-link {
  color: #ffffff;
  font-size: 1rem;
  padding: 0px 0px;
}


.nav-link:hover {
  transition: 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
}

.nav-link:hover svg path {
  transition: 0.2s ease-in-out;
  fill: rgba(255, 255, 255, 0.7);
}

.link {
  color: #ffffff !important;
  text-decoration: underline;
}

.link:visited {
  color: #ffffff !important;
}

.link:hover {
    color: #ffffff !important;
  }

.link-black {
  color: #000000 !important;
  text-decoration: underline;
}

.link-black:visited {
  color: #e07000 !important;
}

.link-black:hover {
    color: #e07000 !important;
  }

a:hover {
    color:rgba(255, 255, 255, 0.7) !important;
}

.btn {
  background: #000000 !important;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: white !important;
  font-size: 18px !important;
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 15px 45px 15px 45px !important;
  text-decoration: none;
  outline: none;
}

.btn-2 {
  background: #df7f1e !important;
  margin-bottom: 60px;
}


.btn:hover {
  transition: background 0.4s ease-in-out;
  background: #272727 !important;
  color: #ffffff;
}

.accordion {
    width: 50%;
    margin: 3rem auto 3rem auto;
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: rgba(0,0,0,.125) !important;
}

.accordion-button {
    color: #000000 !important;
}

a {
    text-decoration: none !important;
    color: #ffffff !important;
}

.book-mock-up, .book-mock-up-2 {
  width: 60%;
  height: 60%;
  margin: 0rem auto 2rem auto;
}

.book-mock-up-2 {
  width: 70%;
  height: 70%;
  margin: 0rem auto 3rem auto;
  display: block;
}







/* ---------------------------------------- RESPONSIVENESS ----------------------------------------  */

@media (max-width: 1425px) {
.feature-text {
font-size: 1.1rem;
}
}



@media (max-width: 1234px) {
.banner-text {
  font-size: 4rem;
}
.feature-text {
  font-size: 1rem;
  }
}



@media (max-width: 1146px) {
  .banner-text {
    font-size: 4rem;
  }
  .banner-sub-text {
    font-size: 1.3rem;
  }
  .feature-text {
    font-size: .9rem;
    }
  .feature-title {
    font-size: 1.3rem;
}
}



@media (max-width: 1005px) {
  .banner-text {
    font-size: 3.5rem;
  }
  .banner-sub-text {
    font-size: 1.2rem;
  }
  .feature-text {
    font-size: .9rem;
    }
  .feature-title {
    font-size: 1.1rem;
}
}



@media (max-width: 920px) {
  .banner-text {
    font-size: 3.5rem;
  }
  .banner-sub-text {
    font-size: 1.1rem;
    margin-top: 27rem;
  }
  .feature-text {
    font-size: 1.1rem;
    width: 90%;
    margin-bottom: 1rem;
    padding-bottom: 0px;
    }
  .feature-title {
    font-size: 1.2rem;
}
.triple-feature {
  flex-direction: column;
}
.feature {
  width: 50%;
  height: 25rem;

}
}



@media (max-width: 890px) {
  .banner-text {
    font-size: 3rem;
  }
  .banner-sub-text {
    font-size: .9rem;
    margin-top: 26rem;
  }
}



@media (max-width: 773px) {
  .feature-text {
    font-size: 1.2rem;
  }
  .feature-title {
    font-size: 1.3rem;
}

.accordion {
  width: 70%;
}

.text, .feature-text, .text-white {
  width: 90%;
  }


.feature {
  width: 80%;
  height: 25rem;
}

.typical-day {
  width: 90%;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-4 {
  padding: 100px;
}

.triple-feature-title {
  font-size: 2.5rem;
}

.banner-text {
  font-size: 2.75rem;
  width: 80%;
}
.banner-sub-text {
  font-size: .9rem;
  margin-top: 26rem;
  width: 70%;
}

h1 {
  margin: 0 10% 0 10%;
}

}



@media (max-width: 633px) {
  .feature-text {
    font-size: 1.1rem;
  }
  .banner-text {
    font-size: 2.75rem;
    width: 95%;
  }
  .banner-sub-text {
    font-size: .9rem;
    margin-top: 26rem;
    width: 90%;
  }
}



@media (max-width: 558px) {
  .feature {
    width: 100%;
    height: 25rem;
  }
  .feature-text {
    font-size: 1rem;
  }
  .feature-title {
    font-size: 1.1rem;
}
.accordion {
  width: 80%;
}
}



@media (max-width: 510px) {
.money-back {
width: 30%;
}
.nav-link {
  font-size: .8rem !important;
}
.nav-item {
  padding-right: 15px !important;
}

.banner-text {
  font-size: 2rem;
}
#top-container {
  background-position-x: -170px;
}
.banner-text {
  font-size: 2.5rem;
  width: 95%;
  padding-left: 0px;
}
.banner-sub-text {
  font-size: 1rem;
  margin-top: 26rem;
  padding-left: 0px !important;
  width: 90%;
}
.section-4 {
  padding-left: 20px;
  padding-right: 20px;
}
}



@media (max-width: 441px) {
.banner-text {
  font-size: 2.1rem;
  width: 98%;
  padding-left: 0px;
}
.banner-sub-text {
  font-size: 1rem;
  margin-top: 24.5rem;
  width: 90%;
}
.nav-link {
  font-size: .7rem !important;
}
.nav-item {
  padding-right: 0px !important;
}
.text {
  font-size: 1rem;
}
.book-mock-up, .book-mock-up-2 {
  width: 80%;
  height: 80%;
  margin: 0rem auto 2rem auto;
}
.section-2 {
  background-position-x: -180px;
  padding-top: 10px;
  position: relative;
  padding: 50px;
}
.triple-feature-title {
  font-size: 2rem;
}
.orange-header {
  font-size: 1.25rem;
}
.more-questions {
  font-size: 1.5rem;
  padding-top: 20px;
}
.footer-link-text {
  font-size: .8rem;
  margin-right: 2rem;
  }

.footer-link-small {
  margin-right: 1rem;
}
#top-container {
  height: 700px;
}
.section-4 {
  background-color: #000000;
  background: url('images/pullup.jpg') no-repeat center;
  /* background-size: cover;
  overflow: hidden;
  background-size: cover;  
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 10px;
  position: relative;
  padding: 200px; */
}
.section-2 {
  background: url('images/pushup-1.jpg') no-repeat center;
  background-position-x: -450px;
}

}