﻿.footerColumnA{
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
    width: 49%;
}

.footerColumnB{
    font-size: 12px;
    margin-left: 1.96%;
    text-align: right;
    width: 49%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .footerColumnA{
        font-size: 11px;
        padding-top: 5px;
        text-align: center;
        width: 100% !important;
    }

    .footerColumnB{
        margin-left: 0;
        text-align: center;
        width: 100% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .footerColumnA{
        font-size: 11px;
        padding-top: 5px;
        text-align: center;
        width: 100% !important;
    }

    .footerColumnB{
        margin-left: 0;
        text-align: center;
        width: 100% !important;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .footerColumnA{
        font-size: 12px;
        padding-top: 5px;
        text-align: left;
        width: 49% !important;
    }

    .footerColumnB{
        margin-left: 1.96%;
        text-align: right;
        width: 49% !important;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .footerColumnA{
        font-size: 12px;
        padding-top: 5px;
        text-align: left;
        width: 49% !important;
    }

    .footerColumnB{
        margin-left: 1.96%;
        text-align: right;
        width: 49% !important;
    }
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .footerColumnA{
        font-size: 12px;
        padding-top: 5px;
        text-align: left;
        width: 49% !important;
    }

    .footerColumnB{
        margin-left: 1.96%;
        text-align: right;
        width: 49% !important;
    }    
} 
