body {
    color: #FFE799
}

a {
    color: #EDC84E
}

h1 {
    text-align: center;
    font-family: "europa", sans-serif;
    font-size: 9vw;
    font-weight: 400;
    margin-top: 8vw;
    margin-bottom: 0;
    padding: 0;
}

h2 {
    text-align: center;
    font-family: "europa", sans-serif;
    font-weight: lighter;
    font-size: 3vw;
    margin: 0;
    padding: 0;
}

#backgroundImage {
    background-image: url(background.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#socialButtons {
    text-align: center;
    margin-top: 5vh;
}

#socialButtons a {
    text-decoration: none;
}

.socialButton {
    display: inline;
    fill: #FFE799;
    -webkit-transition: fill .2s ease;
    -moz-transition: fill .2s ease;
    -o-transition: fill .2s ease;
    transition: fill .2s ease;
    padding: 2.3vw;
}

.socialButton:hover {
    fill: #EDC84E;
}

.socialButton svg {
     width: 40px; 
     height: 40px;
}

#linkedin svg {
    position: relative;
    top: -6px;
}

#credit {
    text-align: center;
    font-family: "europa", sans-serif;
    font-weight: lighter;
    position: absolute;
    bottom: 1em;
    width: 100%;
    font-size: small;
}
