/**
* @file plugins/classic/styles/footer.css
*
* Copyright (c) 2018-2018 Arkadiusz Adamski
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*/

.footer-text-size h3{
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-text-size {
    color: #ffffff;
    font-size: x-small;
    background-color: #333831;
    padding-bottom: 5px;
}

.footer-text-size a {
    color: #ffffff;
    text-decoration: none;
}


@media screen and (max-width: 576px) {
    .footer-box {
        width: 300px;
    }
}


@media screen and (min-width: 576px) {
    .footer-box {
        width: 300px;
    }
}


@media screen and (min-width: 992px) {
    .footer-logo {
        float: right;
    }
    .footer-pl {
        padding-left: 3rem!important; 
    }
}

@media screen and (max-width: 992px) {
    .footer-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

