@font-face {
    font-family: OpenSans;
    src: url(../../fonts/OpenSans-CondLight.woff2) format(woff2),
}
@font-face {
    font-family: EncodeSans;
    src: url(../../fonts/EncodeSansCondensed-Light.woff2) format(woff2),
}
@font-face {
 font-family: Oswald;
 src: url(../../fonts/Oswald-VariableFont.woff2) format(woff2);
}
@font-face {
 font-family: Nunito
 src: url(../../fonts/NunitoSans-VariableFont.woff2) format(woff2);
}

#tinymce {
  background-image: none;
}


body {
  background-image: url("/images/patch-bg.jpg");
    background-repeat: no-repeat;
   background-position: right center;
   background-attachment: fixed;
   font-family:EncodeSans;
}
body.wrapper-fluid .site-grid {
  grid-gap: 0px;
}

.container-header {
  padding-top:20px;
  background-color: unset;
  background-image: none;
}

.container-header .mod-menu {
  background-color: #fff;
  font-size: 1.1em;
  padding-left: 10px;
  text-transform: uppercase;
  color:#000;
  border-radius: 0px 10px 0px 0px;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.75);
}
@media (min-width:300px) and (max-width:992px) {
  .container-header .mod-menu {
    display:flex;
    flex: 1 1 0%;
    flex-direction: row
  }
}​
.container-header .mod-list li {
  text-decoration: none;
  color: #000;
  padding:5px;
}
.container-header .mod-list li > a {
  text-decoration: none;
  color: #000;
  padding:5px; 
}
.container-header .mod-list li > a:hover {
  text-decoration: none;
  color: #FA7100;
  background-color:#000;
  padding:5px;
}
.container-header .mod-list li > a.social:hover {
  text-decoration: none;
  color: #FA7100;
  background-color:#fff;
  padding:5px;
}
.container-header .mod-list li.active > a {
  text-decoration: none;
  color: #FA7100;
  background-color:#000;
  padding:5px;   
}

.navbar-brand img {
  border-radius: 10px 10px 0px 0px;
}
body.wrapper-fluid header > .grid-child {
  padding: 0px;
}
.container-header .navbar-brand {
  padding-bottom: 0px;
}
.container-component > * + * {
  margin-top: 0px;
  background: rgba(1, 44, 5, 0.8);
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.75);
}
.main-bottom.card {
  background-color: unset;
  border: 0px;
  box-shadow: unset;
  color: #013801;
  font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Oswald;
  font-weight: 400;
}

.form-control {
  color: #1b3717;
  font-size: 1.25em;
}
.rapid_contact .form-control {
  color: #1b3717;
}
