/* General */

/* Fixing bootstrap columns for safari */

.row:before,
.row:after {
  display: inline-block !important;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a:hover {
  color: #fff;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background-color: #000;
}

::selection {
  color: #fff;
  background-color: #000;
}

.btn-prime,
.btn-prime:link,
.btn-prime:visited {
  text-decoration: none;
  padding: 0 23px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  border-radius: 0;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  transition: all .3s ease-in-out;
  height: 48px;
  line-height: 48px;
}

.form-row .btn-prime,
.btn-prime:link,
.btn-prime:visited {
  margin-top: 0;
}

.btn-prime:hover {
  opacity: .9;
}

.btn-prime-dark {
  background-color: #EAAE27;
  color: #fff;
  transition: all .3s ease-in-out;
}

.btn-prime-dark.focus,
.btn-prime-dark:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

* :focus,
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-prime.focus,
.btn-prime:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-title {
  margin-bottom: 0;
  color: #272c32;
  font-weight: 600;
  line-height: 1.1;
  font-family: "brandon-grotesque", sans-serif;
}

.form-section {
  margin: 0;
}

.form-row {
  background-color: red;
  margin-left: 10%;
  /* margin-top: -5%; */
}

.sub-heading {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #000;
}

.no-padding {
  padding: 0;
}

p {
  font-size: 17px;
  color: #777;
}

section {
  padding: 70px 0;
}

.product {
  height: 500px;
}

#about .section-title,
#testimonials .section-title,
#author .section-title {
  font-size: 48px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Modal */

.modal {
  background: rgba(0, 0, 0, 0.9);
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}

#about button.close {
  margin-bottom: 30px;
  background: #fff;
  width: 49px;
  height: 49px;
}

.modal-content {
  background-color: transparent;
}

/* Navigation */

nav {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, .2);
  box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, .2);
}

nav {
  background-color: #1D222C;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  /* color: #3d4246; */
  opacity: .9;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:focus {
  /* color: #3d4246; */
  outline: 0;
}


.navbar-nav .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  margin-top: 0;
}

.navbar-brand img {
  height: 40px;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

nav.navbar.navbar-expand-sm.bg-dark.navbar-dark.fixed-top {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
}

.navbar {
  padding: 0 1rem;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
}

li.nav-item {
  line-height: 40px;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #eaae27;
}

#nav-buy-btn:hover {
  color: black;
}

/* End of Navigation */

.sale-text {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0;
  color: #f3c246;
}

strike {
  color: #1c222c;
}

.btn-prime:hover {
  color: #fff;
}

/* Hero */

.hero {
  position: relative;
  padding: 0;
}

.img-container text-center {
  position: relative;
  z-index: 1;
}

.hero .bg-img {
  width: 100%;
  height: 800px;
}

.hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.course-title {
  font-weight: 500;
  letter-spacing: 8px;
  font-size: 29px;
  text-align: center;
  color: white;
  font-family: "brandon-grotesque", sans-serif;

}

img.ecourse-visual {
  height: 320px;
  /* border: 3px solid red; */
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) */
}

.ecourse-visual-text {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
}

.row.flex-container {
  display: relative;
}

#hero .row.flex-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#hero img.img-fluid.bg-img {
  margin-top: 60px;
}

#hero-text-overlay {
  ?
  /* position: absolute; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) */
}

#hero-subtitle {
  font-family: "athelas", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 10px;
  color: white;
  text-align: center;
}

#hero-text {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  text-align: center;
  margin-bottom: 5%;
}

#hero-button .btn-prime,
.btn-prime:link,
.btn-prime:visited {
  font-size: 14px;
  font-family: 'brandon-grotesque', sans-serif;
}

/* End Of Hero */

.col-md {
  height: 500px;
}

/* About */

#about {
  text-align: center;
  background-color: #EEEEEE;
}

#about .section-title {
  font-style: italic;
  font-size: 40px;
  margin-bottom: 5%;
}

#about .sub-heading {
  font-size: 32px;
}

#about .video {
  margin-top: 35px;
}

#about .cta-container {
  margin-top: 30px;
}

.video-description {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
  /* font-size: 20px; */
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
}

#video-btn {
  height: 48px;
  width: 100%;
  line-height: 48px;
  font-size: 14px;
}

/* End Of About */

/* God Is Always Speaking // Whats included */

#join {
  background-color: #F6F6F6;
}

#join .section-title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5%;
}

#join .section-title span {
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
  font-weight: 600;
  display: block;
  font-size: 40px;
  line-height: 1.25em;
}

#join ul li {
  font-size: 17px;
  line-height: 29px;
  list-style-type: none;
}

#join ul li strong {
  font-family: "brandon-grotesque", sans-serif;
}

#join p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #0a0a0a;
}

.discover-topic-sentence {
  margin-bottom: 5%;
}

#join .product {
  height: 235px;
}

#join strong {
  margin-bottom: 55%;
}

.brn-prime {
  background-color: #eaae27;
}

.flex-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#join .cta-container.text-center {
  /* outline: 3px solid green; */
  font-family: "brandon-grotesque", sans-serif;

}

#carousel {
  /* outline: 3px solid red; */
}

.carousel-indicators {
  top: 59%;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #cecece;
}

.carousel-indicators .active {
  background-color: #EAAE27;
}

.lesson-description {
  margin-top: 10%;
  color: #000000;
  text-transform: uppercase;
}

#carousel p {
  font-family: "brandon-grotesque", sans-serif;
  color: #8B8B8B;
}

/* End Of Join */

/* Course by week  */

/* Author */

#author {
  text-align: center;
  background-color: #E6E6E6;
}

#author img {
  height: 300px;
  margin-bottom: 30px;
  /* border: 3px solid red; */
}

#author .section-title {
  margin-bottom: 20px;
  font-size: 30px;
  /* border: 3px solid blue; */

}

.abt-author {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 15px;
  color: #0a0a0a;
  width: 100%;
  text-align: left;
  /* border: 3px solid green; */

}

/* End Of Author */

/* Testimonials */

#testimonials {
  background-color: #1c222c;
  /* height: 450px; */
}

#testimonials .section-title {
  margin-bottom: 30px;
  color: white;
}

#testimonials .section-title {
  font-size: 25px;
}

.blockquote footer {
  color: white;
}

.mb-0 {
  color: white;
  font-family: "Open-Sans", sans-serif;
  font-size: 24px;
  text-align: left;
  font-style: italic;
}

testimonial-buttons {
  position: relative;
  height: 100%;
}

button.carousel-control-prev,
button.carousel-control-next {
  margin: 0;
  position: absolute;
  top: 34%;
  transform: translate(0, -50%);
  background-color: #1c222c;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 20px;
  width: 20px;
}

blockquote p {
  /* font-size: 20px; */
}

.blockquote-footer {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

/* End Of Testimonials */

/* Buy */

#buy {
  background-color: rgb(243, 243, 243);
}

#buy .product {
  height: 240px;
}

/* End Of Buy */

/* Purchase Options */

#purchase-options {
  text-align: center;
}

#purchase-options img {
  outline: none;
  width: 430px;
  padding-bottom: 20px;
}

#purchase-options .list li {
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
}

#purchase-options .price1-card ul {
  /* margin-bottom: 40px; */
}

.pricing1 {
  text-align: center;
  border: 2px solid #ddd;
}

.pricing1 .top {
  border-bottom: 2px solid #ddd;
  padding: 40px 0;
}

.pricing1 .bottom {
  padding: 40px;
}

.link-to-group {
  font-style: italic;
  margin-top: 10px;
  color: #1c222c;
}

.link-to-group-link:hover {
  color: black;
}

.nested-list {
  text-align-last: left;
  margin-left: 2%;
  margin-top: 3%;
  color: rgb(85, 85, 85);
  font-size: 17px;
}

.nested-list i {
  font-weight: 500;
}

/* modal */

.modal-content {
  display: relative;
  max-width: 500px;
  margin: auto;
}

.modal-title {
  font-size: 30px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
}

.modal-header {
  font-size: 30px;
  font-family: 'Veneer Clean Regular', serif;
  font-weight: 400;
  background-color: white;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: white;
  padding: 30px 20px;
}

.price-header {
  /* background-color: #000; */
  width: 100%;
  padding: 0;
  font-weight: 600;
  padding: 15px;
}

.price {
  color: #000;
  font-size: 35px;
  margin: auto;
}

small {
  font-size: 12px;
  color: white;
}

.group-details {
  margin-top: 20px;
  margin-left: 15%;
  text-align: left;
}

.group-details li {
  font-size: 16px;
}

/* Footer */

footer .top {
  padding: 42px 0;
  background-color: #1D222C;
}

.bottom-list-item:not(:last-child) {
  margin-right: 15px;
}

footer .top li.bottom-list-item {
  display: inline-block;
  list-style: none;
}

footer .top li.bottom-list-item a {
  color: rgb(102, 102, 102);
}

footer .top li.bottom-list-item a:hover {
  text-decoration: none;
  opacity: .85;
}

footer .row {
  color: white;
}

footer .bottom {
  padding-top: 30px;
}

div .col-md-3 {
  max-width: 45%;
}

div#social-row.row {
  margin-left: 38%;
}

footer .bottom-menu .bottom-logo {
  height: 30px;
}

.created-by {
  width: 150px;
}

/*  MEDIA QUERIES  */


@media only screen and (max-width: 1355px) {
  #hero .row.flex-container {
    margin-top: 125px;
  }
}

@media only screen and (max-width: 1199px) {
  #hero img.ecourse-visual {
    height: 255px;
  }

  #hero .course-title {
    font-size: 30px;
  }

  #hero-subtitle {
    font-size: 40px;
  }
}


@media only screen and (max-width: 600px) {
  .sale-text {
    font-size: 20px;
    margin: 16px 0;
    color: #1D222C;
  }
}


/* Tablet */

/*  768 to 991px  */

@media only screen and (max-width: 991px) and (min-width: 768px) {
  body {
    /* background-color: blue; */
  }

  .navbar-toggler {
    border-color: transparent;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  /* Hero Background Image */
  #hero img {
    width: 991px;
    height: 800px;
  }

  #hero .container #hero-text-overlay .course-title {
    /* border: 3px solid red; */
    margin-top: 30%;
    font-size: 30px;
  }

  #hero-subtitle {
    font-size: 45px;
    /* border: 3px solid blue; */
  }

  #hero-text {
    font-size: 20px;
    text-align: center;
    /* border: 3px solid green; */
  }

  #hero .container .ecourse-visual {
    width: 60%;
    height: 70%;
    /* border: 3px solid yellow; */
    margin-top: 10%;
    margin-left: 15%;
  }

  #hero .cta-container {
    /* border: solid 3px orange; */
    margin-top: 5%;
  }

  #hero .container #hero-text-overlay .course-title {
    margin-top: 19%;
  }

  #hero-button {
    margin-bottom: -2%;
  }

  #about .section-title {
    font-size: 30px;
    margin-bottom: -80px;
  }

  #about .videoWrapper iframe {
    width: 100%;
  }

  #about .video-description {
    margin-top: -14px;
  }

  #join .section-title {
    font-size: 20px;
  }

  #join .section-title span {
    /* border: 3px solid green; */
    font-size: 30px;
  }

  #join .cta-container {
    /* border: 3px solid orange; */
    margin-top: 18%;
    margin-bottom: 8%;
  }

  #join .row.flex-container {
    padding: 0;
  }

  #carousel {
    /* border: 3px solid green; */
    height: 500px;
  }

  #carousel .img-fluid {}

  #carousel .carousel-indicators {
    top: 133%;
  }

  #author img {
    width: 40%;
    height: 90%;
  }

  #author .section-title {
    font-size: 30px;
  }

  #testimonials .section-title {
    font-size: 30px;
  }

  #testimonials .mb-0 {
    font-size: 20px;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    margin-top: 5%;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }

  #testimonials .carousel-control-prev {
    margin-left: -2%;
    margin-top: 3%;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 10px;
  }

  #testimonials .carousel-control-next {
    margin-right: -2%;
    margin-top: 3%;

  }

  #price-image {
    /* border: 3px solid green; */
    width: 30px;
  }
}

@media only screen and (max-width: 991px) {
  #hero .container #hero-text-overlay .course-title {
    margin-top: 0;
  }
}

/* End of Tablet */

/** Mobile Landscape + Portrait **/

/*  480px to 767px (Mobile Landscape) */

@media only screen and (max-width: 767px) and (min-width: 480px) {
  body {
    /* background-color: yellow; */
  }

  .navbar-toggler {
    border-color: transparent;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  #hero img {
    width: 767px;
    height: 800px;
  }

  #hero img.img-fluid.bg-img {
    margin-top: -60px;
  }

  #hero .container #hero-text-overlay .course-title {
    /* border: 3px solid red; */
    margin-top: 30%;
    font-size: 30px;
  }

  #hero-subtitle {
    font-size: 35px;
    /* border: 3px solid blue; */
  }

  #hero-text {
    font-size: 15px;
    text-align: center;
    /* border: 3px solid green; */
  }

  #hero .container .ecourse-visual {
    width: 75%;
    height: 85%;
    /* border: 3px solid yellow; */
    margin-top: 7%;
    text-align: center;
    margin-left: 5%;
  }

  #hero .cta-container {
    /* border: solid 3px orange; */
    margin-top: 5%;
  }

  #hero .container #hero-text-overlay .course-title {
    margin-top: 5%;
  }

  #hero-button {
    font-size: 20px;
    margin-top: 25px;
  }

  #about .section-title {
    font-size: 30px;
  }

  #about .video {
    /* border: 3px solid green; */
    margin-top: 0;
  }

  #player,
  .fallback,
  body,
  html,
  iframe {
    height: 285px
  }

  #about .videoWrapper iframe {
    width: 100%;
    /* border: 3px solid orange; */
  }

  .video-description {
    text-align: left;
  }

  #video-btn {
    height: 50px;
    font-size: 14px;
    text-align: center;
    margin: auto;
    line-height: 50px;
  }

  #join .section-title {
    font-size: 20px;
  }

  #join .section-title span {
    /* border: 3px solid green; */
    font-size: 30px;
  }

  #join .cta-container {
    /* border: 3px solid orange; */
    margin-top: 5%;
    margin-bottom: 8%;
  }

  #carousel {
    /* border: 3px solid green; */
    height: auto;
  }

  #carousel .img-fluid {}

  #carousel .carousel-indicators {
    top: 100%;
  }

  #author img {
    width: 60%;
    height: 90%;
  }

  #author .section-title {
    font-size: 25px;
  }

  #author p {
    text-align: left;
  }

  #testimonials .section-title {
    font-size: 20px;
  }

  #testimonials .mb-0 {
    font-size: 15px;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    margin-top: 5%;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }

  #testimonials .carousel-control-prev {
    margin-left: -5%;
    margin-top: 1%;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 10px;
  }

  #testimonials .carousel-control-next {
    margin-right: -5%;
    margin-top: 1%;

  }

  #price-image {
    /* border: 3px solid green; */
    width: 100%;
  }
}

/*  End of (Mobile Landscape) */

@media only screen and (min-width: 601px) {
  #hero .mobile-only {
    display: none;
  }

  #coursePreview .mobile-only {
    display: none;
  }

  #purchase-options .bottom .mobile-only {
    display: none;
  }

}

@media only screen and (max-width: 600px) {

  p {
    line-height: 22px !important;
    font-size: 16px !important;
  }

  #hero {
    padding: 30px;
  }

  #hero .mobile-hide {
    display: none;
  }

  #hero-text {
    line-height: 21px;
    font-size: 16px;
  }

  .mobile-image-container {
    text-align: center;
  }

  #coursePreview .mobile-only {
    height: 180px;
    margin-top: 20%;
    /* margin: 20px auto; */
    /* margin-left: 5%; */

  }

  .hero .bg-img {
    display: none;
  }

  .hero .container {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    z-index: 1;
  }

  #hero-text-overlay {
    margin-top: 0;
  }

  .course-title {
    color: black;
    margin-top: 15px;
    font-size: 20px;
  }

  #hero-subtitle {
    font-family: "athelas", serif;
    /* font-style: italic; */
    font-weight: 300;
    font-size: 40px;
    color: black;
  }

  .ecourse-visual-text {
    color: black;
  }

  img.ecourse-visual {
    display: none;
  }

  #hero-button {
    margin-bottom: 20px;
  }

  #purchase-options .bottom .mobile-hide {
    display: none;
  }

  #purchase-options .bottom .mobile-only {
    /* top: 10%; */
    margin-bottom: 5%;
    text-align: center;
  }

  #purchase-options .bottom .mobile-only li {
    text-align: center;
  }
}

@media only screen and (max-width: 579px) {

  button.carousel-control-prev,
  button.carousel-control-next {
    margin-top: 10%;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }

  #testimonials .carousel-control-prev {
    margin-left: -2%;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 10px;
  }

  #testimonials .carousel-control-next {
    margin-right: -2%;
  }

  #purchase-options .bottom .mobile-only {
    /* top: 10%; */
    margin-bottom: 5%;
    text-align: center;
  }

  #purchase-options .bottom .mobile-only li {
    text-align: center;
  }
}

/* 479px & Below (Mobile Portrait) */

@media only screen and (max-width: 479px) {
  body {
    /* background-color: purple; */
  }

  .navbar-toggler {
    border-color: transparent;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  #hero .container #hero-text-overlay .course-title {
    /* border: 3px solid red; */
    margin-top: 50%;
    font-size: 20px;
  }

  #hero-subtitle {
    font-size: 25px;
    /* border: 3px solid blue; */
  }

  #hero-text {
    font-size: 15px;
    text-align: center;
    margin-top: 5%;
    /* border: 3px solid green; */
  }

  #hero .container img.ecourse-visual {
    width: 70%;
    height: 70%;
    margin-top: 25px;
    margin-left: 55px;
    margin-bottom: 10%;
  }

  #hero .cta-container {
    /* border: solid 3px orange; */
    margin-top: 5%;
  }

  #hero .container #hero-text-overlay .course-title {
    margin-top: 45%;
  }

  #about .section-title {
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    margin-bottom: -7%;
  }

  #about .video {
    /* border: 3px solid green; */
    margin-top: 0;
  }

  #player,
  .fallback,
  body,
  html,
  iframe {
    height: 260px
  }

  #about .videoWrapper iframe {
    width: 100%;
    /* border: 3px solid orange; */
  }

  .video-description {
    text-align: left;
    font-size: 15px;
    margin-top: -7%;
  }

  #video-btn {
    height: 50px;
    font-size: 14px;
    text-align: center;
    margin: auto;
    line-height: 50px;
    margin-top: 5%;
  }

  #join .section-title {
    font-size: 15px;
    margin-top: -5%;
  }

  #join .section-title span {
    /* border: 3px solid green; */
    font-size: 25px;
    margin-bottom: 10%;
  }

  #join .cta-container.text-center {
    /* border: 3px solid orange; */
    margin-top: 15%;
    margin-bottom: 8%;
    size: 16px;
  }

  #carousel {
    /* border: 3px solid green; */
    height: auto;
  }

  #carousel .img-fluid {}

  #carousel .carousel-indicators {
    top: 100%;
  }

  #author img {
    width: 75%;
  }

  #author .section-title {
    font-size: 25px;
  }

  #author p {
    text-align: left;
  }

  #testimonials .section-title {
    font-size: 20px;
  }

  #testimonials .mb-0 {
    font-size: 12px;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    margin-top: 10%;
  }

  #testimonials .carousel-control-prev {
    margin-left: -10%;
  }

  #testimonials .carousel-control-next {
    margin-right: -10%;
  }

  #purchase-options img {
    width: 70%;
  }

  #purchase-options .bottom .mobile-only {
    /* top: 10%; */
    margin-bottom: 5%;
    text-align: center;
  }

  #purchase-options .bottom .mobile-only li {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #hero-text-overlay {
    margin-top: -36%;
  }

  #author img {
    width: 75%;
    height: 90%;
  }

  button.carousel-control-prev,
  button.carousel-control-next {
    margin-top: 12%;
    height: 25px;
    width: 25px;
  }

  #testimonials .carousel-control-prev {
    margin-left: -2%;
    margin-top: -1%;
  }

  #testimonials .carousel-control-next {
    margin-right: -2%;
    margin-top: -1%;

  }

  #price-image {
    /* border: 3px solid green; */
    width: 30px;
  }

  .link-to-group {
    font-size: 13px;

  }

}

/* Nexus 6p */
@media only screen and (max-width: 600px) {
  .price {
    margin: 16px 0 0;
  }
}


@media only screen and (max-width: 411px) {
  #purchase-options .bottom .mobile-only {
    /* top: 10%; */
    margin-bottom: 5%;
    text-align: center;
  }
}

/* iPhone 7 plus */
@media only screen and (max-width: 414px) {
  #purchase-options .bottom .mobile-only {
    /* top: 10%; */
    margin-bottom: 5%;
    text-align: center;
  }
}

@media only screen and (max-width: 375px) {
  #purchase-options .bottom .mobile-only {
    /* top: 10%; */
    margin-bottom: 5%;
    text-align: center;

  }

  @media (max-width: 350px) {
    #hero .course-title {
      margin-top: 25%;
      font-size: 15px;
    }

    #hero-button .btn-prime.btn-prime-dark {
      font-size: 14px;
    }

    #hero-subtitle {
      font-size: 20px;
    }

    #about .btn-prime.btn-prime-dark {
      font-size: 14px;
    }

    #join .btn-prime.btn-prime-dark {
      font-size: 14px;
    }

    #purchase-options .btn-prime.btn-prime-dark {
      font-size: 14px;
    }

    #purchase-options .bottom .mobile-only {
      /* top: 10%; */
      margin-bottom: 5%;
      text-align: center;
    }

    #purchase-options .bottom .mobile-only li {
      text-align: center;
    }

  }

  @media (max-width: 350px) {
    #hero-subtitle {
      font-size: 14px;
    }
  }