.social-icon {
    vertical-align: middle;
    margin-left: 20px;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.social-twitter {
    background-image: url("../images/twitter_base.svg");
}
.social-twitter:hover {
    background-image: url("../images/twitter_outline.svg");
}

.social-facebook {
    background-image: url("../images/facebook_base.svg");
}
.social-facebook:hover {
    background-image: url("../images/facebook_outline.svg");
}

.social-google {
    background-image: url("../images/google_base.svg");
}
.social-google:hover {
    background-image: url("../images/google_outline.svg");
}

.logo-text svg {
    height: 20px;
    fill: white;
}


