footer {
    border-top: 1px solid #cccccc;
    min-height: 300px;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}

footer h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.footer-logo-container {
    background-image: url('../resources/portsxinella_logo_footer.png');
    background-repeat: no-repeat;
    height: 115px;
    left: 50%;
    margin-left: -55px;
    position: absolute;
    bottom: 100%;
    width: 110px;
}

.footer-text-items {
    margin:auto;
    width: 80%;
}

.footer-text-items .footer-text-item {
    padding: 20px 0;
}

.footer-text-items .footer-text-item p {
    font-size: 12px;
}

.footer-text-items .footer-text-item h3 {
    color: #537a6c;
    padding-bottom: 20px;
}

.footer-text-item p {
    padding: 5px 0;
}

footer .copyright {
    color: var(--red);
    font-size: 12px;
    padding-top: 20px;
}

footer .social-icons-container {
    padding-top: 20px;
}

@media all and (min-width: 700px) {
    .footer-text-items {
        display: flex;
        justify-content: space-around;
    }

    .footer-text-items .footer-text-item {
        width: 30%;
    }

    .footer-text-items .footer-text-item p {
        font-size: 14px;
    }
}
