@font-face {
    font-family: "FigtreeExtraBold";
    src: url("Figtree-ExtraBold.woff2") format("woff2");
}
@font-face {
    font-family: "FigtreeLight";
    src: url("Figtree-Light.woff2") format("woff2");
}
.video {
    background-color: white !important;
    outline: 4px solid white;
    outline-offset: -4px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #ffffff;
}
.font-light
{
    font-family: "FigtreeLight";
}
.font-extra-bold
{
    font-family: "FigtreeExtraBold";
}

html, body {
}
body
{
	padding: 0px;
	margin: 0px;
	font-family: FigtreeLight;
	font-size: 18px;
}

.nav-link
{
	color: #ebd7af;
}
.nav-link:hover
{
	color: #8cffd2;
}
.nav-link {
    font-family: FigtreeExtraBold;
    color: #ebd7af;
    --bs-nav-link-padding-y: 1rem;
    padding-right: 1rem !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28235, 215, 175, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.front-logo
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 120px;
}

.button {
	display: inline-block;
	background-color: #263c2d;
	color: #8cffd2;
	text-align: center;
	font-size: 20px;
	border-radius: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
    font-family: FigtreeExtraBold;
}

.button-m {
	font-size: 15px;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 18px;
    padding-right: 18px;
}

.button:hover {
	background-color: #8cffd2;
	color: #263c2d;
    cursor: pointer;
}

.button-red {
    background-color: #ff1e00;
    color: #fff;
	border: 2px solid #fff;
}


.button-sand {
    background-color: #ebd7af;
    color: #263c2d;
}

.button-sand:hover {
    background-color: #263c2d;
    color: #ebd7af;
}


.button-white-stroke {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.button-white-stroke:hover {
    background-color: #fff;
    color: #1a2227;
}


.button-white {
    background-color: #fff;
    color: #263c2d;
}

.button-white:hover {
    background-color: #263c2d;
    color: #ebd7af;
}



.button-mint {
    background-color: #8cffd2;
    color: #263c2d;
}

.button-mint:hover {
    background-color: #263c2d;
    color: #8cffd2;
}

.button-red:hover {
    background-color: #fff;
    color: #ff1e00;
	border: 2px solid #ff1e00;

}

.button-green {
    background-color: #263c2d;
    color: #fff;
	border: 2px solid #fff;
}

.button-green:hover {
    background-color: #fff;
    color: #263c2d;
	border: 2px solid #263c2d;

}
.color-olive
{
    color: #7a713c;
}
.color-green
{
    color: #263c2d;
}
.color-sand
{
    color: #ebd7af;
}
.color-red
{
    color: #ff1e00;
}
.color-white
{
    color: #fff;
}
.color-mint
{
    color: #8cffd2;
}
.color-blue {
    color: #1a2227;
}
.background-sand
{
    background: #ebd7af;
}
.background-white
{
    background: #fff;
}
.background-green
{
    background: #263c2d;
}
.background-olive
{
    background: #7a713c;
}
.background-red
{
    background: #ff1e00;
}
.background-blue {
    background: #1a2227;
}

#logo {
    height: 40px;
}

.section {
}
.section-video {
    background: #c0c0c0;
    height: 90vh;
    overflow: hidden;
    position: relative;
}
.section-video video {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

      /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

h1, h4 {
    font-family: FigtreeExtraBold;
}
.text-over-image {
    background: rgba(235, 215, 175, 1);;
    width: 80%;
    margin-left: 10%;
    margin-top: -15%;
    min-height: 150px;
    position: relative;
    display: table;
    margin-bottom: 5%;
}

.text-over-image-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.section-block-text-image .col-text {
    display: table;
}
.section-block-text-image .text {
    display: table-cell;
    vertical-align: middle;
    padding: 5%;
}

.image-wall .row > * {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.image-wall-card {
    background: rgba(122, 113, 60, 0.6);;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.image-wall-card-overlay {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 50%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.image-wall-card .button {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.image-wall-card .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.image-wall-card-description {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-family: FigtreeExtraBold;
    font-size: 24px;
}

.bottom-links a {
    color: #ebd7af;
    text-decoration: underline;
}
.bottom-links a:hover {
    text-decoration: underline;
}
.front-services-boxes div {
    background: #1a2227;
    color: #ebd7af;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    font-family: FigtreeExtraBold;
    border-radius: 1000px;
    cursor: pointer;
}
.form-control {
    border-radius: 1000px;
}

#contact .form-control {
    padding-left: 30px;
    padding-right: 30px;
    resize: none;
}

.toph1 {
    font-size: 100px;
    color: #fff;
}

.toph2 {
    color: #fff;
    font-size: 36px;
    font-family: FigtreeExtraBold;
}

.qoute-big {
    font-family: FigtreeExtraBold;
    font-style: italic;
    line-height: 1.2;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 50px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .toph1 {
        font-size: 50px;
        color: #fff;
    }
    .toph2 {
        font-size: 20px;
        line-height: 1.2;
    }
    .section-video {
        height: 50vh;
    }
    .section-video video {
        height: 100%;
    }
    #logo {
        height: 34px;
    }
    .image_video_textbox_2column {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    #customers {
        padding-top: 20px;
    }
    .qoute-big {
        font-size: 30px;
    }
}
.links-all-sand a {
    color: #ebd7af;
    text-decoration: none;
}
