.bg-light {
    
    background-color: rgb(50, 50, 50) !important;
    box-shadow: 0px 10px 5px rgba(0,0,0,0.8), 0px -5px 5px rgba(0,0,0,0.8);
    margin-top: 5px;
}


.social-media a {
    color: white;
    text-decoration: none;
    border: 1px solid black;
    padding: 3px;
    width: 40px;
    text-align: center;
    transition: .8s;
}

.social-media a:hover{
    color: white;
    text-decoration: none;
    border: 1px solid black;
    background: rgba(0,0,0,0.4);
    text-align: center;
}

.social-media a i {
    padding: 5px 5px 5px 5px;
    color: white;
    transition: 1s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.social-media a i:hover {
    color:#c49b63;
}

#insta {
    margin-left: 50px;
    margin-right: 50px;
}

.footer-two, .footer-three {
    position: relative;
    top: 10px;
    font-size: 17px;
}
.footer-two a{
    text-decoration: none;
    color: white;
}

.footer-two a:hover {
    color: #c49b63;
}

.footer-margin a:hover {
    color: #c49b63;
}

.footer-three p{
    text-align: left;
    margin-left: 30px;
}

@media (max-width: 1000px) {
    .copyright {
        text-align: center;
        margin-left: 0 !important;
    }
    .footer-one {
        order: 1;
        margin-bottom: 20px;
    }
    .footer-two {
        order: 2;
        margin-bottom: 20px;
        text-align: center !important;   
        font-size: 17px !important
    }
    .footer-two a {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .footer-three {
        order: 3;
        font-size: 14px !important;
        font-weight: lighter;
    }
    .footer-three p{
        text-align: center !important;
        margin-left: 0;
    }

    .footer-two-english {
        font-size: 15px !important;
    }
}


.footer-two-english {
    padding-left: 0;
}