@charset "UTF-8";
html {
height: 100%;
}
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
margin: 0;
height: 100%;
width: 100%;
background-color: #CBCBCB;
}
a {
text-decoration: none;
}
.icons {
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-align-items: center;
-webkit-justify-content: center;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
a {
padding: .5em 1em;
}
a[class^="icon-"]:before {
font-size: 5vw;
background: -webkit-linear-gradient(top, #666, #666);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;