/*
font-family: 'Roboto', sans-serif;
font-family: 'Teko', sans-serif;
*/

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #6a6a6a;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  color: #222222;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.225rem;
}
h1, .h1{
  font-size: 64px;
  text-transform: uppercase;

}
h2, .h2{
  font-size: 40px;
  text-transform: uppercase;
}
h3, .h3{
  font-size: 28px;
  font-weight: 500;
}
h4, .h4{
  font-size: 24px;
  font-weight: 500;
}
h5, .h5{
  font-size: 20px;
   font-weight: 500;
}
h6, .h6{
  font-size: 18px;
   font-weight: 400;
}
.bg-secondary {
  background-color: #c40909 !important;
}
.text-primary {
  color: #c40909 !important;
}
.text-green {
  color: #197b30 !important;
}
.text-dark {
  color: #222222 !important;
}
.text-white {
  color: #fff !important;
}
.btn {
  border-radius: 25px;
  padding: 0.3rem 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1rem;
  border: 2px solid transparent;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.3rem 2rem;
  line-height: 1.5;
  border-radius:25px;
}
.btn:focus, .btn.focus {
  box-shadow:none;
}

.btn-primary {
  color: #222;
  background-color: #ffc123;
  border-color: #ffc123;
  min-width: 185px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #222;
  background-color: #fff !important;
  border-color: #d39e00 !important;
}
.btn-secondary {
  color: #fff;
  background-color: #c40909;
  border-color: #c40909;
  font-weight: 500;
  padding: 0.3rem 1.2rem;
  font-size: 14px;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #ab0707;
  background-color: #fff !important;
  border-color: #ab0707 !important;
}
.btn-link {
  font-weight: 400;
  color: #197b30;
  background-color: transparent;
  font-size: 28px;
}
.btn-link:hover{
  color: #222;
}
.btn-sm {
	min-width: 140px;
	font-size: 12px;
	padding: 0.4rem 1rem;
}
a {
  color: #222;
}
a:hover {
  color: #197b30;
}
a.text-primary:hover, a.text-primary:focus {
  color: #197b30 !important;
}

.overlay, .black-overlay {
  position: relative;
}
.overlay .container, .black-overlay .container{
  z-index: 1;
  position: relative;
}
.overlay::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d4d4d4+0,ffffff+100&1+19,0+100 */
background: -moz-linear-gradient(left,  rgba(212,212,212,1) 0%, rgba(220,220,220,1) 19%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(212,212,212,1) 0%,rgba(220,220,220,1) 19%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(212,212,212,1) 0%,rgba(220,220,220,1) 19%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.black-overlay::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-light {
  background-color: #f0f0f0 !important;
}
.bg-primary {
  background-color: #0e6422 !important;
}
.form-control {
  background-color: transparent;
}

.height-100{
  min-height: 100vh;
}
.height-60{
  min-height: 60vh;
}







/* custom CSS */
.navbar {
  border-bottom: 1px solid #005313;
}
.navbar.bg-white {
  box-shadow: none;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  color: #222;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #197b30 ;
}
.nav-link {
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}
.dropdown-toggle::after {
  border-top: 0.3em solid #ffc123;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0;
  top: 96%;
}
.dropdown-menu .dropdown-item {
  font-size: 20px;
  padding: 0.3rem 1rem;
  font-family: 'Teko', sans-serif;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #197b30;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown .caret {
  display: none;
}
.info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-list li {
  display: inline-block;
  margin: 15px 0;
}
.icon {
  font-size: 25px;
  border-radius: 50%;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon.green {
  background: #197b30;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon.white {
  background: #fff;
  color: #197b30;
}
footer {
  border-top: 1px solid #f0f0f0;
}

.faq-collapse {
  border-top: 1px solid #0e6422;
}
.faq-collapse:last-child {
  border-bottom: 1px solid #0e6422;
}
.faq-collapse .heading a {
  padding: 15px;
  display: block;
  position: relative;
}
.faq-collapse .heading a:hover{
  text-decoration: none;
}
.faq-collapse .heading a:after{
  content: '\f068';
  position: absolute;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  right: 10px;
  color: #197b30;
}
.faq-collapse .heading a.collapsed:after{
  content: '\f067';
}


form .form-group button[type="submit"]{
  border-radius: 25px;
  padding: 0.3rem 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1rem;
  border: 2px solid transparent;
  color: #222;
  background-color: #ffc123;
  border-color: #ffc123;
  min-width: 185px;
  cursor: pointer;
}
form .form-group button[type="submit"]:hover, 
form .form-group button[type="submit"]:active, 
form .form-group button[type="submit"]:focus {
  color: #222;
  background-color: #fff !important;
  border-color: #d39e00 !important;
}
figure img {
	max-width: 100%;
}
.home h1, .home h2 { text-shadow: 1px 1px #fff; }
.lheight-30{ line-height:30px; }

@media (max-width: 991px) {
h1, .h1{
  font-size: 45px;
}
h2, .h2{
  font-size: 28px;
}
h3, .h3{
  font-size: 24px;
}
h4, .h4{
  font-size: 20px;
}
.height-100{
  min-height: 60vh;
}
.height-60{
  min-height: 50vh;
}

.navbar-brand {
  margin-right: 0;
  max-width: 80%;
}
.navbar-brand img {
  max-width: 100%;
}
.navbar-collapse {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid #222;
  z-index: 999;
}
.navbar-expand-lg .navbar-nav {
  align-items: normal;
}
.navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}
.navbar-nav .dropdown-toggle::after {
  display: none;
  content: none;
}
.dropdown:hover .dropdown-menu {
  display: none;
}
.dropdown .caret {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  padding: 7px 15px;
}
.nav-item {
  border-bottom: 1px solid #222;
  margin: 0 !important;
}
.navbar-nav .dropdown-menu {
  border: 0;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  padding: 0.3rem 2rem;
}
.dropdown .caret.open .fa-caret-down::before {
  content: "\f0d8";
}
}
@media (max-width: 767px) {
.navbar-brand {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  max-width: 100%;
}
.map iframe {
  max-height: 40vh;
}
}