@font-face {
  font-family: 'kontrapunkt_bob_regularRg';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/kp_bob_regular-webfont.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'KontrapunktBobBold';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/kontrapunkt_bob_bold-webfont.woff') format('woff');
  font-display: swap;
}

body {
  font-size: 15px;
  font-family: 'Arial', sans-serif;
  border: solid 8px #4a4a4a;
  overflow-x: hidden;
}

h1 {
  font-family: 'KontrapunktBobBold', serif;
}
h2, h3, h4, h5, h6 {
  font-family: 'kontrapunkt_bob_regularRg', serif;
}
h4 span,
h4 a,
h6 a {
  font-family: 'kontrapunkt_bob_regularRg', sans-serif;
}
h1 {
  color: #0A1433;
  font-weight: 400;
}
h2, h3 {
  color: #0CC4DF;
  font-weight: 400;
}
h1 {
  font-size: 30px;
  line-height: 1.4;
}
h4 small {
  font-size: 65%;
  color: #999;
}
h5 {
  margin-left: -100px;
  color: #aaa;
  margin-top: -39px;
  font-size: 13px;
}
h6 {
  line-height: 1.5;
  font-size: 13px;
  color: #666;
  margin-top: -10px;
}

p, li {
  color: #555;
}

a {
  color: #0CC4DF;
  text-decoration: underline;
  font-weight: 600;
}
a:hover,
a:focus {
  color: #888;
}
h6 a {
  color: #222;
}

ul {
  padding: 0 0 0 18px;
}

header {
  background-color: #fff;
  padding: 20px 0 0;
}
header img {
  max-width: 360px;
}

.navbar-brand img {
  max-height: 26px;
  margin-top: -3px;
}

.row {
  border-top: 1px solid #EAEAEA;
  margin-bottom: 40px;
  padding-top: 30px;
}
.no-border {
  border: solid 0 #fff;
}

.contact-box {
  padding-top: 10px;
  text-align: center;
}
.contact-box span {
  text-align: center;
}

.people {
  width: 100%;
  max-width: 160px;
  margin-top: 25px;
}
.long-label {
  width: 180%;
  display: inline-block;
}

.clients {
  padding: 50px 0;
}
.clients img {
  max-width: 100%;
  margin: 10px 0;
}

footer {
  background-color: #eaeaea;
  padding: 30px 0;
  margin-top: 40px;
  border-top: solid 1px #ddd;
}
.offset-earth-logo {
  text-align: right !important;
  padding-top: 30px;
}

@media all and (max-width: 1460px) {

  h5 {
    display: none;
  }
  h6 {
    margin-top: 0;
  }

  .row {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  footer {
    padding: 15px 0 0;
  }

}

@media all and (max-width: 1100px) {

  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }

}

@media all and (max-width: 990px) {

    .offset-earth-logo {
      text-align: center !important;
    }
  
  }

@media all and (max-width: 767px) {

  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h6 {
    font-size: 11px;
  }

  header img {
    max-width: 210px;
  }

  .contact-box span {
    display: block;
    line-height: 1.8;
  }

  .clients {
    padding: 25px 0;
  }

  footer {
    margin-top: 0;
  }
  footer img {
    text-align: center !important;
    }

}

@media all and (max-width: 400px) {

  header img {
    max-width: 180px;
  }

}
