


body {
    font-family: 'Schibsted Grotesk', Courier, sans-serif;
    font-size: 20px;
    font-weight: 400;
    /*padding-top: 108px;*/
    margin-top: 0px;
    /*margin: 10px;*/
    line-height: 1.5;
    /*color: #3D856E;*/
    padding: 0px;
    padding-top: 10px;
}

footer {
    margin-bottom: 0 !important;
}

font {
    line-height: inherit;
}

* {
    font-size: 20px;
    line-height: 1.5;
}

a {
    color: #000;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #46BAB2;
    transition: all .3s ease-in-out;
    text-decoration: none;
}



#iOS_background {
    content: ' ';
    display: block;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment:scroll;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
}


@media (min-width: 450px) {
}

@media (min-width: 981px) {

}

@media (min-width: 1050px) {
}

@media (max-width: 980px) {

}

@media (max-width: 980px) {

}