body {
  background-color: #fff;
  color: #111111;
  font-family: "Josefin Sans", sans-serif;
}

a {
  color: #fff;
}

a:hover,
a:focus {
  color: #fff;
}

.bigText {
  font-size: 24px;
}
.smallText {
  font-size: 20px;
}
.smaller-text {
  font-size: 15px;
}
.bottom-text {
  font-size: 13px;
}
.footerText {
  font-size: 16px;
}

.footerMargin {
  padding-bottom: 15%;
}

.address_lightbox {
  color: black;
}

.box {
  background-color: #e9e9e9;
  padding: 15px;
  word-break: break-word;
  border-radius: 3px;
}

.boxTitle {
  color: #de7315;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 7px solid;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 6px;
}

.button1 {
  background-color: #000f9f;
  border-radius: 6px;
  border: none;
  box-shadow: 0px 1px 2px 1px grey;
  color: #fff;
  cursor: pointer;
  padding: 0.8rem 0.8rem 0.5rem;
}

small {
  display: block;
  font-style: italic;
  background-color: red;
  color: #fff;
  text-align: left;
  padding: 0.3rem;
}

.postfix {
  padding: 0.4rem 0.3rem 0.1rem;
  color: #fff !important;
  width: 100%;
  display: block;
}

.alert-box.alert.radius {
  background-color: red;
  color: #fff;
  padding: 0.3rem;
}

.warning {
  color: red;
  margin-top: -0.5rem;
  font-size: 14px;
}

@media only screen and (max-width: 1023px) {
  .boxTitle {
    font-size: 34px;
  }
  .bigText {
    font-size: 22px;
  }
  .smallText {
    font-size: 18px;
  }
  .smaller-text {
    font-size: 14px;
  }
  .footerText {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .boxTitle {
    font-size: 28px;
    border-bottom: 5px solid;
  }
  .footerMargin {
    margin-top: 35%;
  }
  .bigText {
    font-size: 19px;
  }
  .smallText {
    font-size: 16px;
  }
  .smaller-text {
    font-size: 13px;
  }
  .bottom-text {
    font-size: 12px;
  }
  .footerText {
    font-size: 14px;
  }
  .postfix {
    /* padding: 0.5rem;
    line-height: 2;
    width: auto;
    display: inline; */
    padding: 0.5rem 0.5rem 0.2rem;
    line-height: 2;
  }
  .warning {
    font-size: 13px;
  }
}
