@charset "utf-8";

.mobile-footer li a {
    text-decoration: none;
    color: hsla(0,0%,100%,1.00);
}
.mobile-footer {
    text-align: left;
    font-size: 13px;
}
.mobile-footer-p p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.mobile-footer li {
    list-style-type: none;
    border-left: 1px solid hsla(0,0%,100%,1.00);
}
.footer{
    background-image: url(../img/creation/footer.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-nav li {
    display: inline;
    border-left: 1px solid hsla(0,0%,100%,1.00);
    color: hsla(0,0%,100%,1.00);
    list-style-type: none;
    padding-left: 10px;
    text-align: center;
    font-size: 14px;
    padding-right: 15px;
}
.footer-nav li a {
    color: hsla(0,0%,100%,1.00);
}
.footer-nav {
}
.copy {
    color: hsla(0,0%,100%,1.00);
    font-size: 13px;
    font-weight: lighter;
    text-align: center;
}
