@font-face {
    font-family: 'F25_Executive';
    src: url('fonts/F25_Executive.eot');
    src: url('fonts/F25_Executive.eot') format('embedded-opentype'),
    url('fonts/F25_Executive.woff2') format('woff2'),
    url('fonts/F25_Executive.woff') format('woff'),
    url('fonts/F25_Executive.ttf') format('truetype'),
    url('fonts/F25_Executive.svg#F25_Executive') format('svg');
}


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 20px;
    background: url("../img/bg.jpg") no-repeat center #738195;
    background-size: cover;
    color: #000000;
    font-family: 'F25_Executive', serif;
    text-align: center;
}

a {
    color: #000000;
    text-decoration: underline;

    &:hover {
        color: #FFFFFF;
    }
}

h1, h2, h3, h4, h5, p, ul, ol {
    margin: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;

    a {
        color: inherit;
        text-decoration: none;
    }
}

h1, h2 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 35px;
    color: #FFFFFF;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 25px;
    margin: 20px 0 -20px;
}

#wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.logo {
    width: 100%;

    img {
        width: 500px;
        max-width: 100%;
    }
}

.content {
    max-width: 100%;
}

@media (max-width: 600px) {
    body, html {
        font-size: 18px;
    }

    h1, h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
        color: #FFFFFF;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    body, html {
        font-size: 16px;
    }

    h1, h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
        color: #FFFFFF;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}