@import url('https://fonts.googleapis.com/css?family=Oswald:500');

@font-face {
    font-family: 'canvas';
    src: url('../fonts/canvas3dsans-regular-webfont.eot');
    src: url('../fonts/canvas3dsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/canvas3dsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/canvas3dsans-regular-webfont.woff') format('woff'),
         url('../fonts/canvas3dsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/canvas3dsans-regular-webfont.svg#canvas_3d_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.thx{
    position: fixed;
    left:50%;
    transform:translateX(-50%);
    bottom: 15px;
}
nav{
    top:50px;
    text-align:center;
    padding: 100px;
}
nav a{
    font-family: 'Canvas', sans-serif;
    font-weight:500; 
    text-transform:uppercase;
    text-decoration:none;
    color:#16151b;
    margin:0 15px;
    font-size:25px;
    letter-spacing:1px;
    position:relative;
    display:inline-block;
}


nav a:hover {
    text-decoration: none !important;
    color: #FFF;
    text-shadow: 1px 1px 3px #333;

}
