html{
    background:#E10600; 
}

@font-face {
    font-family: 'gt_walsheim_proregular';
    src: url('fonts/gt-walsheim-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-walsheim-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h2{
    font-family: 'gt_walsheim_proregular';
    color:#ffffff;
    font-size:12pt;
    font-weight:100;
}

.cell{
    text-align: center;
    display:block;
}

#text{
    position:fixed;
    bottom:20px;
    text-align: center;
    width:100vw;
    line-height: 0.7;
}

#logo{
    margin-top:46vh;
    width:80vw;
    max-width:90vh;
    min-width:20vh;
}

a{
    color:#ffffff;
    text-decoration: none;
}

/***

h1{
    font-family: 'gt_walsheim_proregular';
    color:#ffffff;
    font-size:14pt;
    font-weight:100;
}

*/
