#hero-container {
  display: flex;
  font-size: 24px;
}

#tagline {
  font-family: 'Russo One', sans-serif;
  font-size: 64px;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  display: block;
}

.hero {
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  flex-direction: column;
}

.preorder-card {
  flex: 0 0 340px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-self: start;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.preorder-card h2 {
  font-family: 'Russo One', sans-serif;
  font-size: 32px;
}

.price {
  margin-top: 16px;
  margin-bottom: 16px;
}

.preorder-button {
  width: 100%;
  /* background-color: #8EFF8E; */
  background-color: #00ee00;
  color: black;
  cursor: pointer;
  border: none;
  display: inline-block;
  margin: 0;
  font-family: 'Poppins', 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  border-radius: 6px;
  outline: none;
  padding: 4px;
  text-align: center;
}

.preorder-text {
  text-decoration: line-through;
}

.preorder-button:hover,
.preorder-button:focus {
  box-shadow: 0 0 8px #00ff00;
  background-color: #00ff00;
  text-decoration: none;
  color: black;
  padding: 4px;
}

.preorder-button-disabled {
  width: 100%;
  text-decoration: none;
  background-color: #aaaaaa;
  color: black !important;
  cursor: default;
  border: none;
  display: inline-block;
  margin: 0;
  font-family: 'Poppins', 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  border-radius: 6px;
  outline: none;
  padding: 4px;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  #hero-container {
    flex-direction: column;
  }

  #tagline {
    font-size: 48px;
  }

  .preorder-card {
    align-self: center;
  }
}



.section-header {
  font-size: 44px;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .section-header {
    font-size: 36px;
  }
}


.feature-container {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(165deg, rgba(0, 0, 0, 1) 0%, rgba(6, 94, 52, 1) 53%, rgba(0, 175, 5, 1) 100%);
}

.feature-icon {
  width: 200px;
  height: 200px;
  align-self: center;
  margin-top: 10px;
}

.card-body {
  padding-top: 0px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 255, 0, 0.8), 0 6px 20px 0 rgba(0, 255, 0, 0.4);
  background-color: black;
}

.card-large {
  /* background-color: black;
    height: 800px;
    max-width: 200vw;
    max-height: 100vh;
    margin-top:  */
  height: 800px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 50%;
  padding-left: 7vw;
  padding-top: 7vw;

}

.card-large>img {
  display: inline-block;
  max-width: 1000px;
  max-height: 400px;
  vertical-align: top;
  z-index: 1;
}

.card-large>.card-body {
  display: inline-block;
  vertical-align: top;
  z-index: 0;
}

.card-large>.card-body>.card-title {
  text-align: left;
  z-index: 0;
}

.card-large>.card-body>p {
  text-align: left;
  max-width: 70vw;
  z-index: 0;
}

.card-title {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.card-text {
  color: #ccc;
}


#knobs {
  background-image: url('../../img/KnobsNewCropped.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0% 50%;
  display: flex;
  justify-content: end;
  align-items: center;
  min-height: 800px;
  font-size: 24px;
}

@media only screen and (max-width: 900px) {
  #knobs {
    background-size: 80% auto;
    background-position: 0% 100%;
    text-align: center;
    align-items: flex-start;
    padding-top: 50px;
    font-size: 20px;
  }

  #knobs .half-width {
    width: 100%;
  }

  #knobs>div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #knobs>div>ul {
    width: 60%;
    text-align: left;
    align-self: end;
    margin-top: 20px;
    font-size: 20px;
  }
}

#buttons {
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: 100% 100%;
  align-items: flex-start;
  background-image: url('../../img/AngledGreen.jpg');
  min-height: 800px;
  padding-top: 100px;
  font-size: 24px;
}

@media only screen and (max-width: 1100px) {
  #buttons {
    font-size: 20px;
    background-size: 100% auto;
    background-position: 100% 100%;
  }

  #buttons>.half-width {
    width: 75%;
  }
}

@media only screen and (max-width: 600px) {
  #buttons>.half-width {
    width: 100%;
  }
}

#integrations {
  padding: 75px 50px 100px 50px;
  width: 100%;
  font-size: 24px;
  text-align: center;
}

.integrations-content {
  display: flex;
  justify-content: center;
  margin-top: 50px
}

.integrations-intermediate {
  display: flex;
}

.integration {
  display: flex;
  justify-content: center;
  padding-right: 60px;
}

.integration-logo {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.integration-title {
  font-size: 36px;
}

@media only screen and (max-width: 1400px) {
  .integrations-intermediate {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  .integrations-content {
    flex-direction: column;
    align-items: center;
  }

  .integration {
    width: auto;
    margin-top: 50px;
    justify-content: left;
  }

  #integrations {
    padding: 75px 25px;
    font-size: 20px;
  }

  .integration-logo {
    width: 60px;
    height: 60px;
  }

  .integration-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .integration {
    padding-right: 0px;
  }
}



#lights {
  background-image: url('../../img/LightsNew.jpg');
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 50% 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: start;
  padding: 100px 50px;
  width: 100%;
  height: 800px;
  font-size: 24px;
}

@media only screen and (max-width: 1100px) {
  #lights {
    font-size: 20px;
  }
}

@media only screen and (max-width: 700px) {
  #lights {
    min-width: 0px;
    background-size: 140% auto;
    background-position: 50% 100%;
    height: calc(35vw + 500px);
  }
}




#design {
  background-image: url('../../img/FaceOnGreen.jpg');
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-position: 50% 100%;
  padding: 100px 12vw 50px 12vw;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: start;
  height: 1000px;
  font-size: 24px;
}

@media only screen and (max-width: 1300px) {
  #design {
    background-size: 95% auto;
    background-position: 50% 100%;
    height: calc(40vw + 600px);
  }
}

@media only screen and (max-width: 1100px) {
  #design {
    font-size: 20px;
  }
}




#usb {
  background-image: url('../../img/USBNew.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 50%;
  padding: 100px 50px;
  font-size: 24px;
  height: 800px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1100px) {
  #usb {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  #usb {
    font-size: 20px;
    background-position: 0% 100%;
    background-size: auto 100%;
  }

  #usb>.half-width {
    width: 75%;
  }

  #usb h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 720px) {
  #usb {
    background-position: 30% 50%;
    background-size: 200% auto;
    height: 140vw;
  }
}




#software {
  background-image: url('../../img/SoftwareNewFaded.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 100%;
  display: flex;
  align-items: flex-start;
  padding: 50px;
  height: 800px;
  font-size: 24px;
}

#software .section-title {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1100px) {
  #software {
    background-image: url('../../img/SoftwareNew.jpg');
    text-align: center;
    background-color: #111;
    background-size: 100% auto;
    height: calc(35vw + 450px);
    font-size: 20px;
    padding: 50px 25px;
  }

  #software>div {
    width: 100%;
  }
}


#sticky-checkout {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 12px;
  background-color: black;
  font-size: 24px;
  line-height: 36px;
}

@media only screen and (min-width: 800px) {
  #sticky-checkout {
    width: 300px;
    right: 0px;
  }
}


.section-title {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #00ff00;
}

@media only screen and (max-width: 900px) {
  .section-title {
    font-size: 36px;
  }
}

ul {
  font-size: 20px;
  line-height: 36px;
  color: #ccc;
}

@media only screen and (max-width: 900px) {
  ul {
    font-size: 18px;
  }
}