.footer{

    width:100%;

    text-align:center;

    padding:
    28px
    20px
    28px;

    font-family:'Cinzel',serif;

    font-size:0.88rem;

    letter-spacing:4px;

    color:rgba(255,255,255,0.42);

    text-transform:uppercase;

    position:relative;

    z-index:5;
}

.footer b{

    color:#d8b07a;

    font-weight:400;
}

.footer strong{

    color:#c40000;

    font-weight:400;
}

/* =========================================
MOBILE
========================================= */

@media(max-width:1100px){

    .footer{

        padding:
        18px
        14px
        22px;

        font-size:0.72rem;

        letter-spacing:3px;

        line-height:1.8;
    }
}