@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Semibold.eot');
    src: url('../fonts/ACaslonPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ACaslonPro-Semibold.woff2') format('woff2'),
        url('../fonts/ACaslonPro-Semibold.woff') format('woff'),
        url('../fonts/ACaslonPro-Semibold.ttf') format('truetype'),
        url('../fonts/ACaslonPro-Semibold.svg#ACaslonPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Regular.eot');
    src: url('../fonts/Aeonik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/Aeonik-Regular.woff') format('woff'),
        url('../fonts/Aeonik-Regular.ttf') format('truetype'),
        url('../fonts/Aeonik-Regular.svg#Aeonik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Thin.eot');
    src: url('../fonts/Aeonik-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aeonik-Thin.woff2') format('woff2'),
        url('../fonts/Aeonik-Thin.woff') format('woff'),
        url('../fonts/Aeonik-Thin.ttf') format('truetype'),
        url('../fonts/Aeonik-Thin.svg#Aeonik-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik-Light.eot');
    src: url('../fonts/Aeonik-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aeonik-Light.woff2') format('woff2'),
        url('../fonts/Aeonik-Light.woff') format('woff'),
        url('../fonts/Aeonik-Light.ttf') format('truetype'),
        url('../fonts/Aeonik-Light.svg#Aeonik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
}
.bg-section .row{
    display: flex;
    align-items: center;
}
.bg-section h1 {
    font-size: 60px;
    line-height: 65px;
    color: #5C4326;
    font-family: 'Adobe Caslon Pro';
}
div.container {
    width: 100%;
    max-width: 88%;
}
.bg-section {
    position: relative;
    width: 100%;
    height: 75vh;
}
.bg-section:before {
    background: url(../images/Banner_04.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
}
.footer h2:before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 2px;
    background: #E6BE91;
    top: 8px;
}
.footer h2 {
    text-transform: uppercase;
    position: relative;
    color: #E6BE91;
    padding-left: 30px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    opacity: 0.8;
}
footer.footer {
    background: #543C25;
    padding: 55px 0;
    height: 25vh;
}
.footer p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Aeonik';
    opacity: 0.8;
}
.bg-section p:last-child {
    padding-bottom: 0px;
}
.bg-section p {
    font-family: 'Aeonik';
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding-bottom: 30px;
}
.footer .f-info p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 1px;
    opacity: 0.5;
    transition: all 0.2s ease-in;
}
.footer .f-info a:hover:before {
    width: 100%;
    transition: all 0.2s ease-in;
    color: #fff;
    opacity: 1;
}
.footer .f-info a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.2s ease-in;
}
.footer .f-info a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: 0;
    transition: all 0.2s ease-in;
}
.f-info {
    float: right;
    padding-top: 30px;
}
.bg-section .container, .bg-section .row, .about-text {
    height: 100%;
}

@media(min-width: 1700px){
    div.bg-section h1 {
        font-size: 70px;
        line-height: 85px;
        padding-bottom: 20px;
    }
    div.bg-section p {
        font-size: 24px;
        line-height: 30px;
    }
     body footer.footer {
         height: 22vh;
     }
     div.bg-section{
         height: 78vh;
     }
    
}
@media(max-width: 1440px){
    body footer.footer {
        padding-top: 45px;
    }
}
 
@media(max-width: 1300px){
    div.bg-section h1{
        font-size: 50px;
        line-height: 60px;
    }
    footer.footer p{
        font-size: 18px;
        line-height: 26px;
    }
    div.bg-section p{
        font-size: 20px;
        line-height: 26px;
    }
}
@media(max-width: 1200px){
    div.container {
        width: 100%;
        max-width: 90%;
    }
    footer.footer h2 {
        font-size: 18px;
        line-height: 24px;
    }
    footer.footer p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer div.f-info p {
        font-size: 14px;
        line-height: 26px;
    }
    div.bg-section h1 {
        font-size: 45px;
        line-height: 55px;
    }
}
@media(max-width: 1024px){
    div.bg-section:before{
        opacity: 0.3;
    }
}
@media(max-width: 900px){
    footer.footer h2 {
        font-size: 15px;
        line-height: 24px;
    }
    footer.footer p {
        font-size: 15px;
        line-height: 24px;
    }
    .footer div.f-info p {
        font-size: 12px;
        line-height: 16px;
    }
    .footer div.f-info p:first-child {
        padding-bottom: 5px;
    }
    .bg-section .col-sm-6 {
        max-width: 70%;
        flex: 0 0 70%;
    }
    /*div.bg-section:before {*/
    /*    background-position: center center;*/
    /*}*/
}
@media(max-width: 800px){
    body footer.footer {
        padding: 45px 0;
    }
}

@media(max-width: 750px){
    .footer .col-sm-4 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-bottom: 25px;
    }
    .f-last .f-info {
        padding-top: 0;
        float: none;
    }
    .col-sm-4.f-last {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        border: none;
    }
    .bg-section .col-sm-6 {
        max-width: 80%;
        flex: 0 0 80%;
    }
    div.bg-section p {
        font-size: 19px;
        line-height: 25px;
    }
    body footer.footer {
        height: auto;
    }
    footer.footer p {
        font-size: 17px;
        line-height: 25px;
    }
    .footer div.f-info p {
        font-size: 14px;
        line-height: 20px;
    }
}   

@media(max-width: 600px){
    .bg-section .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .about-text.align-middle {
        padding: 20px;
        background: rgba(255,255,255,0.8);
        border-radius: 5px;
    }
    div.bg-section h1 {
        font-size: 36px;
        line-height: 40px;
    }
    div.bg-section:before {
        opacity: 1;
        /*background-position: right -180px center;*/
    }
    footer.footer h2 {
        font-size: 18px;
        line-height: 24px;
    }
    footer.footer p {
        font-size: 18px;
        line-height: 28px;
    }
    .footer div.f-info p {
        font-size: 17px;
        line-height: 25px;
    }
}

@media(max-width: 380px){
    div.bg-section h1 {
        font-size: 30px;
        line-height: 34px;
    }
    body footer.footer {
        padding: 35px 0;
    }
    .footer .col-sm-4 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    div.bg-section p {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 18px;
    }
} 

@media(max-width: 360px){
    .bg-section .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin: 20px 0;
    }
    .footer div.f-info p {
        font-size: 16px;
        line-height: 20px;
    }
    div.bg-section{
        height: auto;
    }
} 