
/************************************************************

FONTS

************************************************************/
.montserrat-extra-light {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}
  
.montserrat-light {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
  
.montserrat {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.montserrat-semi-bold {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.montserrat-bold {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.montserrat-black {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}


/************************************************************

GRAPHICS

************************************************************/
img {
	width: 100%;
	height: auto;
}

.navbar-brand {
	display: flex !important;
	max-width: 300px;
	width: 100%;
}
.svg-logo-container {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	
	flex: 1;
}  
.svg-logo-container svg, .svg-logo-container img {
	max-width: 100%;
	max-height: 100%;
}
svg text {
    paint-order: stroke;
    stroke:var(--bs-primary);
    stroke-width: 1px;
    stroke-linecap: square;
    stroke-linejoin: round;
    font-weight: 700;
}
svg text.light {
	stroke:var(--bs-light);
}

.d-flex {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.t-c { display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; gap: 20px 0; }

.social-list-inline { margin:0 auto; padding:0; }
.social-list-inline li{ display: inline-block; padding: 10px;  }
.site-map li{ display: block; }
.site-map li a { text-decoration: none; color:var(--bs-light); }
.site-map li a:hover { text-decoration: none; color: #ffffff;  }

.img-fluid {
	max-width: 100%;
	height: auto;
}

.faded-70 {
	opacity: 0.7;
}

.pl-5 { padding-left: 5rem; }

.thick-border-primary { border: solid 12px var(--bs-body-bg); }

.lblcheckbox { font-size: 12pt; margin-right: 20px; }

.hide { display: none; }
.show { display:initial; }

.img-70w { max-width: 70%; }


.position-re {
    position: relative;
}
.o-hidden {
    overflow: hidden;
}
/* ======= Elevation gallery style ======= */
.elevations .item, .amenity-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.elevations .item:hover img , .amenity-item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.elevations .item:hover .con {
    bottom: 0;
}
.elevations .item img, .amenity-item:hover img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.portfolio-item a:hover .con {
	background-color: #916e31	 !important;
    border: 1px solid #684810;
}
.portfolio-item img { /*width: auto;*/ }

.portfolio-item a:hover .con span, .portfolio-item a:hover .con p {
    color:#ffffff;
}

.elevations .item .con {
    margin: -30px 30px 20px 10px;
    padding: 6px 16px;
    background-color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary);
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -10px;
    position: relative;
    text-align: left;
	border-bottom-right-radius:16px;
}
.elevations .item .con h6,
.elevations .item .con h6 a,
.elevations .item .con h5,
.elevations .item .con h5 a {
    color: #ddd;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    /*text-transform: uppercase;*/
}
.elevations .item .con h5:hover,
.elevations .item .con h5 a:hover {
    color: #ddd;
}
.elevations .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.elevations .item .con i {
	color: #fff;
    font-size: 20px;
}

@media (max-width: 767.98px) {
	.img-70w { max-width: 100%; }
}

