/**
 * @file
 * Subtheme specific CSS.
 */
/* FONTS */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
 /* HEADER */
 .navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
 .navbar-brand img {max-width:160px;}
 #navbar-main {
  box-shadow: 0 4px 3px -2px #e0e0e0;
 }

 a.nav-link {color: #000 !important;}
 a.nav-link:hover, a.nav-link.active {color: #6eab24 !important;}
 /*END HEADER */

 /* COLOR OVERRIDES */
 
 a:hover,
 a:focus,
 .link:hover,
 .link:focus {
   color: #83c92d !important;
 }
 a.button:hover {color:white !important;}
 a:active,
 .link:active {
color: #83c92d;
 }
 .btn:focus, .btn:hover {outline:0 !important; box-shadow: none !important; border-color:#83c92d !important;}
 
 .page-item.active .page-link {
   background-color: #6eab24;
   border-color: #6eab24;
 }
 
 .page-link,
 .page-link:hover {
    color: #63a513;
 }

 .contact .fa {
  color: #6eab24;
 }

/* END COLOR OVERRIDES */