<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gutter-sizer {
	width: 10px;
}

.grid-sizer
, .grid-item {
	width: calc(50% - (10px/2));
	margin-bottom: 10px;

}

@media (min-width: 34em) {
	.grid-sizer
	, .grid-item {
		width: calc(33.333% - (20px/3));
    }
}

@media (min-width: 64em) {
	.grid-sizer
	, .grid-item {
		width: calc(25% - (30px/4));
		height: 0;
		padding-bottom: calc(25% - (30px/4));
    }
}

.card-img {
	border-radius: 0px;
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.card-img:hover {
	opacity: 0.7;
}

.cb-gutter-sizer {
	width: 10px;
}

.cb-grid-sizer
, .cb-grid-item {
	width: calc((50% - (10px/2)));
	margin-bottom: 10px;
}

.home-img {
	object-position: center;
	object-fit: cover;
	width: 100%;
	max-height: 450px;
}

.carousel-caption {
    background: #FFFFFF;
	opacity: 0.8;
	border-radius: 5px;
}

.carousel-item{
    max-height: 450px;
}

.bg-light {
	background-color: #fbf8f4 !important;
}

.navbar.bg-light .navbar-nav .nav-item.active .nav-link,
.navbar.bg-light .navbar-nav .nav-item.active .nav-link:hover,
.navbar.bg-light .navbar-nav .nav-item.active .nav-link:focus,
.navbar.bg-light .navbar-nav .nav-item.show .nav-link,
.navbar.bg-light .navbar-nav .nav-item.show .nav-link:hover,
.navbar.bg-light .navbar-nav .nav-item.show .nav-link:focus {
	background-color: #fbf8f4;
}

.button-link {
	border: 1px solid rgb(163,180,189,0.5);
	border-radius: 100px;
	transition: all 0.25s ease-in-out;
	box-shadow: 0 3px 12px rgba(0,0,0,.2);
	padding: 0.5em 1.5em;
	line-height: 52px;
	color: #ffffff;
	background-color: #3d4e57;
	text-decoration: underline;
	text-decoration-color: transparent;
}

.button-link:hover{
	border-color: rgb(0, 0, 0, 0.1);
	box-shadow: none;
	color: #ffffff;
	background-color: #30414A;
	text-decoration-color: #ffffff;
}

html, body { 
	width:100%;
	margin:0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: 'Heebo', sans-serif;
	scroll-padding-top: 70px;
}

.navbar-brand {
	font-family: 'Birthstone', serif;
	font-size: 1.5em;
	font-weight: 400;
}

.nav-item {
	font-size: 1.1em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h2 a, h3 a, h4 a, h5 a {
	transition: all 0.25s ease-in-out;
	text-decoration-color: transparent;
}

.navbar {
	background-color: #ffffff;
}
.navbar .navbar-nav .nav-link {
	color: #000000;
	margin: 0 0.25em;
	transition: all 0.25s ease-in-out;
	text-decoration: underline;
 	text-decoration-color: transparent;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
	color: #ba8d40;
	text-decoration-color: #ba8d40;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
	color: #ba8d40;
	background-color: #ffffff;
}
</pre></body></html>