@import url("https://use.typekit.net/uuh4ldy.css");

html {
   font-size: 20px;
}
 
 body {
   position: relative;
   font-size: 100%;
   background-color: #ecf6ed;
   font-family: "overpass-variable", sans-serif;
   font-variation-settings: "wght" 400;
  font-style: normal;
}

.lead,
.disclaimer {
  font-size: 1rem;
  font-weight: 300;
}

.mx-auto {
  margin-left: 0 !important;
}

  header img {
    margin-top: 44px;
    max-width: 8rem;
  }

 a {
  font-family: "overpass-variable", sans-serif;
   font-variation-settings: "wght" 400;
   color: #004251;
   background-color: transparent;
   text-decoration: underline;
 }

 a:hover {
  color: #ff6658;
  
 }

 .alert-primary {
   color: #FFF;
   background-color: #458FA2;
   border-color: #458FA2;
}

.alert-danger {
   color: #ff6658;
   font-size: 16px;
   background-color: #FFF;
   border-color: #ff6658;
}
 
 .help-block,
 .help-block-error {
   color: #ff6658;
   position: relative;
   font-size: 16px;
   /* padding: 0.5rem 1rem; */
 }

 .form-group {
   margin-bottom: 2rem;
}

hr {
   margin-top: o;
   margin-bottom: 0;
   border: 0;
   border-top:0;
}

 #container-header {
   position: relative;
   /* height: 80px; */
   /* border: 1px solid; */
}

#container-content {
   background-color: white;
   margin: 2rem auto 0 auto;
  position: relative;
  padding: 45px;
}

.row#page-info {
  display: block;
}

.col-lg-8 .offset-lg-2 {
  margin-left: 0;
}

h1 {
  font-family: 'league-gothic';
  font-size: 30px;
  line-height: 100%;
  color: #004251;
}

h2 {
  font-family: 'league-gothic';
  font-size: 30px;
  line-height: 100%;
  color: #004251;
}

h2#page-title {
    font-family: 'league-gothic';
    font-size: 74px;
    line-height: 100%;
    font-style: italic;
    position: absolute;
    top: -96px;
    color: #004251;
}

h4.mb-3 {    
  font-family: 'league-gothic';
  font-style: italic;
  font-size: 36px;
  line-height: 100%;
  color: #004251;
}

 /* Button */
.btn {
  font-family: "overpass-variable", sans-serif;
  font-variation-settings: "wght" 400;
   font-size: 18px;
   font-weight: 700;   
   padding: 18px 34px;
   font-size: 18px;
   border-radius: 14px;
 }
 
 .btn-lg, .btn-group-lg > .btn {
   padding: 18px 34px;
   font-size: 18px;
   line-height: 100%;
   border-radius: 0;
 }
 
 .btn-primary,
 .btn-success {
  font-family: "overpass-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 20px;
   color: #FFFFFF;
   background-color: #004251;
   border-color: #004251;
   border-radius: 14px;
 }
 
 .btn-primary:hover,
 .btn-success:hover {
   color: #fff;
   background-color: #c6e2e9;
   color: #007995;
   border-color: #c6e2e9;


 }

 .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #004251; 
 }
 
 .btn-primary:focus, .btn-primary.focus {
   box-shadow: 0 0 0 0.1rem rgb(0, 66, 81,.4);
 }
 
 .btn-success:not(:disabled):not(.disabled):active {
  background-color: #004251; 
 }
 
 .btn-success:focus, .btn-success.focus {
   box-shadow: 0 0 0 0.1rem rgba(255, 102, 88,0.4);
 }

 .btn-primary:not(:disabled):not(.disabled):active:focus, 
 .btn-primary:not(:disabled):not(.disabled).active:focus, 
 .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 88,0.4);
 }
 
 input[type="submit"].btn-block,
 .btn-block {
   display: inline-block;
   width: auto;
 }

 .custom-control-input:checked ~ .custom-control-label::before {
   color: #004251;
   border-color: #ff6658;
   background-color: #ff6658;
 }
 
 .custom-checkbox .custom-control-label::before {
   border-radius: 0;
 }

 #container-footer {
   height: 0;
 }

 @media (min-width: 1200px) {
  .container {
      max-width: 720px;
  }
}

 @media (min-width: 992px) {
  .offset-lg-2 {
      margin-left: 0 !important;
  }

  .col-lg-8 {
    max-width: none;
}
}

 @media (max-width: 992px) { 
  .offset-lg-2 {
    margin-left: 0;
}
 }

  @media (max-width: 768px) {

  #container-content {
      margin: 3rem auto 0 auto;
      max-width: 90%;
  }
  
    h2#page-title {
      font-size: 56px;
      top: -84px;
  }

  header img {
    margin-top: 44px;
    max-width: 7rem;
  }
  }

  @media (max-width: 576px) {

    #container-content {
      margin: 1rem auto 0 auto;
  }
  
  h2#page-title {
    font-size: 44px;
    line-height: 36px;
    top: -80px;
}

h4.mb-3 {    
  font-size: 30px;
}

  header img {
    margin-top: 18px;
    max-width: 6rem;
  }
  }

