
.footer{
    & .footer_image{
        background:
                top/contain no-repeat url("../../images/logo/dessin.svg"),
                linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
                right/contain no-repeat url("../../images/logo/basic_logo.svg"),
                center/cover url("../../images/rooms/room6.jpg");
        height: 525px;
    }
    & p, a{
        color: var(--light-color);
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
    }
    & .copyright{
        margin-top: 30px;
        margin-bottom: 10px;
        & p, a{
            font-size: 14px;
            text-transform: none;
        }
    }
}
.footer_logo{
    & img {
        margin-top: 25px;
        margin-bottom: 25px;
        height: 90px;
        width: 181px;
        opacity: 1;
    }

}

@media (max-width: 992px) {
    .footer{
        & .footer_image {
            height: 700px;
        }
        & .social_media{
            font-weight: bolder;
        }

    }
}



/*@media (min-width: 768px) {*/
/*    .footer_image{*/
/*        background-image: url("../../images/rooms/room6.jpg");*/
/*    }*/

/*}*/

/*@media (max-width: 320px) {*/
/*    .footer_image{*/
/*        background-image: url("../../images/rooms/room6.jpg");*/
/*    }*/
/*}*/