body {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffffff;
}

h1, .text-body-emphasis{color: #ffffff !important;}

body, .bg-dark {
	background-color: #212530 !important;
}
.border-bottom{border-bottom: 1px solid #495057 !important;}
.border{border: 1px solid #495057 !important;}
@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

.btn-primary {
	background-color : #9E6F49;
	border-color: #9E6F49;
    --bs-btn-active-bg: #9E6F49 !important;
	--bs-btn-active-border-color: #9E6F49 !important;
}

.btn-primary:hover {
	background-color: #B38F6F;
	border-color: #B38F6F;
}

.btn-primary:active, .active {
	background-color : #9E6F49;
}

.text-body-emphasis {
	font-size: 4rem;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 2rem;
}

.card {
	border: 0;
	background-size: cover;
}
.ratio{background: transparent !important;}
.carousel-item.active{background: transparent !important;}
.btn-close{background: #000000 !important;}