﻿

.hero__text {
    position: relative !important;
    top: 35%;
    transform: translateY(-50%);
}



@media (min-width: 1024px) {
    .home-hero {
        padding-bottom: 11rem !important;
        padding-top: 11rem !important;
    }
}

.roam-head1 {
    text-align: center;
    margin: 0 auto 0.5rem;
    max-width: 1200px;
}



.villa-titles li p {
    font-size: 1.8rem;
    color: #555;
    margin: .3rem 0 0;
    width: 500px;
}

.villa-titles li p::after {
    content: "";
    display: block;
    width: 80px; /* adjust line length */
    height: 3px; /* line thickness */
    background-color: deepskyblue; /* blue line */
    margin-top: 8px;
}





.boxyellow {
    border: 4px solid #e19038;
    padding: 15px;
    line-height: 1.2;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 500;
    color: black;
}

.d-flex {
    display: flex !important;
}

.bottomB2 {
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 50px);
    /*width: 100%;*/
}

.position-absolute {
    position: absolute !important;
}

.hero__text1 {
    position: relative !important;
    top: 25%;
    transform: translateY(-50%);
    left: 15%
}

.bg-wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
}

.centered-bg {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}





@media (min-width: 768px) {
    .site-menu__nav li

{
    margin-bottom: 1.2rem !important;
}

}

a:after {
    background: transparent;
    z-index: 1;
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1240px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .bBox {
        font-size: 2.2rem !important;
    }

    .col.t101 {
        width: 83.3334%;
    }

    .li75 {
        width: 75%;
    }

    .villa-titles li p {
        font-size: 1.8rem;
        color: #555;
        margin: .3rem 0 0;
        width: 350px !important;
    }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1240px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .bBox {
        font-size: 2.2rem !important;
    }

    .col.t101 {
        width: 83.3334%;
    }

    .li75 {
        width: 85%;
    }

    .villa-titles li p {
        font-size: 1.8rem;
        color: #555;
        margin: .3rem 0 0;
        width: 350px !important;
    }
}

