﻿@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;700&display=swap');

body { background-color: #003051; padding-top: 12px; }

/* Pre Live */
body.preLive { background-color: #003051; padding-top: unset; }

h1, h2, p, li { font-family: 'Gabarito'; }

h1, h2, h3 { color: #002e3d; font-size: 40px; margin: 3rem 0 2rem 0; text-align: center;}

h3 { font-size: 32px; margin: 2rem 0 2rem 0; }

ol { padding-left: 3rem; }

p, li, .alert {  
  font-size: 26px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

li { font-size: 26px; margin-bottom: 1rem; margin-top: 1.5rem; }
.compressed li { font-size: 26px; margin-bottom: 0.8rem; margin-top: 0.8rem; }
.compressed li .fa-duotone { margin-right: 1rem;  }

label {
  font-size: 20px;
  margin-bottom: 0.5rem;
  margin-top: 1.4rem;
}

p a, p a:hover, li a, li a:hover, small a, small a:hover, .alert a {
  border-bottom: 1px dashed #c3450c;
  color: #002e3d;
  text-decoration: none;
}

.small, small, .small p {
  font-size: 1.4rem;
}

.small p { margin: 0 0 0.6rem 0; }

@media (max-width: 768px) {
  
  p, label, li, .alert {
    font-size: 20px;
    line-height: 28px;
  }

  .small, small, .small p {
    font-size: 1rem;
  }

  label {
    font-size: 18px;
  }

}

.footer, .navbar { background-color: unset; }

.navbar .navbar-brand { color: #fff; font-size: 22px; line-height: 3rem; }
.navbar .navbar-toggler span { color: #fff; }
.navbar li { margin: unset; }
.navbar li a { color: #002e3d; }
.navbar li a:hover { color: #002e3d; border-bottom: unset; }
.navbar li a i { color: #c3450c; }
.navbar li a:hover i { color: #dc6e3c; }
.navbar li a i.fa-fw { margin-right: 20px; }

.navbar .custom-toggler { background-color: transparent; border: 2px solid white; border-radius: 4px; color: white; height: 3rem; }
.navbar .custom-toggler:focus { outline: none; box-shadow: 0 0 5px rgba(255, 255, 255, 0.75); }
.navbar .custom-toggler i { font-size: 1.5rem; }

.navbar.scrolled {
  background-color: #003051;
}

.d-md-flex li a { color: #fff; }
.d-md-flex li a:hover { color: #fff; }

@media (hover: hover) {
  .navbar .custom-toggler:hover { background-color: rgba(255, 255, 255, 0.1); }
}

@media (max-width: 767px) {
  .navbar .custom-toggler {
    width: 3rem;
  }
}

@media (min-width: 767px) {
  .header-pusher { margin-top: 4rem; }
}

hr { display: block; height: 1px; border: 0; border-top: 2px solid #c3450c; margin: 0rem auto 3rem auto; opacity:unset; width: 200px; }

.footer { padding-bottom: 3rem; padding-top: 2rem; }
.footer a, .footer a:hover, .footer a:visited { color: #fff; }
.footer div.email, .footer div.social-media { text-align: center; }
.footer div.email a { font-size: 36px; text-decoration: none; }
.footer div.social-media a { font-size: 48px; margin-left: 4rem; margin-right: 4rem; }
.footer label, .footer p, .footer small  { color: #fff; }
.footer label a, .footer p a, .footer small a { border-bottom: 1px dashed #fff; }

/* Forms */
label .fad, label .fas { margin-right: 14px; }
.character-count { display: block; margin-top: 0.3rem; text-align: right; }

/* Buttons */
.btn i { margin-right: 14px; }
.btn-primary { background-color: #fff; border-color: #c3450c; color: #c3450c; font-size: 1.6rem; margin-bottom: 2rem; margin-top: 2.4rem; }
.btn-primary:hover { background-color: #c3450c; border-color: #dc6e3c; color: #fff; }

#divSignUpResult, #divSubmitEvidenceResult { display: none; margin-top: 3rem; }
#divSignUpResult i.fad, #divSubmitEvidenceResult i.fad { font-size: 10rem; margin-bottom: 2rem; }
#divSignUpResult.success i, #divSubmitEvidenceResult.success i { color: #37d51f; }
#divSignUpResult.failure i, #divSubmitEvidenceResult.failure i { color: #f13f3f; }

/* Alerts */
.alert { text-align: center; }
.alert .fa-duotone { margin-right: 0.6rem; }
.alert-info { background-color: #ebfbb2; border: 1px solid #b2c768;  }

/* Cards */
.card-text { font-size: 1.2rem; }
.card-body { background-color: #eef5d7; }
.card-footer .btn { font-size: 1rem; margin-top: 0.4rem; margin-bottom: 0.4rem; }

.white-background { background-color: #fff; }

/* Modals */
.modal-success, .modal-failure { padding: 20px; text-align: center; }
.modal-success i.fad, .modal-failure i.fad { font-size: 14rem; margin-bottom: 24px; }
.modal-success h1, .modal-failure h1 {	font-size: 3rem; margin-bottom: 24px; }
.modal .close { border: none; background-color: #fff; }
.modal li { font-size: 20px; margin: 0 0 0.5rem 0; }
.modal ol { margin-top: 0.5rem; }
.modal-success i.fad { color: #37d51f; }
.modal-failure i.fad { color: #f13f3f; }

/* Call For Evidence */
.evidence p { font-size: 22px; margin-bottom: 0.8rem; margin-top: 0.8rem; }
.was-validated :invalid ~ * .invalid-feedback { display: block; } /* Improve Existing Validation */
.width-unset { width: unset; }

@media (max-width: 991px) {
  .btn-primary { font-size: 1.2rem; margin-bottom: 1rem; margin-top: 1rem; }
  .fixed-top { position: absolute; }
  .nav-link-container {
    flex-direction: column;
  }
  h1, h2 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 26px; }
  .nav-link { color: #fff; font-size: 18px; line-height: 2rem; text-align: unset; }
  .footer div.email a { font-size: 32px; }
  .footer div.social-media a { margin-left: 3rem; margin-right: 3rem; }
}

@media (max-width: 767px) {
  .footer div.email a { font-size: 26px; }
  .footer div.social-media a { font-size:32px; margin-left: 1.8rem; margin-right: 1.8rem; }
}