

.regHeader {
  min-height: 400px;
}

h1 {
  font-size: 28px;
}

@media (min-width: 375px) {
  h1 {
    font-size: 38px;
  }
}

@media (min-width: 414px) {
  h1 {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 52px;
  }
}
hr {
  border: 0;
  border-top: 1px solid;
}

.stopfade { 
  opacity: .5;
} 

.register {
  overflow: auto;
}

.register .btn {
  color: #333333;
  background-color: #e79d32;
}

.register .btn:hover {
  background-color: #f4a432;
}

.trainerBox {
  display: flex;
}

.trnrBxHolder, .contactHolder {
  justify-content: space-evenly;
  margin-top: 20px;
}

.trnrBxHolder > div, .contactHolder > div {
  min-height: 100px;
  min-width: 260px;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.contactHolder > div {
  border: 1px solid;
  flex-direction: column;
}

.trnrBxHolder h5 {
  margin-bottom: 0;
}

.courseBlock > .row {
  min-height: 540px;
}

.courseText {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.courseText hr {
  border-top: 1px solid #e79d32;
  width: 160px;
  margin: 30px 0;
}

.courseImage > div {
  background-repeat: no-repeat; 
  height: 100%;
  width: 100%;
  background-size: cover;
  min-height: 100px;
}

.courseImage.kids > div {
  background-image: url(../images/campaign/kids.jpg);
}

.courseImage.pro > div {
  background-image: url(../images/campaign/professionals.jpg);
}

.regHeader {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.regHeader.regKids {
  background-image: url(../images/campaign/register-kids.jpg);
}

.regHeader.regPro {
  background-image: url(../images/campaign/register-professionals.jpg);
}

.regHeader > .row {
  min-height: 240px;
}

.registerForm {
  position: relative;
  top: -100px;
  margin-bottom: -20px;
}

.form-check-label {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 20px;
} 

label:not(.form-check-label) {
  font-weight: bold;
}

.form-check-label {
  margin-top: 3px;
}

.inlineInput {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    border: 0;
    border-bottom: 1px solid #ced4da;
    padding: 0;
    height: auto;
}

.diagnosticTest p {
  line-height: 32px;
}

input#DTBirth, input#DTBirthP {
    width: 60px;
}

.sectionOne label {
  margin-bottom: 0;
}

.invalid {
  border-color: #dc3545;
}