/*
Colors:
Gold: #FDD16E
Orange: #F39200
*/

body{

}

a{
    text-decoration: none;
}

.no-link{
    text-decoration: none;
    color: #2f2e2e;
}

.text-grey{
    color: #2f2e2e;
}

.text-gold{
    color: #F39200;
}

.bg-gold{
    background-color: #F39200;
}

.bg-white{
    background-color: #ffffff;
}

.topbar{
    /* background-color: #2f2e2e; */
    background-color: #F39200;
    color: #ffffff;
}

.navbar{
    background-color: #222222;
    color: #ffffff;
}


.navbar .navbar-nav .nav-item {
    padding: 0 10px 0 10px;
}


.navbar .navbar-nav .nav-item .nav-link{
    color: #ffffff;
}

.top-bar .socials{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.top-bar .socials i{
    color: #000000;
    font-size: 21px;
}

.on-mobile{
    display: none;
}

.carousel, .carousel .carousel-inner{
    z-index: 0;
}

.carousel-caption{
    position: absolute;
    top: 25%;
    /*left: 15%;*/
    display: inline-block;
    margin: 0 auto;
    
}

.carousel-caption h1,p{
    /*text-align: left;*/
}

.carousel-caption h1{
    color: #F39200;
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
    border-radius: 10px;
}

.carousel-caption p{
    width: 80%;
    font-size: 20px;
}


.carousel-caption .buttons{
    text-align: left;
}


.slide-title{
    background-color: rgb(255, 255, 255, 0.9);
}

.property-filter{
    position: relative;
    margin-top: -80px;
    z-index: 99;
}

.choose-us-home{
    background-image:linear-gradient(to top left, rgb(0,0,0,0.8), rgb(0,0,0,0.8)), url('../images/bg/bg.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

footer{
    background-color: #222222;
    color: #ffffff;
}

footer .socials{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .socials i{
    color: #ffffff;
    font-size: 21px;
}


.about-top{
    background-image: linear-gradient(to bottom right, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.8)), url('../images/bg/bg.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


@media only screen and (max-width: 600px){
    .no-mobile{
        display: none;
    }
    .on-mobile{
        display: block;
    }
    .carousel-caption{
        position: absolute;
        top: 5%;
        left: 5%;
    }
    .carousel-caption h1{
        color: #F39200;
        font-weight: 800;
        font-size: 20px;
    }
    
    .carousel-caption p{
        width: 100%;
        font-size: 10px;
    }
}
