@font-face {
    font-family: 'SourceSansProLight';
    src: url('https://www.jipsigroup.com/font/SourceSansPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

body {    
    text-align: center;    
    position: relative;    
    -webkit-font-smoothing: antialiased;    
    color: #323232;
    font-family: 'SourceSansProLight', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    background-color: #f4f4f4;
}

.readmore:hover{
    text-decoration: underline;
    color: #93882f;
}

.welcome-text {
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    color: #323232;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
    opacity: 0.07;
}
.logo {    
    font-size: 22px;    
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.logo img{
    width: 30%
}

.logo span:nth-child(2) {
    font-size: 38px;
    font-weight: 400;
}
.divider {
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: 20px auto;
}

.description {
    font-size: 18px;
    margin: 20px 0;
}

.villa-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}
.villa-image {
    width: 100%;
    height: auto;
}

.img-content{
    text-decoration: none;
    color: #323232
}

footer {
    background-color: #b2ac96;
    color: #fdfdfd !important;
}

footer a{
    text-decoration: none;
    color: #323232 !important;
}

footer p{
    font-size: 13px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 900px){
    .logo {
        font-size: 20px;
        margin-top: 50px;        
    }

    .logo img{
        width: 48%
    }

    .welcome-text {        
        font-size: 60px;
        top: 20px;
    }

    .logo span:nth-child(2) {
        font-size: 32px;        
    }
    
    .section_1{
        padding: 0px 12px;
    }

    .villa-title{
        font-size: 16px;
    }

    .description {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1020px;
    }
}