/* ***********************************************************
*   footer
* *********************************************************** */

.copy{
    position: relative;
    z-index: 1;
    background-color: #000;
    padding: 15px 0;
}

.copy p{
    font-size: 1.3rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
}