/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5rem;
}
footer div#innerFooterDiv{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
footer div#innerFooterDiv h2{
    padding: 0.4rem;
}
/* footer div#innerFooterDiv p{

} */
footer div#innerFooterDiv div#contactContainer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
footer div#innerFooterDiv div#contactContainer a{
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0); 
    -webkit-transition: opacity 200ms ease; 
    -o-transition: opacity 200ms ease; 
    transition: opacity 200ms ease;
}
footer div#innerFooterDiv div#contactContainer a i{
    font-size: 2rem;
    padding: 0.6rem;
}