body {
  background-color: #14213d;
}

.nav-div {
  height: 90px;
  color: aliceblue;
}

.logo-img {
  height: 70px;
}
.logo-text {
  font-size: 1.8em;
}

.main-div {
  height: 90vh;
  /* background-color: antiquewhite; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logon-btn {
  height: 50px;
  width: 100px;
  background: none;
  border: #fca311 4px solid;
  color: #fca311;
  border-radius: 10px;
  margin-right: 15px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logon-btn:hover {
  cursor: pointer;
  background-color: #22447441;
  border-color: #fca211c0;
  color: #fca211c0;
  box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.61);
}

.logon-btn:focus {
  cursor: pointer;
  background-color: #224474cb;
  border-color: #fca21196;
  color: rgba(255, 255, 255, 0.74);
  /* box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.61); */
}

.div-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  height: 100px;
  overflow: visible;
  /* background-color: aliceblue; */
}

.text-wrap {
  width: 700px;
  margin-top: 450px;

  /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
}

/* .header-text {
    width: 90%;
} */

.header-bg {
  color: white;
  font-size: 3.5em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.header-sm {
  color: white;
  font-size: 2.5em;

  font-family: "Lato", sans-serif;
  font-weight: 300;
}

#changing_text {
  /* font-family: "Lato", sans-serif; */
  font-weight: 700;
  color: #fca311;
}

.info-text {
  width: 400px;
  color: white;
  /* width: 20%; */
  /* font-family: "Lato", sans-serif; */
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.bottom-div {
  margin-top: 300px;
  margin-bottom: 300px;
}

.lower-launch-text {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.9em;
}

.launch-header {
  color: #fca311;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 2.1em;
}

.notify-btn {
  width: 300px;
  border: #fca311 3px solid;
  background: none;
  height: 40px;
  border-radius: 20px;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  transition: all 0.3s;

  /* transform: rotate(15deg); */
  transform-origin: left;
}

.notify-btn:hover {
  cursor: pointer;
  background-color: #22447441;
  border-color: #fca211c0;
  color: rgba(255, 255, 255, 0.74);
  box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.61);
  /* transform: rotate(0deg); */
}

.notify-btn:focus {
  cursor: pointer;
  background-color: #224474cb;
  border-color: #fca21196;
  color: rgba(255, 255, 255, 0.74);
  /* box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.61); */
}

@media (max-width: 800px) {
  .text-wrap {
    width: 75%;
    margin-top: 450px;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .header-bg {
    font-size: 2.8em;
  }

  .header-sm {
    font-size: 1.7em;
  }
}

@media (max-width: 660px) {
  .text-wrap {
    width: 80%;
    margin-top: 450px;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .header-bg {
    font-size: 2.5em;
  }

  .header-sm {
    font-size: 1.7em;
  }
}

@media (max-width: 550px) {
  .text-wrap {
    max-width: 390px;
    margin-top: 400px;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .lower-text-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .info-text {
    max-width: 390px;
    font-size: 1em;
  }
  .header-bg {
    font-size: 2.2em;
  }

  .header-sm {
    font-size: 1.7em;
  }
}

@media (max-width: 420px) {
  .info-text {
    max-width: 350px;
    font-size: 1.1em;
  }
  .header-text {
    max-width: 350px;
    min-height: 150px;
  }
  .header-bg {
    margin: 0;
    font-size: 2.4em;
    font-weight: 400;
  }
  /* .header-bg {
        font-size: 2em;
    } */

  .header-sm {
    font-size: 1.5em;
  }

  .logo-img {
    height: 50px;
  }
  .logo-text {
    font-size: 1.4em;
    /* position: ; */
  }

  .logon-btn {
    height: 45px;
    width: 90px;
    border-radius: 10px;
    margin-right: 12px;
    /* border: #fca311 4px solid; */
    border-width: 2px;
    font-size: 0.9em;
  }

  .lower-launch-text {
    font-size: 1.7em;
  }
}

@media (max-width: 374px) {
  .header-text {
    max-width: 390px;
    min-height: 150px;
  }
  .header-bg {
    margin: 0;
    font-size: 2em;
    font-weight: 400;
  }
  .info-text {
    max-width: 360px;

    width: 90%;
    font-size: 0.9em;
  }
  .header-text {
    max-width: 360px;
    width: 90%;
    min-height: 150px;
  }
  /* .header-bg {
            font-size: 2em;
        } */

  .header-sm {
    font-size: 1.5em;
  }

  .logon-btn {
    height: 40px;
    width: 80px;
    border-radius: 10px;
    margin-right: 5px;
    /* border: #fca311 4px solid; */
    border-width: 2px;
    font-size: 0.8em;
  }

  .lower-launch-text {
    font-size: 1.3em;
  }

  .launch-header {
    font-size: 1.8em;
  }

  .notify-btn {
    width: 230px;
  }
}

/* @media (max-width: 374px) {
  .info-text {
    max-width: 265px;
    font-size: 0.8em;
  }
  .header-bg {
    font-size: 1.5em;
  }

  .header-sm {
    font-size: 1.2em;
  }
  
      .logon-btn {
      height: 40px;
      width: 80px;
      border-radius: 10px;
      margin-right: 5px;
      border: #fca311 4px solid;
      border-width: 2px;
      font-size: 0.8em;
    }
  
    .lower-launch-text {
      font-size: 1.3em;
    }
  
    .launch-header {
      font-size: 1.8em;
    }
  
    .notify-btn {
      width: 230px;
    }

} */

/* id="text-cloud" */
