header.site-header div.header-inner nav.header-nav.mobile ul.nav-lvl1 > li > a {
  text-transform: none;
}
footer.site-footer .footer-main {
  padding: 10px 0px;
}
footer.site-footer .footer-main .footer-navigation {
  margin-bottom: 10px;
}
footer.site-footer .footer-main .footer-email {
  margin-bottom: 0px;
}
footer.site-footer .footer-top {
  height: 15px;
}
.screen-image .image-caption h1 {
  text-transform: none;
  margin-top: 0rem;
  letter-spacing: 0px;
}

.contactform input {
    width: 100%;
}
.contactform textarea {
    width: 100%;
    height: 10em;
}
.contactform .form-field {
  font-weight: bold;
  margin-top: 1rem;
}

.contactform .buttons button {
  margin-top: 1rem;
}

.screen-image.screen-top {
  height: 175px;
}

h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  scroll-margin-top: 60px;  
  margin-top: 2rem;
}
.footer-email div {
  display:float;
}

@media (max-width: 991.98px) {
  .screen-image .image-caption h1 {
      font-size: 2em;
  }
}
@media (min-width: 991.98px) {
  .footer-left {
    float: left;
    margin-left: 1em;
    height: 2em;
  }
  .footer-right {
    float: right;
    margin-right: 1em;
  }
}