/*Entire footer*/
#footer {
    position: relative;
    background-color: #03582D;
    table-layout: fixed;
    width: 100%;
    min-height: 100px;
    -moz-box-shadow: 0px 2px 10px gray, 0px -2px 10px gray;
    -webkit-box-shadow: 0px 2px 10px gray, 0px -2px 10px gray;
    box-shadow: 0px 2px 10px gray, 0px -2px 10px gray;
}

/*Footer text area*/
#footer .footerText {  
    margin: 0;
    padding: 0px;
    text-align: center;  
    color: white;
    vertical-align: bottom;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

#footer .footerText span {
    white-space: nowrap;
    margin-bottom: 2px;
    display: inline-block;
}

/*Footer hyperlinks*/
#footer .footerText span > a {
    color: white;
}

#footer .footerText span > a:visited {
    color: white;
}

.socialMediaIcons {
    height: 32px;
    width: 32px;
    margin-left: 5px;
    margin-right: 5px;
}

.container {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}