﻿footer { /*Gives the footer a IDLSoc Purple Background*/
    background-color: #222B62;
    padding: 20px 0 20px 0;
}

    footer p { /*Sets Footer text colour*/
        color: white;
    }

    footer a {
        color: white;
        text-align: center;
    }

    footer p a:hover {
        color: #D89C60;
    }

.socialMediaFooterIconGroup i {
    text-align: center;
    display: inline;
    padding-left: 6px;
    padding-right: 6px;
}

.socialMediaFooterIconGroup a { /*Hides link underline decoration*/
    text-decoration: none;
}

.fa-facebook {
    font-size: 25px;
    text-decoration: none;
}

.fa-twitter-square {
    font-size: 25px;
    text-decoration: none;
}

    .fa-twitter-square:hover {
        color: #D89C60;
    }


.fa-linkedin {
    font-size: 25px;
    text-decoration: none;
    margin-top: 5px;
}

    .fa-linkedin:hover {
        color: #D89C60;
    }

.fa-facebook:hover {
    color: #D89C60;
}