footer{
    border-top: 1px solid var(--clrAccent2);
    background: var(--clrBG);
    box-shadow: var(--shadow);
    bottom:     0;
    clear:      both;
    display:    block;
    height:     var(--footerHeight);
    position:   absolute;
    width:      100%;
}

.footerHeader{
    color:          var(--clrAccent1);
    font-size:      1.5em;
    margin-bottom:  -30px;
    padding-left:   20px;
    padding-top:    10px;
}

footer p{
    float:          left;
    line-height:    25px;
    padding-left:   20px;
    text-align:     center;
}

#fbIcon{
    border-radius:  32px;
    margin-left:    10px;
    position:       relative;
    top:            10px;
    outline-offset: 4px;
}#fbIcon:hover{
    outline:        1px solid var(--clrAccent1);
}
