/* CSS Document */
body {
  font-family: 'Rubik', sans-serif;
}
h1 {
  font-size: 60px;
  font-weight: 700;
  color: #00B0F0;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 27px;
}
.email {
  font-family: 'Open Sans', sans-serif;
}
.bg-right {
  background-image: url('../img/bg_right.png');
  background-size: cover;
}
.color-aqua {
  color: #009999;
}
.color-white {
  color: #ffffff;
}
.color-blue {
  color: #00B0F0;
}
.color-green {
  color: #92D050;
}
.link-text {
  color: inherit;
  text-decoration: none;
}
.link-text:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .bg-right {
    background-size: contain;
    height: 50vh !important;
    min-height: 50vh !important;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #ffffff;
  }
  h1 {
    font-size: 4.5vw;
  }
  .link-text {
    font-size: 3vw;
  }
  .h-25 {
    height: 10% !important;
  }
}