/*

Theme Name: WABW Custom Theme
Theme URI: https://www.wabwmediagroup.com
Author: James Brennaman from WABW Media Group
Description: Custom Built Themes by WABW Media Group are specific to the needs of each customer.
Version: 1.0

*/

html {
	scroll-behavior: smooth;
}

html body {
  font-family: "Volkhov", serif;
  font-weight: 400;
  font-style: normal;
  font-size:17px;
  color:#5b5551;
}
h1{
	color: #88bb40;
}
h1, h2{
	font-family: "Montserrat", sans-serif;
}


#bb4-primary-menu {
	width: 100%;
}
.navbar .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.site-branding {
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-hero {
	background-size: cover;
	background-position: center;
	position: relative;
}
.overlay {
	background-color: #000;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.39;
}

.site-footer {
	background-color: #fff;
	border-top: 3px solid #ddd;
	padding: 35px 15px 25px;
}
.footer-menu {
	list-style: none;
	padding-left: 0;
	font-size: 15px;
}
.footer-menu a {
	color: #333;
}
.site-footer .social-icons i {
	font-size: 35px;
	padding: 15px;
}
.social-icons a {
	color: #111;
}
.copyright {
	background-color: #d5d5d5;
	padding: 5px;
}
.copyright a {
	color: inherit;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	...;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	...;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	...;
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	...;
}

/*Extra small devices portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	...;
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	...;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	...;
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	...;
}
