﻿footer {
    background-color: #f7f7f7;
    padding:15px 0;
    margin-top:30px;
    font-size:14px;
}
footer a,
footer a:hover{
    color: black;
}
footer .social-icons a{
    font-size:20px;
}
    footer #Email {
        border-radius: 0;
        background-color: transparent;
        border-right:0;
    }
.social-links {
    width: 100%;
}
.social-links a{
    display:inline-block;
    font-size:1.5em;
}
.social-links a + a {
    margin-left:10px;
}
.footer-header{
    display:block;
    margin-bottom:10px;
}
footer .input-group-text {
    background-color: transparent;
    border-left: 0;
    border-radius: 0;
}