.cmodal {
  display: none;
  position: fixed;
  z-index: 1051;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.cmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 0px) {
  body {
    font-size: 80%;
    line-height: 1.4;
  }
  .cmodal-content {
    width: 80%;
  }
  h1 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 591px) {
  body {
    font-size: 90%;
    line-height: 1.4;
  }
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 100%;
    line-height: 1.4;
  }
  .cmodal-content {
    width: 60%;
  }
  h1 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 990px) {
  .cmodal-content {
    width: 40%;
  }
  h1 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}

/* Mautic form and Oauth button styling*/

.mauticform-button-wrapper,
.mauticform-button {
  margin: auto;
  width: 240px !important;
}

#my-signin2 {
  width: 240px;
  margin: auto;
  padding: 10px 0px;
}

/* mautic form elements styling (formHeader, secondaryFormHeader, welcomeMsg, Share and Refer links) */

.formHeader {
  font-size: medium;
  color: brown;
  font-weight: bold;
  text-align: center;
}

.secondaryFormHeader {
  color: brown;
  font-size: medium;
  font-weight: bold;
  text-align: center;
}

button[type="submit"] {
  color: #ffffff !important;
  background-color: #7bad42 !important;
  padding: 11px 20px !important;
  font-size: 15px !important;
}

button[type="submit"]:hover {
  background-color: #618834 !important;
}

.welcomeMessage {
  font-weight: bold;
  font-size: medium;
  color: brown;
  text-align: center;
}

.srLink {
  font-size: medium;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.mauticform-freetext {
  color: brown;
}

.mauticform-message {
  text-align: center;
  font-weight: bold;
}

#nav {
  background-color: black !important;
}

@media (orientation: landscape) {
  #video1 {
    width: 133vh;
    height: 75vh;
  }
}
@media (orientation: portrait) {
  #video1 {
    width: 100vw;
    height: 57vw;
  }
}

/* react-bootstrap renders Bootstrap 5 <button> indicators; this site loads Bootstrap 4 CSS which only styles <li> indicators. Restore visibility here. */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active {
  opacity: 1;
}
