.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.min-h-500 {
  min-height: 500px;
}
.full-width .container {
  width: 100%;
  max-width: 1800px;
}
h3 {
  font-size: 57px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 1399px) {
  h3 {
    font-size: 40px;
  }
}
p {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 1199px) {
  p {
    font-size: 24px;
  }
}
footer {
  background-color: #252160 !important;
  color: white !important;
}
footer a {
  color: white !important;
}
footer a:visited {
  color: white;
}
footer #socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aqua-overlay {
  color: white;
  padding: 48px;
  background: linear-gradient(to right, rgba(4, 150, 191, 0.6), rgba(4, 150, 191, 0.6)), linear-gradient(to bottom, rgba(87, 180, 172, 0.6), rgba(87, 180, 172, 0.6)), url('/application/files/4617/2668/2514/Mosaic-LINES-BG.png') no-repeat center center;
  background-repeat: no-repeat;
  /* Prevents repetition */
  background-blend-mode: normal;
  /* Normal blending mode */
  background-position: 0 0, top 30px left 30px;
  background-size: 97% 97%, 100%;
}
.gold-overlay {
  color: white;
  padding: 48px;
  background: linear-gradient(to right, rgba(241, 181, 0, 0.6), rgba(241, 181, 0, 0.6)), linear-gradient(to bottom, rgba(77, 33, 96, 0.6), rgba(77, 33, 96, 0.6));
  background-repeat: no-repeat;
  /* Prevents repetition */
  background-blend-mode: normal;
  /* Normal blending mode */
  background-position: 0 0, top 30px left 30px;
  background-size: 97% 97%, 100%;
}
.purple-btn {
  background-color: #252160;
  color: white;
  padding: 30px 150px;
  border-radius: 20px;
  font-size: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  transition: 0.3s;
}
.purple-btn:hover {
  transform: scale(2);
  background-color: #6A4D9D;
}
.michael-col {
  padding-top: 50px;
  padding-left: 80px;
}
.welcome-home-col {
  padding-right: 46px;
}
@media screen and (max-width: 1399px) {
  .purple-btn {
    padding: 30px 80px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .purple-btn {
    padding: 30px 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 798px) {
  .header-img {
    min-height: 250px !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .purple-btn {
    padding: 30px 40px;
    font-size: 24px;
  }
  .michael-col {
    padding: 0;
    margin-bottom: 40px;
  }
  .welcome-home-col {
    padding: 0;
  }
}
.message-block {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  margin-top: 150px;
  margin-bottom: 150px;
  margin-right: 0;
}
#message-box .container .row .col-md-12 {
  padding: 0;
}
.navbar {
  background-color: #252160 !important;
  color: white;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1399px) {
  .navbar {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar a {
  color: white;
}
.navbar a:visited {
  color: white;
}
.navbar a.active {
  color: #f9f28d !important;
}
.navbar .navbar-collapse {
  justify-content: center;
}
.navbar .icon-bar {
  background-color: white !important;
}
#welcome-home p {
  font-size: 40px;
}
.commutes {
  min-height: 400px !important;
  margin-top: 20px;
}
.commutes-info {
  display: none !important;
}
