@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=STIX+Two+Text:wght@400;500&display=swap");
/* CSS Document */
body {
  font-family: "Roboto", sans-serif;
  color: #626262;
}
.center {
  text-align: center;
}
.alltheway {
  max-width: 1180px;
}
.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
#containercen {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
}
#contentcen {
  flex: 0 0 100%;
  text-align: center;
}
.bg-custom-1 {
  background-color: white;
  font-size: 24px;
}
.text-custom-2 {
  color: white;
}

.bluebg {
  background-color: cadetblue;
  height: 35px;
}
.bluebgextended {
  background-color: cadetblue;
  height: auto;
}
#rcorners1 {
  border-radius: 25px;
}
#rcorners2 {
  border-radius: 25px;
}
.leftext {
  text-align: left;
}
.righttext {
  text-align: right;
}
.divcent {
  display: flex;
  justify-content: center;
  margin-top: -26px;
}

h1 {
  text-align: left;
  color: cadetblue;
}

h2 {
  text-align: center;
  color: #616161;
}
h5 {
  font-size: 26px;
}
.spaced {
  padding-bottom: 6px;
  color: #545454;
}
.headimg {
  width: 210px;
}

@media (max-width: 1400px) {
  .alltheway {
    max-width: 87%;
  }
  .allthewayagain {
    max-width: 91%;
  }
}
@media (max-width: 1266px) {
  h1 {
    font-size: 47px !important;
  }
}
@media (max-width: 1185px) {
  h1 {
    font-size: 43px !important;
  }
}
@media (max-width: 1093px) {
  h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 1025px) {
  h1 {
    font-size: 37px !important;
  }
}
@media (max-width: 1043px) {
  .headimg {
    width: 170px;
  }
}
@media (max-width: 1200px) {
  #rcorners2 {
    display: none;
  }
  .removeformobile {
    display: none;
  }
}
@media (max-width: 991px) {
  h1 {
    text-align: center;
    font-size: 47px !important;
    margin-bottom: 22px;
  }
  .alltheway {
    max-width: 650px;
  }
  .allthewayagain {
    max-width: 680px;
  }
}
@media (max-width: 690px) {
  h1 {
    text-align: center;
    font-size: 42px !important;
    margin-bottom: 22px;
  }
  .alltheway {
    max-width: 450px;
  }
  .allthewayagain {
    max-width: 480px;
  }
}
@media (max-width: 490px) {
  .headimg {
    max-width: 180px !important;
  }
  h1 {
    text-align: center;
    font-size: 34px !important;
    margin-top: -12px;
  }
  h3 {
    font-size: 25px !important;
  }
  .alltheway {
    max-width: 360px;
  }
  .allthewayagain {
    max-width: 390px;
  }
}
@media (max-width: 398px) {
  .headimg {
    max-width: 180px !important;
  }
  h1 {
    text-align: center;
    font-size: 34px !important;
    padding-bottom: 0px;
    margin-top: -12px;
  }
  #rcorners1 {
    margin-bottom: -2px;
  }
}
@media (max-width: 321px) {
  .headimg {
    max-width: 150px !important;
  }
  h1 {
    text-align: center;
    font-size: 30px !important;
    padding-bottom: 0px;
    margin-top: -12px;
  }
  #rcorners1 {
    margin-bottom: -2px;
  }
}
