html {
	font-size: 100%;
}

#gHeader {
	z-index: 1000 !important;
}

/** THEME **/
.bg-theme {
	background-color: #B2A899;
}
.text-theme {
	color: #B2A899;
}
.text-theme {
	color: #B2A899;
}
.border-theme {
	border-color: #B2A899;
}
.btn-theme {
	color: #fff;
	background-color: #B2A899;
	border-color: #B2A899;
}
.btn-theme:hover {
    color: #fff;
    background-color: #7c756b;
    border-color: #56514a;
}
.btn-outline-theme {
	color: #B2A899;
	background-color: transparent;
	border-color: #B2A899;
}
.nav-underline .active {
	border-bottom: 3px solid #B2A899;
}
.offcanvas-collapse-theme {
	background-color: #B2A899;
}
.alert-theme {
	background-color: #B2A899;
	border-color: #B2A899;
	color: white;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #B2A899;
	background-color: #B2A899;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
    background-color: #fff;
}
.category {
	color: #4f3524;
}