.bg-malibu{
    background-color: #5BADFF;
}

.bg-big-stone{
    background-color: #132338;
}

.bg-black{
    background-color: #000000;
}


.bg-black-30{
    background-color: rgba(0, 0, 0, 0.31);
}

.bg-image-cover{
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-pos-center{
    background-position: center;
}

.text-big-stone{
    color: #132338;
}

.text-mandy{
    color: #e34a5e;
}

.text-large{
    font-size: large;
}

.text-xlarge{
    font-size: x-large;
}

.text-nodecoration{
    text-decoration: none!important;
}

.mt-10{
    margin-top: 10rem!important;
}

.line-height-1{
    line-height: 1;
}

.slider-home-1{
    background-image: url('../images/sliders/homepage/1.jpg');
    min-height: 450px;
}

.slider-home-2{
    background-image: url('../images/sliders/homepage/2.jpg');
    min-height: 450px;
}

.slider-home-3{
    background-image: url('../images/sliders/homepage/3.jpg');
    min-height: 450px;
}

.slider-home-4{
    background-image: url('../images/sliders/homepage/pool-remodel-banner-v4.jpg');
    min-height: 450px;
}

.slider-home-form{
    position: absolute;
    top: 20px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(46, 46, 46, 0.8);
    padding: 25px;
    border-radius: 5px;
    width: 20%;
    min-width: 280px;
}

.slider-overlay-text{
    font-size: 3.5rem;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .slider-home-form-sm{
        margin: unset;
        left: unset;
        right: 20%;
    }

}

.max-height-width-300px {
    max-width: 300px!important;
    max-height: 300px!important;
}