html, body {
}

html {
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #F4FBFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 600;
  color: #07537C;
}

p {
  color: #BCC2CD;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

p a, p a:hover, p a:active {
  color: #00A291;
}

span.highlight {
  color: #00A291;
}

div.logo {
  text-indent: -9999px;
  background: url('/images/logo.svg') no-repeat;
  width: 223px;
  height: 52px;
  margin-bottom: 40px;
}

.container__header {
  background-color: #FFF;
  padding-bottom: 50px;
}

.title-box {
  padding: 15px 0 0 0;
}

.title-box h1 {
  margin: 0;
  font-size: 45px;
  letter-spacing: -2px;
  line-height: 40px;
}

.title-image {
  display: none;
}

.footer {
}

.info-box {
  margin: 50px auto;
  width: 80%;
}

@media all and (min-width: 992px) {
  .container__header {
    padding-top: 50px;
    background: url('/images/background_stripe.jpg') repeat-y;
    background-position: right;
  }

  .title-box {
    width: 470px;
    height: 220px;
    float: right;
  }

  .title-image {
    display: block;
  }

  .title-image img {
    max-width: 440px;
  }
}

@media all and (min-width: 1337px) {
  .container__header {
    padding-top: 100px;
    background: url('/images/background_stripe.jpg') repeat-y;
    background-position: right;
    height: 600px;
  }

  .title-box {
    padding: 50px;
    width: 670px;
    height: 320px;
    float: right;
  }

  .title-box h1 {
    font-size: 69px;
    letter-spacing: -2px;
    margin: 0;
    line-height: 64px;
  }

  .title-image {
    display: block;
  }

  .title-image img {
    max-width: 608px;
    max-height: 414px;
  }

  .info-box {
    margin: 50px auto;
    width: 60%;
  }
}

.icon {
  width: 80px;
  height: 60px;
  margin-bottom: 15px;

}

.icon__who_we_are {
  background: url('/images/Whoweare.svg') no-repeat;
}

.icon__how_to_reach_us {
  background: url('/images/Howtoreachus.svg') no-repeat;
  background-position-y: center;
}

.icon__where_we_meet {
  background: url('/images/Wherewemeet.svg') no-repeat;
}


