.frontImage {
    background-image: url(/img/high5.jpeg);
    background-size: cover;
    margin-top: 80px !important;
    height: 400px;
    color: #fff;
}

.frontImage h1 {
    font-size: 50px;
    padding-top: 100px !important;
}
/* FORM */
.radio {
    display: flex;
}
.dataC {
    height: 400px;
  }
  .fCheck {
      display: flex !important;
      flex-direction: row !important;
  }
  .datepicker {
      margin-top: 80px !important ;
  }
  
.formBtn {
    font-size: 15px !important;
    height: 40px !important;
    background-color: #176361 !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.formBtn:hover {
    border: 1px solid #176361 !important;
    background-color: #fff !important;
    color: #176361 !important;
}
/* Compatable */
td,tr {
    border: 1px solid #000 !important;
    padding: 25px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 15px;
}
.bold {
    font-weight: 700;
    font-size: 18px;
} 
  /********************************************************************** MOBILE */
  @media screen and (max-width: 960px) {
    .frontImage {
        height: 120px;
    }
    .frontImage h1 {
        padding-top: 30px !important;
    }
    td,tr {
        border: 1px solid #000 !important;
        padding: 5px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10px;
    }
    .bold {
        font-weight: 700;
        font-size: 12px;
    } 
.radio {
    display: block;
}
  } 