@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue/bebasneue_bold-webfont.woff') format('woff'), url('../fonts/bebasneue/bebasneue_bold-webfont.ttf') format('truetype'), url('../fonts/bebasneue/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue/bebasneue_regular-webfont.eot');
    src: url('../fonts/bebasneue/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue/bebasneue_regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue/bebasneue_regular-webfont.woff') format('woff'), url('../fonts/bebasneue/bebasneue_regular-webfont.ttf') format('truetype'), url('../fonts/bebasneue/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import '../fonts/open-sans.css';

body{
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  color:#6f6f6f;
  min-width:375px;
  background: url(../images/pdr-bg.png) center center no-repeat;
  background-attachment: fixed;
}
.site-header { border-bottom: none !important; }
.navbar.bg-dark { background-color: #007396 !important; }
.site-content {
}
#primary article { background: rgba(255, 255, 255, 0.9) !important; }
.frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color: #007396 !important;
  border-color: #007396 !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: #fff !important;
  color: #007396 !important;
}