﻿.divFooter
{
    margin-left: 20%;
    margin-right: 20%;
    height: 150px;
}
.divFooterItems
{
    background-color: #BBBBBB;
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: Arial;
    display: flex;
    justify-content: center;
}
.divFooterItem
{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-left: 35px;
}
a.aFooterLink:link, a.aFooterLink:visited, a.aFooterLink:hover, a.aFooterLink:active
{
    color: Black;
    text-decoration: none;
}
.divFooterCopyrightAndSocial
{
    width: 100%;
}
.divCopyright
{
    font-size: 12px;
    font-family: Verdana,Arial,Sans Serif;
    color: #666;
    text-align: left;
    float: left;
    width: 70%;
    padding-bottom: 20px;
}
.divSocial
{
    float: left;
    width: 30%;
    text-align: right;
}


@media (max-width: 1000px) {
    .divFooter {
        width: 100%;
        height: 40px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 600px;
    }
    .divFooterItems {
        width: 100%;
        height: 40px;
        margin-top: 0;
    }
    .divFooterItem {
        height: 40px;
        margin-left: 15px;
    }
    .divCopyright {
        text-align: center;
        width: 100%;
        float: none;
    }
    .divSocial {
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        height: 40px;
        float: none;
    }
}