﻿
body {
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    color: #93C02B;
    font-family: 'Lato';
    font-size: 40px;
}

img {
    max-width: 100%;
}

.titleImageSection {
    width: 100%;
    max-height: 100vh;
    max-width: 100%;
    /*    overflow: hidden;*/
}

    .titleImageSection img {
        width: 100%;
    }

img.logo {
    max-width: 220px;
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 4px 4px 4.8px 0.2px rgb(128 128 128 / 28%);
    margin-bottom: 65px;
}

.noMarginBottom {
    margin-bottom: 0;
}

img.person {
    border: 5px solid white;
    border-radius: 15px;
    margin-top: -50px;
    box-shadow: 4px 4px 4.8px 0.2px rgb(128 128 128 / 28%);
    margin-bottom: 10px;
}

.darkBg {
    background-color: #F5F4ED;
    box-shadow: 4px 4px 4.8px 0.2px rgba(128, 128, 128, 0.28);
}

/*.flowBoxWrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}*/

.flowBoxWrapper p {
    margin: 0;
    font-size: 17px;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}

.personWrapper {
    padding-left: 15px;
}

.mediumTitle.marginLeft {
    margin-left: 10px;
}





.claim h2 {
    color: white;
    margin: 0;
    white-space: nowrap;
    /*font-size: 26px;*/

    font-size: 14px;
    margin-top: 13px;
}

.edge {
    background-color: #8eb23e;
    position: absolute;
    width: 125px;
    height: 125px;
    transform: rotate(45deg);
    right: 20px;
    top: -70px;
}

.written {
    font-family: 'Gloria Hallelujah', cursive;
    text-shadow: 1px 1px 5.67px rgba(128, 128, 128, 0.65);
    color: white;
    font-weight: normal;
}

.startScreen .written {
    transform: rotate(-10deg);
    position: absolute;
    right: 16%;
    font-size: 60px;
    top: 14%;
    right: 6%;
    font-size: 23px;
    /*top: 34%;*/
    top: 27%;
    margin-left: 20px;
}


.startScreen {
    padding-top: 110px;
}

::-moz-selection {
    color: white;
    background: #b0cd6f;
}

::selection {
    color: white;
    background: #b0cd6f;
}

.navList {
    padding-left: 0;
    display: none;
}

    .navList li {
        display: inline-block;
    }



.navOuterWrapper {
    background-color: #8eb23e;
    height: 58px;
    margin-left: -100%;
    width: 100%;
    z-index: 3;
    transition: all ease 1s;
    margin-bottom: -58px;
    box-shadow: 0px 2px 0px 0px rgba(133, 131, 131, 0.15);
}

.scrolled .navOuterWrapper {
    margin-left: 0;
    position: fixed;
    top: 0;
    z-index: 3;
}

.outerClaim {
    display: inline-block;
    padding-right: 65px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all ease 0.9s;
}

.scrolled .outerClaim {
    position: fixed;
    top: 0;
    padding-left: 2000px;
    width: 5000px;
    transition: all ease 1.25s;
}

.claim {
    background-color: #8eb23e;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    display: inline-block;
    position: relative;
    z-index: 2;
    height: 58px;
    padding-right: 10px;
}



.edge {
    -ms-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.startScreen {
    max-width: 100%;
    /*overflow: hidden;*/
}

.navList li a {
    color: white;
    font-weight: 600;
    font-family: 'Lato';
    text-decoration: none;
    margin-right: 22px;
    display: inline-block;
    padding-top: 17px;
    padding-bottom: 17px;
}

.topNav .navList li a {
    padding-top: 30px;
}

.topNav .activeSelector {
    top: -2px;
}

.activeSelector {
    z-index: -1;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    transition: ease left .75s, ease width 0.50s, ease height 0.25s, ease margin-top .25s;
    top: -5px;
    display: none;
}

.navList {
    margin-top: 0;
    margin-bottom: 0;
}

.navWrapper {
    position: relative;
}

.topNav .activeSelector {
    z-index: 1;
}


.topNav {
    position: absolute;
    max-width: 100%;
    /*overflow: hidden;*/
    top: -3px;
    background-color: rgba(0,0,0,0.15);
    background: linear-gradient(to top, transparent 0%, #484848 424%);
    padding-bottom: 57px;
    width: 100%;
    z-index: 6;
}

.marginTopMedium {
    margin-top: 23px;
}

.shadowImg {
    box-shadow: 4px 4px 4.8px 0.2px rgb(128 128 128/28%);
    margin-bottom: 30px;
}

.hintWrap {
    background-color: #93c02b;
    padding: 15px;
    box-shadow: 4px 4px 4.8px 0.2px rgb(128 128 128 / 28%);
    border-radius: 15px;
}

.sectionPadding {
    padding-top: 45px;
    padding-bottom: 45px;
}

.text-center {
    text-align: center;
}

.hintWrap h3 {
    color: darkgreen;
    font-size: 24px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.marginBottomBig {
    margin-bottom: 75px;
}

.personWrap {
    margin-top: 15px;
    font-size: 18px;
}

.ecoHintPerson {
    box-shadow: 4px 4px 4.8px 0.2px rgb(128 128 128 / 28%);
    border-radius: 15px;
    margin-bottom: -60px;
    margin-left: 15px;
    border: 4px solid white;
    transition: all ease .35s;
}


.ecoHintLogo {
    background-color: white;
    box-shadow: 4px 4px 4.8px 0.2px rgb(128 128 128 / 28%);
    border-radius: 15px;
    padding: 8px 20px;
    margin-top: -10px;
    margin-left: 0;
    margin-right: 0;
}

section {
    max-width: 100%;
    overflow: hidden;
}

.startScreen {
    max-width: 100%;
    overflow: hidden;
    min-height: 300px;
}

.mediumTitle {
    font-size: 20px;
}

.advertisement.under {
    overflow: visible;
}

.advertisementTitle {
    color: white;
}

.lg-backdrop {
    background-color: rgba(255,255,255,0.7);
}

.lg-outer .lg-thumb-item {
    border-width: 3px;
}

    .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
        border-color: #8eb23e;
        border-width: 3px;
    }

.lg-outer .lg-thumb-outer {
    background-color: rgba(255, 255, 255, 0.8);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #8eb23e;
    color: white;
}

.lg-sub-html, .lg-toolbar, .lg-outer .lg-toogle-thumb {
    background-color: #8eb23e;
    color: white;
}

    #lg-counter, .lg-toolbar .lg-icon {
        color: white;
    }

#lg-download {
    display: none;
}

.paddingTopBottom {
    padding-top: 50px;
    padding-bottom: 50px
}

a.myBtn {
    display: inline-block;
    background-color: #93C02B;
    border: 2px solid #93C02B;
    padding: 10px 30px;
    color: white;
    transition: all ease .45s;
}

    a.myBtn.bigger {
        padding: 14px 38px;
        font-size: 18px;
    }

    a.myBtn:hover {
        background-color: white;
        color: #93c02b;
        text-decoration: none;
    }

.marginTopBig {
    margin-top: 40px;
}

.paddingAround {
    padding: 25px;
}

.paddingAroundSmall {
    padding: 15px;
}

footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #8eb23e;
    color: white;
    margin-top: 100px;
}

    footer p {
        margin: 0;
    }

    footer a {
        color: white;
        border-bottom: 1px solid white;
    }

        footer a:hover {
            text-decoration: none;
            color: white;
        }

.videoCaption p {
    margin: 0;
}

.videoCaption {
    padding: 10px 20px;
}

.socialShare h4 {
    margin: 0;
}

.bgWithPadding {
    padding: 20px;
}

.darkBg a {
    color: #93C02B;
}


    .darkBg a.myBtn {
        color: white;
    }

img.claimLogo {
    position: absolute;
    top: 15px;
    right: 25px;
    max-width: 100px;
    z-index: 1;
}


.mobileNav {
    position: fixed;
    bottom: 0;
    left: -100%;
    top: 0;
    width: 100%;
    background-color: #8eb23e;
    z-index: 5;
    transition: all ease .38s;
  /*  padding-top: 58px;*/
    padding-top: 95px;
}

.menuOpen .mobileNav{
    left: 0;
}

    .mobileNav .activeSelector {
        display: none;
    }

    .mobileNav .navList {
        display: block;
    }

    .mobileNav li {
        width: 100%;
  /*      background-color: green;*/
        text-align: center;
    }

.mobileNav li a {
    font-size: 22px;
}

.mobileNav li.active a {
    border-bottom: 2px solid white;
    padding-bottom: 7px;
    margin-bottom: 18px;
}


@media screen and (min-width:768px) {
    .mobileNav {
        display: none;
    }

    .startScreen .written {
        font-size: 42px;
        /*  top: 22%;*/
        top: 19%;
    }

    .flowBoxWrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .claim {
        /*padding-left: 125px;*/
        padding-left: 90px;
    }

    .navList {
        display: block;
    }

    .menuContainer {
        display: none !important;
    }

    .activeSelector {
        display: block;
    }

    .mediumTitle {
        font-size: 40px;
    }

    .claim h2 {
        margin-top: 6px;
        font-size: 25px;
    }

    .advertisementTitle {
        color: #93C02B;
    }

    .ecoHintLogo {
        margin-top: -45px;
        margin-left: 45px;
        margin-right: -45px;
        min-height: 65px;
    }
}

@media screen and (min-width:1024px) {
    .startScreen .written {
        font-size: 60px;
        /*top: 14%;*/
        top: 17%;
    }

    .claim h2 {
        margin-top: 0;
        font-size: 32px;
    }

    .ecoHintPerson {
        margin-left: -45px;
    }

    .startScreen {
        min-height: 400px;
    }

    .hintWrap h3 {
        font-size: 28px;
    }
}


@media screen and (min-width:1200px) {
    img.person {
        margin-top: -95px;
    }

    img.logo {
        float: right;
        margin-bottom: 0;
        margin-top: 45px;
        margin-bottom: 25px;
    }
}
