html{
    scroll-behavior: smooth;
}
body{
    font-size: 0.96rem;
    font-family: 'PT Sans', sans-serif;
}
a, a:hover, a:focus, a:active{
    color: inherit;
}
.navbar{
    transition: background-color 0.2s;
    padding: 15px;
}
.navbar.scrolled{
    background-color: #21a9e3;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.container{
    max-width: 898px;
}
section:not(#privacy){
    height: 100%;
    min-height: 630px;
}
section div.container{
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}
section#main div.container{
    position: relative;
    transform: none;
    top: inherit;
}
section#main{
    background: url('img/bg_main_img.webp') fixed no-repeat;
    max-height: none !important;
}
section#about{
    background-color: #7f7f7f;
}
section#privacy{
    background-color: gray;
    max-height: none !important;
}
section#joinus{
    background: url('img/bg_join_us.webp') no-repeat;
    padding: 260px 0;
}
section#joinus span{
    background-color: #000000;
    font-size: 1.2rem;
}
section#strategy h1{
    color: #f2f3f5;
    position: absolute;
    z-index: -1;
    font-size: 38rem;
    top: 0;
    left: 0;
    transform: translate(-30%, -20%);
}
footer{
    padding: 50px 0;
}
.constant-prog{
    margin-top: 10%;
}
.text-gray{
    color: #D4D4D4;
}
.box{
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.04);
    background-color: #ffffff;
    height: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.box .after{
    position: relative;
}
.box .before{
    background-image: linear-gradient(to bottom right, #fdeecf, #bae2f3);
    transition: opacity 0.6s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.box:hover .before{
    opacity: 1;
}
.bg-gray{
    background-color: #f2f3f5;
}
.main-call h1{
    font-size: 4em;
}
.main-call h4{
    font-size: 2.5em;
}

.mt-negative{
    margin-top: -15px;
}

.blue{
    color: #21a9e3;
}

#cookieInfo {
    padding: 15px;
    background-color: #d4d4d4;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    line-height: 1;
}

#cookieInfo .float-left{
    padding-top: 10px;
}

#cookieInfo a{
    text-decoration: underline;
}

#cookieInfo a:hover{
    color: white;
}

@media (min-width: 800px) {
    section{
        max-height: 700px;
    }

    section#strategy{
        min-height: unset;
    }

    section#media{
        height: 600px;
        min-height: unset;
    }
}

@media (max-width: 600px) {
    section#about{
        padding-top: 15px;
        display: -webkit-box;
    }

    section#main > .container{
        text-align: center;
    }

    .navbar{
        display: none;
    }

    i.align-middle{
        display: block;
    }

    .mt-negative{
        margin-top: 0;
    }

    section#strategy h1{
        font-size: 22rem;
        transform: translate(-30%, -25%);
    }
}

@font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.eot");
    src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
    url("./Flaticon.woff2") format("woff2"),
    url("./Flaticon.woff") format("woff"),
    url("./Flaticon.ttf") format("truetype"),
    url("./Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 44px;
    font-style: normal;
    /*margin-left: 20px;*/
}

.flaticon-ads:before { content: "\f100"; }
.flaticon-alert:before { content: "\f101"; }
.flaticon-search:before { content: "\f102"; }
.flaticon-adwords:before { content: "\f103"; }
.flaticon-landing-page:before { content: "\f104"; font-size: 55px;}