/* Add here all your css styles (customizations) */


/* Backgrounds */
.g-bg-brown {
	background-color: #220F05 !important;
}

.g-bg-bgreen {
	background-color: #009772 !important;
}

.g-bg-orange {
	background-color: #E64B3B !important;
}

/* Text Colours */

.g-color-brown {
  color: #220F05 !important; }

/* Fonts, Font sizes */

.u-header {
	font-size: 1.01857rem;
}

.marker-font { 
	font-family: 'Permanent Marker', cursive;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #212529;
	font-weight: 400;
}


/* Buttons, Navigation */

.u-btn-orange {
	border-color: #E64B3B;
	background-color: #E64B3B;
}

.u-btn-orange:hover, .u-btn-orange.active {
	border-color: #C52918;
	background-color: #C52918;
}

.u-nav-v2-1 .nav-link.active, .u-nav-v2-1 .cbp-filter-item-active .nav-link {
	background-color: #8cd54a;
}

/* Padding */

 .g-py-300--md {
    padding-top: 22rem;
    padding-bottom: 22rem; }

/* Mobile Tweaks */

@media (max-width: 575px) {
.navbar-brand {
	margin-right: 2.5rem; }

}

/* Laptop Tweaks */


