@font-face {
  src: url(D-DINCondensed-Bold.ttf);
  font-family: ddinBl;
}

@font-face {
  src: url(Helvetica.ttf);
  font-family: helv;
}

body {
  color: #010101;
  background-color: #f7f7f7;
  font-family: helv, Arial, Helvetica, sans-serif;
  /* background: url(../images/brick_back.jpg);
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: auto; */
}

input:not([type="submit"]),
select {
  font-family: Arial, Helvetica, sans-serif !important;
}

a {
  color: #010101;
}

a:hover,
a:focus {
  color: #010101;
}

.biggerText {
  font-size: 55px;
  line-height: 1.1;
}

.bigText {
  font-size: 24px;
}
.smallText {
  font-size: 19px;
}
.smaller-text {
  font-size: 15px;
}
.bottom-text {
  font-size: 13px;
}
.footerText {
  font-size: 16px;
}

.headerImg {
  max-width: 73.125rem;
}

.button1 {
  background-color: #3f9143;
  border-radius: 6px;
  border: none;
  box-shadow: none;
  color: #fff;
  /* font-style: italic;
  font-family: boglebold; */
  /* font-weight: bold; */
  padding: 0.6em 2em;
  min-width: 250px;
  max-width: 350px;
  line-height: 1.2;
}

.button1:hover,
.button1:focus {
  background-color: #3f9143;
  color: #fff;
}

.button1.optionBtn:hover {
  background-color: #3f9143;
  color: #fff;
}

.button1.optionBtn.selected {
  background-color: #3f9143;
  color: #fff;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #453736;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: #453736;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #453736, 4px 0 0 #453736, 4px -2px 0 #453736,
    4px -4px 0 #453736, 4px -6px 0 #453736, 4px -8px 0 #453736;
  transform: rotate(45deg);
}

small {
  display: block;
  font-style: italic;
  background-color: red;
  color: #fff;
  text-align: left;
  padding: 0.3rem;
}

.postfix {
  padding: 0.3em 1em;
  color: #fff !important;
  width: 100%;
  display: block;
  min-width: 200px;
}

.alert-box.alert.radius {
  background-color: red;
  color: #fff;
  padding: 0.3rem;
}

.warning {
  color: red;
  margin-top: -0.5rem;
  font-size: 14px;
}

.instructions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.instructions > div {
  display: block;
  text-align: left;
}

.instructions img {
  max-width: 71px;
  width: 60%;
  display: block;
  margin: 0 0 15px auto;
}

@media only screen and (max-width: 1200px) {
  .headerImg {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .instructions img {
    width: 80%;
  }
  .instructions > div {
    flex: 0 0 50%;
  }
  .biggerText {
    font-size: 47px;
  }
  .bigText {
    font-size: 22px;
  }
  .smallText {
    font-size: 18px;
  }
  .smaller-text {
    font-size: 14px;
  }
  .footerText {
    font-size: 15px;
  }
  .postfix {
    padding: 0.45em 1em 0.2em;
  }
}
@media only screen and (max-width: 640px) {
  body {
    background-position: center 0%;
  }
  .instructions img {
    width: 70%;
  }

  .biggerText {
    font-size: 40px;
  }

  .bigText {
    font-size: 20px;
  }
  .smallText {
    font-size: 16px;
  }
  .smaller-text {
    font-size: 13px;
  }
  .bottom-text {
    font-size: 12px;
  }
  .footerText {
    font-size: 14px;
  }
  .postfix {
    padding: 0.6em 1em 0.3em;
    width: auto;
    display: inline-block;
  }
  .warning {
    font-size: 13px;
  }
}
