@charset "utf-8";

html {
	font-size: 16px;
}
.slider-frame {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}	
.css-wallpaper {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-image: url(/images/background.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	opacity: 0.3;
}
.master-frame {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: white;
	z-index: 100;
}
.master-frame > div {
	width: 100%;
	overflow: hidden;
}
.css-banner-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;
	position: relative;
	font-size: 1.2rem;
}
.css-url-wrapper {
	width: 300px;
	overflow: hidden;
}
.css-url-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.css-mls-logo {
	width: auto;
	position: absolute;
	right: 30px;
}
.css-mls-logo img {
	width: 100%;
}
.css-carousel-wrapper {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.css-carousel-text {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: black;
	z-index: 10;
	background-color: rgba(255,255,255,0.5);
	padding: 50px 0;
}
.css-carousel-text p {
	font-size: 1.5rem;
	margin: 0;
}
.carousel, .carousel .carousel-inner, .carousel .carousel-inner .carousel-item {
	width: 100%;
	height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.css-contact-phone {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	gap: 20px;
	font-size: 1.4rem;
}
.css-menu-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
	background: linear-gradient(0deg, #000000 0%, #606062 100%) !important;
	color: white;
	font-size: 14px;
	font-weight: 400;
}
.css-menu-wrapper a {
	text-decoration: none;
}
.css-realtor-wrapper {
	background-color: transparent !important;
	margin: 0px;
	width: auto;
	height: auto;
	margin-left: 25px;
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.css-realtor-wrapper img {
	width: 200px;
}
.css-brand-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: white;
	padding-bottom: 28px;
}
.css-menu {
	padding: 10px 20px;
}
.css-menu ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	gap: 30px;
	margin: 0;
	list-style-type: none;
}
.css-menu ul a {
	color: white;
}
.css-menu ul li {
	cursor: pointer;
}
.css-menu ul li:hover {
	text-decoration: underline;	
}
.css-bibiography-wrapper {
	display: flex;
	flex-direction: row;
}
.css-portrait {
	width: 40%;
}
.css-portrait img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.css-bibiography-wrapper {
	padding: 50px 50px;
	margin-top: 40px;
}
.css-bibiography {
	width: 100%;
	height: 100%;
}
.css-credit-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	margin: 50px 0 !important;
	background-color: #EBF1FC;
	padding: 80px 0;
}
.css-credit-box {
	margin: 30px;
	padding: 30px;
	border-radius: 10px;
	background: linear-gradient(315deg, #ababab 0%, #dddddf 100%);
	color: black;
	text-align: center;
	font-weight: 600;
}
.css-credit-box h3 {
	margin-bottom: 20px;
}
.css-credit-box p {
	margin-bottom: 0;
	line-height: 1.6;
}
.css-contact-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.css-contact-information {
	width: 60%;
	padding: 20px;
	margin-left: 20px;
}
.css-contact-information p {
	margin-bottom: 0;
	line-height: 2;
}
.css-contact-form {
	width: 40%;
	margin: 20px;
}
#form-contact label {
	display: grid;
}
.css-footer-menu-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	background: linear-gradient(0deg, #000000 0%, #606062 100%) !important;
	color: white !important;
}
.css-copyright-wrapper {
	font-size: 0.8rem;
	line-height: 3;
	color: black;
	text-align: center;
}
.css-spacer {
	width: 100%;
	height: 75px;
}
.css-contact-wrapper {
}

.wrapper-footer {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

