:root {
	--bg-primary: rgb(203, 180, 146);
	--bs-primary: rgb(203, 180, 146);
	--bs-primary-rgb: 50, 63, 37;
	--bg-primary-hover: rgba(255, 255, 255, 0.2);

	--bs-success-rgb: 45, 65, 55;

	--bs-info-rgb: 147, 196, 211;
}

body {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Crimson Text", serif;
}

.vh-50 {
	height: 50vh;
}

.vh-75 {
	height: 75vh;
}
.border-primary {
	border-color: var(--bg-primary) !important;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background-color: var(--bg-primary);
	border-color: var(--bg-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	background-color: #fff;
	color: var(--bg-primary);
	border-color: transparent;
}

.btn-outline-info {
	color: rgb(var(--bs-info-rgb));
	border-color: rgb(var(--bs-info-rgb));
}

.btn-outline-info:hover {
	background-color: rgb(var(--bs-info-rgb));
	border-color: rgb(var(--bs-info-rgb));
}

.btn-outline-info:hover {
	color: #fff;
}

@media (max-width: 992px) {
	#navbarSupportedContent {
		align-items: center;
		justify-content: center;
	}

	.navbar-toggler {
		position: absolute;
		top: 25%;
		right: 5%;
		width: auto;
	}

	#navbarSupportedContent .offcanvas-header button {
		position: absolute;
		top: 5%;
		right: 10%;
	}

	#navbarSupportedContent ul {
		margin-right: auto !important;
	}

	#navbarSupportedContent li {
		margin-bottom: 1rem;
		text-align: center;
	}
	#navbarSupportedContent li a {
		color: #000 !important;
		opacity: 0.55;
	}
}
#navbarSupportedContent li a.active,
#navbarSupportedContent li:hover a {
	color: var(--bs-primary) !important;
}

/* clear fix */
.grid:after {
	content: "";
	display: block;
	clear: both;
}
.grid-sizer,
.grid-item {
	width: 20%;
}
.grid-item {
	float: left;
}
.grid-item--width2 {
	width: 40%;
}

@media (max-width: 768px) {
	.grid-sizer,
	.grid-item {
		width: 50%;
	}
	.grid-item--width2 {
		width: 100%;
	}
}

#video .card-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#video .col {
	cursor: pointer;
}

#video .overlay {
	transition: all 0.5s linear;
}
#video .card:hover .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.15);
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.floating-whatsapp {
	bottom: 24px;
	left: 12px;
	width: 80px;
	height: 80px;
	line-height: 96px;
	border-radius: 50%;
	background-color: #28a745;
	text-align: center;
}

.floating-whatsapp .fa-whatsapp {
	font-size: 35px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: var(--bg-primary);
}

.nav-link {
	color: var(--bg-primary);
}

.nav-link:focus,
.nav-link:hover {
	color: var(--bg-primary-hover);
}
