﻿html {
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    font-family: 'Roboto', "Helvetica Neue", sans-serif;
    background-image: url("/index-bg-utan-himmel.png");
    background-repeat: no-repeat;
    background-position: bottom !important;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
    color: #353A40;
    text-align: left;
    line-height: normal;
    margin-bottom: 16px;
}

h1 {
    font-weight: 300;
    font-size: 96px !important;
    letter-spacing: -1.5px;
}

h2 {
    font-weight: 300;
    font-size: 60px;
    letter-spacing: 0.01px;
    margin-bottom: 16px;
    margin-top: 0;
}

h3 {
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
}

h4 {
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.25px;
    margin-top: 0;
}

h5 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
}

h6 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.15px;
    color: #353A40;
    text-align: left;
    line-height: normal;
}

p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01px;
}

.main-container {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.content {
    display: flex;
    flex-direction: column;
    max-width: 720px;
}

.header {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

hr {
    border-top: 1px solid #353A40;
    width: 100%;
    margin: 0;
    height: 0;
}

.support-link {
    letter-spacing: -0.01px;
    text-decoration: none;
    color: #29ABE1;
    font-weight: 400;
}

#logo {
    width: 35%;

}

.logo-area {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

section {
    margin-top: 48px;
    margin-bottom: 32px;
}


@media screen and (max-width: 750px) {
    .content {
        padding: 20px;
    }

    h2 {
        font-weight: 400;
        font-size: 34px;
        letter-spacing: 0.25px;
        margin-top: 0;
    }


    body {
        background-image: none;
        height: 100%;
    }

    .logo-area {
        padding-top: 0;
        display: flex;
        justify-content: flex-start;
    }
}