.navbar-brand {
	width: 300px;
};

.desktop-menu > .navbar-nav > .nav-item > .nav-link:not(.btn):hover, .desktop-menu > .navbar-nav > .nav-item > .nav-link.active:not(.btn) {
	color: #b07d45;
};

.header-menu .nav-link {
	font-size: 20px;
}

.height-10vh {
	height: 10vh;
}

.bg-contain {
	background-size: contain;
}

.footer-section-top .main-section {
	padding-top: 18px;
}

.text-primary-color {
	color: #b07d45;
}

.text-white {
	color: white;
}

.bg-primary-color {
	background: #b07d45;
}

.relative {
	position: relative;
}

.italic {
    font-size: 14px;
    font-style: italic;
}

.parallax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.z-100 {
	z-index: 100;
}

h1 {
	text-shadow: 2px 2px 2px rgb(0 0 0 / 34%);
}

h1, h2 {
	color: #b07d45;
}

h3, h4, h5 {
	color: #666666
}

@media(max-width:  991px) {
	.section-media-half-img.dandelion {
		opacity: 0;
		max-width: 250px;
	}
}