p { font-size: 1.15rem; }
.header .caption p { font-size: 1.2rem; }
.main-footer .fotcont p { font-size: 1rem; }

.mb-20 {
    margin-bottom: 20px !important;
}

blockquote {margin:0;}

.logo-wrapper {
    padding: 25px 80px 25px 20px;
}
/*
.logo-wrapper .logo h2 {
    font-size: 35px;
    letter-spacing: 5px;  
}
*/

.logo-wrapper .logo .site-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    letter-spacing: 5px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #b19777;
    margin-bottom: 0;
    unicode-bidi: isolate;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.25em;
    margin: 0 0 3px 0;
}

.nav-scroll .logo-wrapper .logo .site-heading {
    font-size: 25px;
    display: block;
}

.logo-wrapper .logo .site-heading a i {
    color: #777;
    font-size: 20px;
    vertical-align: super;
}

.logo-wrapper .logo .site-subheading {
    font-size: 16px;
    letter-spacing: 3px;

    display: block;
    font-family: 'Oswald', sans-serif;
    color: #777;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}

.nav-scroll .logo-wrapper .logo .site-subheading {
    margin-left: 0px;
    text-align: center;
    display: block !important;

    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #575757;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.nav-scroll .logo-img {
    width: 55px;
    display: none;
}

.header .caption .slide-heading {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.img-gallery {
    width: 350px;
    height: 197px;
    object-fit: cover;
}

.img-object-fit {
    object-fit: cover;
}

.about .about-img {
    height: 100% !important;
}
.about .about-img .img {
    height: 100% !important;
}
.about .about-img .img img {
    height: 100% !important;
    object-fit: cover;
}
.vid-area h3 {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.vid-area p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.75em;
}
.project-bar h3 {color: #b19777};

.min-height-5 {min-height: 5vh;}
.min-height-10 {min-height: 10vh;}
.min-height-15 {min-height: 15vh;}
.min-height-20 {min-height: 20vh;}
.min-height-25 {min-height: 25vh;}
.min-height-30 {min-height: 30vh;}
.min-height-35 {min-height: 35vh;}
.min-height-40 {min-height: 40vh;}
.min-height-45 {min-height: 45vh;}
.min-height-50 {min-height: 50vh;}
.min-height-55 {min-height: 55vh;}
.min-height-60 {min-height: 60vh;}
.min-height-65 {min-height: 65vh;}
.min-height-70 {min-height: 70vh;}
.min-height-75 {min-height: 75vh;}
.min-height-80 {min-height: 80vh;}
.min-height-85 {min-height: 85vh;}
.min-height-90 {min-height: 90vh;}
.min-height-95 {min-height: 95vh;}
.min-height-100 {min-height: 100vh;}
.height-5 {height: 5vh;}
.height-10 {height: 10vh;}
.height-15 {height: 15vh;}
.height-20 {height: 20vh;}
.height-25 {height: 25vh;}
.height-30 {height: 30vh;}
.height-35 {height: 35vh;}
.height-40 {height: 40vh;}
.height-45 {height: 45vh;}
.height-50 {height: 50vh;}
.height-55 {height: 55vh;}
.height-60 {height: 60vh;}
.height-65 {height: 65vh;}
.height-70 {height: 70vh;}
.height-75 {height: 75vh;}
.height-80 {height: 80vh;}
.height-85 {height: 85vh;}
.height-90 {height: 90vh;}
.height-95 {height: 95vh;}
.height-100 {height: 100vh;}

.services3 {text-align: center;}
.services3 .services3-img-area img {max-height: 70px; max-width: 276px;}

.logo-footer {width: 200px;}

@media screen and (max-width: 991px) {

    .logo-wrapper {
        float: left;
        padding: 15px;
    }
    .logo-img {
        width: 55px;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: transparent;
    }
    .logo-wrapper .logo .site-heading {
        display: none;
    }
    .logo-wrapper .logo .site-subheading {
        display: none;
    }
    .header .caption .slide-heading {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .header .caption .slide-heading {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: 10px;
        line-height: 1.35em;
    }
    .section-title {font-size: 2rem;}
}

