
	.rd-navbar {
		background: #293624;
	}

	.page-footer {
		background-color: #293624;
	}

	.bg-dune {
		background: #293624;
		fill: #293624;
	}

	.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover, .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
		background: #293624 !important;
	}

	.rd-navbar-fullwidth .rd-navbar-nav > li > a {
		background: #293624 !important;
	}

	.pic-gal-thumb {
		max-width: 100%;
		height: auto;
	}

	.pic-gal-thumb:hover {
		opacity: 0.5;
	}




.brand-name {
/*	font-family: 'Cinzel Decorative', cursive; */
	font-family: 'Garamond', serif;
	font-style: italic;
	font-size: 90px;
	line-height: 1;
	letter-spacing: .008em;
}

.brand-name tspan {
	font-size: 160px;
	letter-spacing: -.1em;
}

.brand-name svg {
	width: 550px;
	max-width: 100%;
}

.brand-name + * {
	margin-top: 15px;
}

.brand-name svg {
	stroke: rgba(255, 255, 255, 0);
	fill: rgba(255, 255, 255, 0);
	stroke-width: 1;
	stroke-dasharray: 0 1950;
}

.brand-name.active svg {
	animation-name: dasharray;
	animation-duration: 4s;
	animation-fill-mode: forwards;
}

.ie-10 .brand-name.active svg,
.ie-11 .brand-name.active svg,
.ie-edge .brand-name.active svg {
	fill: white;
}

@keyframes dasharray {
	80% {
		fill: rgba(255, 255, 255, 0);
		stroke-dasharray: 300 0;
		stroke: white;
	}
	100% {
		fill: white;
		stroke: rgba(255, 255, 255, 0);
		stroke-dasharray: 500 0;
	}
}

.img-circle {
	border-radius: 50%;
}

figure {
	margin: 0;
}

#wysiwyg-block a {
	font-weight: 700;
	text-decoration: underline;
}


@media (min-width: 300px) {

	.my-d-xs-none {
		display: none;
	}

	.my-d-xs-block {
		display: block;
	}

}


@media (min-width: 992px) {

	.my-d-md-none {
		display: none;
	}

	.my-d-md-block {
		display: block;
	}

}


@media (min-width: 768px) and (max-width: 991px) {

	.img-crop-sm {
		height: 480px;
		width: 100% !important;
		object-fit: cover;
		object-position: center center;
	}

}






