@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
  font-family: Calibri-Bold;
  src: url('../fonts/calibrib.ttf');
}
@font-face {
  font-family: Calibri-Light;
  src: url('../fonts/calibril.ttf');
}
@font-face {
  font-family: Calibri-Regular;
  src: url('../fonts/calibri.ttf');
}
.bg_colorfirst {
  background-color: #0098BD !important;
}
.color_colorfirst {
  color: #0098BD !important;
}
.bg_colorsecond {
  background-color: #BF480F !important;
}
.color_colorsecond {
  color: #BF480F !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: #646464 !important;
}
.color_grey {
  color: #646464 !important;
}
.bg_lightgrey {
  background-color: #969696 !important;
}
.color_lightgrey {
  color: #969696 !important;
}
.bg_verylightgrey {
  background-color: #f0f0f0 !important;
}
.color_verylightgrey {
  color: #f0f0f0 !important;
}
.bg_white {
  background-color: #ffffff !important;
}
.color_white {
  color: #ffffff !important;
}
body {
  font-family: Open Sans;
}
p,
.p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #969696;
  margin: 0;
}
h1,
.h1 {
  font-family: Open Sans;
  font-size: 40px;
  line-height: 50px;
  color: #0098BD;
  font-weight: normal;
}
h2,
.h2 {
  font-family: Open Sans;
  font-size: 32px;
  line-height: 40px;
  color: #BF480F;
  font-weight: normal;
}
h3,
.h3 {
  font-family: Open Sans;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #BF480F;
}
h4,
.h4 {
  font-family: Open Sans;
  font-size: 20px;
  line-height: 28px;
  color: #969696;
  font-weight: normal;
}
h5,
.h5 {
  font-family: Open Sans;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
}
