/*
 Theme Name: Viola Theme
 Author: flake GmbH
 Version: 1.0
*/

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=2b44d892-a63e-4857-adf2-6074388c6804");
@font-face {
    font-family: "Helvetica Neue LT W01_51488890";
    src: url("Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
    src: url("Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("Fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("Fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("Fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

html {
    background:  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: "Helvetica Neue LT W01_51488890";
    font-size: 6em;
    font-weight: 300;
    letter-spacing: 2px;
}

a {
    text-decoration: none;
    color: white;
    padding-right: 0.2em;

}

.refresh {
    position: absolute;
    top: 0;
    left: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer,
.refresh {
    padding: 20px 50px;
}
@media(max-width: 768px) {
    body{
        font-size: 4em;
    }
} 
@media(max-width: 480px) {
.footer, .refresh {
    padding: 0px 10px;
    }}