body {
  font-family: 'Kelson rg webfont', sans-serif;
  color: #babdb7;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
}

strong {
  font-weight: bold;
}

.main_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #247274;
}

.main_logo {
  width: 40vw;
}

.textblock {
  width: 30vw;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.textblock h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 34px;
}

@media (max-width: 991px) {
  .main_logo {
    width: 50vw;
  }
  .textblock {
    width: 50vw;
  }
  .textblock h1 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .main_logo {
    width: 70vw;
  }
  .textblock {
    width: 80vw;
  }
}

@media (max-width: 479px) {
  .main_logo {
    width: 95vw;
  }
  .textblock {
    width: 85vw;
    margin-top: 10px;
    font-size: 14px;
  }
  .textblock h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

@font-face {
  font-family: 'Kelson rg webfont';
  src: url('../fonts/kelson_rg-webfont.woff2') format('woff2'), url('../fonts/kelson_rg-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kelson bd webfont';
  src: url('../fonts/kelson_bd-webfont.woff2') format('woff2'), url('../fonts/kelson_bd-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}