@font-face {
    font-family: 'Voltaire';
    src: url('../fonts/voltaire.regular-webfont.eot');
    src: url('../fonts/voltaire.regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/voltaire.regular-webfont.woff2') format('woff2'),
         url('../fonts/voltaire.regular-webfont.woff') format('woff'),
         url('../fonts/voltaire.regular-webfont.ttf') format('truetype'),
         url('../fonts/voltaire.regular-webfont.svg#voltaireregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.page {
    color: black;
    background-color: white;
}

.header {
    font-family: 'Voltaire';
    text-align: center;
    color: black;
}

.header__title {
    font-size: 15vw;
    margin-top: 15vw;
    margin-top: calc(50vh - 15vw);
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #eee,
                 0 2px 0 #e5e5e5,
                 -1px 3px 0 #C8C8C8,
                 -1px 4px 0 #C1C1C1,
                 -2px 5px 0 #B9B9B9,
                 -2px 6px 0 #B2B2B2,
                 -2px 7px 2px rgba(0,0,0, 0.6),
                 -2px 7px 8px rgba(0,0,0, 0.2),
                 -2px 7px 2vw rgba(0,0,0, 0.4);
}

.header__links {
    font-size: 2vw;
    text-transform: capitalize;
}

.header__linksList {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.header__linksListItem {
    margin-left: 2vw;
    display: inline;
}

.header__linksListItemAnchor{
    color: black;
    text-decoration: none;
    display: inline-block;
}

.header__linksListItemAnchor:hover {
    text-shadow: 0.25vw 0.25vw 0.35vw gray;
}