@import url("https://use.typekit.net/lel3lsb.css");


@font-face {
  font-family: 'antoniobold';
  src: url('/resources/fonts/Antonio-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'antonioregular';
  src: url('/resources/fonts/Antonio-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'antoniolight';
  src: url('/resources/fonts/Antonio-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

html {
   font-size: 20px;
}
 
 body {
   position: relative;
   font-size: 100%;
   background-color: #FFFFFF;

   font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lead,
.disclaimer {
  font-size: 1rem;
  font-weight: 300;
}

  header img {
    margin-top: 32px;
    max-width: 9rem;
  }

 a {
  font-family: "acumin-pro", sans-serif;
  font-weight: bold;
   color: #000;
   background-color: transparent;
 }

 a:hover {
  color: #000;
   text-decoration: underline;
 }

 .alert-primary {
   color: #000;
   background-color: #fff;
   border-color: #000;
}

.alert-danger {
   color: #c40f20;
   font-size: 16px;
   background-color: rgba(255, 145, 0, 0);
   border-color: #c40f20;
}
 
 .help-block,
 .help-block-error {
   color: #c40f20;
   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 {
   border: 1px solid;
} */

#container-content {
   /* background-color: white; */
    margin-top: 3rem;
}

h1 {
   font-size: 1rem;
   font-weight: 600;
}

h2#page-title {
    font-family: 'antonioregular';
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -3px;
}

h4.mb-3 {
  font-family: 'antonioregular';
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -1px;
}

 /* Button */
.btn {
  font-family:'antoniobold';
   font-size: 18px;
   font-weight: 700;   
   padding: 18px 34px;
   font-size: 18px;
   border-radius: 0;
 }
 
 .btn-lg, .btn-group-lg > .btn {
   padding: 18px 34px;
   font-size: 18px;
   line-height: 100%;
   border-radius: 0;
 }
 
 .btn-primary,
 .btn-success {
   color: #000;
   background-color: #FFF;
   border-color: #000;
 }
 
 .btn-primary:hover,
 .btn-success:hover {
   color: #fff;
   background-color: #000; 
   background-color: #000;
 }

 .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #000; 
  background-color: #000;
 }
 
 .btn-primary:focus, .btn-primary.focus {
   box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
 }
 
 .btn-success:not(:disabled):not(.disabled):active {
  background-color: #000; 
  background-color: #000;
 }
 
 .btn-success:focus, .btn-success.focus {
   box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
 }
 
 input[type="submit"].btn-block,
 .btn-block {
   display: inline-block;
   width: auto;
 }

 .custom-control-input:checked ~ .custom-control-label::before {
   color: #000;
   border-color: #000;
   background-color: #000;
 }
 
 .custom-checkbox .custom-control-label::before {
   border-radius: 0;
 }

 #container-footer {
   height: 0;
 }

 @media (max-width: 992px) {
   #container-header {
      height: 100px;
  }
}

  @media (max-width: 768px) {

  #container-content {
      margin-top: 3rem;
  }
  
  h2#page-title {
      font-size: 2rem;
  }
  }

  @media (max-width: 576px) {

   #container-header {
      height: 100px;
  }
  
  #container-content {
      margin-top: 2rem;
  }
  
  h2#page-title {
      font-size: 2rem;
  }
  }

