html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    margin: 0;
    line-height: 1;
    font-family: 'Exo', sans-serif;
    padding: 0;
    height: auto;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

aside {
    background-image: url("../images/bg.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #053368;
    width: 33%;
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%;
    text-align: center;
    padding-top: 50px;
}

main {
    position: absolute;
    left: 33%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    top: 0;
}

main section {
    padding: 100px;
    position: relative;
    display: block;
}

.button {
    background: #FF931E;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 120%;
}

.button:hover {
    background: #FF8500;
}

footer {
    position: relative;
    margin-top: 30px;
}

a {
    text-decoration: none;
    color: #0D62A1;
}

h1 {
    font-weight: 900;
    font-size: 240%;
    color: #FF931E;
    margin-bottom: 20px;
}

h2 {
    font-weight: 600;
    font-size: 180%;
    line-height: 1.2;
    color: #053368;
    margin-bottom: 20px;
}

h3 {
    font-size: 120%;
    line-height: 1.2;
    margin-bottom: 50px;
}

.text-center{
    text-align: center;
}

#cookies_gdpr {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: column;
    justify-content: center;
    color: #fff;
    align-items: center;
    background: rgba(33, 33, 33, .8);
    padding: 15px;
    z-index: 10;
    margin: auto
}

#cookies_gdpr a {
    color: #337ab7;
    font-size: 16px;
    font-weight: 700
}

#cookies_gdpr p {
    font-size: 16px
}

.cookie-agree-with-use {
    background: #FF931E;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 120%;
    border: 0;
    margin-top: 30px;
}

.cookie-agree-with-use:hover {
    background: #ea9c32;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 120%;
    border: 0;
    margin-top: 30px;
}

strong {
    font-weight: 600;
}

.descriptionss {
    font-size: 120%;
    line-height: 1.2;
    margin-bottom: 50px;
    margin-top: 50px;
}
























@media only screen and (max-width: 812px) {
    html, body {
        background-image: url("../images/bg.jpg");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: #053368;
    }

    aside {
        width: 100%;
        height: 100%;
        padding-top: 25px;
        position: absolute;
        box-sizing: border-box;
    }

    main {
        left: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    main section {
        padding: 150px 25px 0 25px;
        text-align: center;
    }

    h1, h2, h3 {
        color: #fff;
        font-size: 110%;
    }

    h1 {
        font-size: 140%;
    }

    h2 {
        font-weight: 400;
        font-size: 100%;
    }

    h3 {
        font-size: 90%;
    }


    .descriptionss {
        font-size: 90%;
        line-height: 1.2;
        margin-bottom: 50px;
        margin-top: 50px;
    }


    .logo {
        display: inline-block;

    }

    .logo img {
        width: 80%;
        height: auto;
    }

    .button {
        display: inline;

    }

    footer {
        z-index: 3;
        text-align: center;
        left: 0;
        position:relative;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    footer p {
        color: white;
        font-size: 90%;
    }

    footer p a {
        color: #fff;
    }

    p{
        color: #fff;
    }
}

@media all and (orientation: landscape) {
    body {
    }

    main section {
        padding-bottom: 80px;
    }

    footer {
        text-align: center;
    }
}

