/* footer element */

footer {
    width: 100%;
    margin-top: 6.5rem;
    background-color: #303030;
    padding: .5rem 0;
}

/* outer copyright wrapper */

.copyrightWrap {
    width: 33%;
}

/* wrap containing the copyright details */

.copyrightTextWrap {
    text-align: center;
    color: white;
    font-size: 1.1rem;
    font-weight: 300;
}

/* copyright year date */

.footerDate {
    margin-top: .2rem;
}

/* ownership text p element wrapper */

.ownershipTextWrap {
    text-align: center;
    color: white;
    font-size: 1.1rem;
    font-weight: 300;
}

/* ownership heart icon */

.ownershipHeart {
    color: #00b9aa;
    margin-top: .2rem;
}

/* ownership name  */

.ownershipName {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

/* ! MEDIA QUERIES */

@media only screen and (max-width: 959px) {
    /* footer element */
    footer {
        margin-top: 3rem;
    }
}