@font-face {
  font-family: OPEN SANS LIGHT;
  src: url('../fonts/OpenSans-Light_0.ttf');
}
@font-face {
  font-family: OPEN SANS BOLD;
  src: url('../fonts/OpenSans-Bold_0.ttf');
}
.bg_colorfirst {
  background-color: #00a3c3 !important;
}
.color_colorfirst {
  color: #00a3c3 !important;
}
.bg_colorsecond {
  background-color: #7ecad9 !important;
}
.color_colorsecond {
  color: #7ecad9 !important;
}
.bg_black {
  background-color: #000 !important;
}
.color_black {
  color: #000 !important;
}
.bg_verydarkgrey {
  background-color: #191919 !important;
}
.color_verydarkgrey {
  color: #191919 !important;
}
.bg_darkgrey {
  background-color: #323232 !important;
}
.color_darkgrey {
  color: #323232 !important;
}
.bg_grey {
  background-color: #787878 !important;
}
.color_grey {
  color: #787878 !important;
}
.bg_lightgrey {
  background-color: #B4B4B4 !important;
}
.color_lightgrey {
  color: #B4B4B4 !important;
}
.bg_verylightgrey {
  background-color: #dcdcdc !important;
}
.color_verylightgrey {
  color: #dcdcdc !important;
}
.bg_white {
  background-color: #ffffff !important;
}
.color_white {
  color: #ffffff !important;
}
p,
.p {
  font-family: OPEN SANS LIGHT;
  font-size: 14px;
  line-height: 22px;
  color: #787878;
  font-weight: unset;
}
h1,
.h1 {
  font-family: OPEN SANS LIGHT;
  font-size: 50px;
  line-height: 60px;
  color: #00a3c3;
  font-weight: unset;
}
h2,
.h2 {
  font-family: OPEN SANS BOLD;
  font-size: 30px;
  line-height: 40px;
  color: #00a3c3;
  font-weight: unset;
}
h3,
.h3 {
  font-family: OPEN SANS BOLD;
  font-size: 20px;
  line-height: 30px;
  color: #00a3c3;
  font-weight: unset;
}
h4,
.h4 {
  font-family: OPEN SANS LIGHT;
  font-size: 16px;
  line-height: 24px;
  color: #B4B4B4;
  font-weight: unset;
}
.menu-big-font {
  font-family: Titillium-Regular;
  font-size: 60px;
  line-height: 80px;
  color: #7ecad9;
  font-weight: unset;
}
.menu-small-font {
  font-family: Titillium-Regular;
  font-size: 18px;
  line-height: 26px;
  color: #B4B4B4;
  font-weight: unset;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-big-font {
    font-family: Titillium-Regular;
    font-size: 50px;
    line-height: 60px;
    color: #7ecad9;
  }
  .menu-small-font {
    font-family: Titillium-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #B4B4B4;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .menu-big-font {
    font-family: Titillium-Regular;
    font-size: 26px;
    line-height: 26px;
    color: #7ecad9;
  }
  .menu-small-font {
    font-family: Titillium-Regular;
    font-size: 14px;
    line-height: 16px;
    color: #B4B4B4;
    font-weight: normal;
  }
  h1,
  .h1 {
    font-family: Titillium-Regular;
    font-size: 30px;
    line-height: 30px;
    color: #7ecad9;
    font-weight: unset;
  }
  .main_btn.h3,
  .main_btn .h3,
  .main_btn h3,
  .main_btn-white.h3,
  .main_btn-white .h3,
  .main_btn-white h3 {
    font-family: Titillium-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #7ecad9;
    font-weight: unset;
    padding: 5px 20px;
  }
}
