.go-to-site {
    margin: 1rem 0;
}

.go-to-site a {
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 3.5vw;
    line-height: 100px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);

}
.go-to-site a:after {
    font-family: "FontAwesome";
    content: "\f08e";
    margin-left: 28px;
    font-size: 3.5vw;
    display: inline-block;
}
.go-to-site a:hover {
    color: #fff;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
}