.center{
    display: block;
    margin: auto;
}
.fitimg{
    width: 100%;
}

.grecaptcha-badge{
    bottom: 6rem !important;
}

#the-story + .section {
    background-color: #00af5b !important;
    color: #fff;
}

#the-story + .section h2{
    color: #fff;
}

#the-story + .section a:any-link{
    color: #ffffff;
    text-decoration: underline;
}

#look-inside + .section {
    background-color: #222;
    color: #fff;
}

#look-inside + .section h2{
    color: #fff;
    margin-top: 0;
}

#look-inside + .section h3{
    color: #fff;
}

#hero + .section {
    color: rgb(25 175 83) !important;
    height: 700px;
}

#hero + .section h1{
    color: rgb(25 175 83);
}


nav ul li ul{
    text-align: left;
}

.langswitcher li a{
    padding: 7px 8px !important;
}

.lightSlider .lslide img {
    width: 100%;
}

.langswitcher{
    border: 1px solid #5b5b5b;
    border-radius: 40px;
}

.hero{
    padding-top: 0rem;
    padding-bottom: 21rem;
    background-position-y: center !important;
}

.overlay-dark-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(34, 34, 34, 1), rgba(0, 0, 0, 0.2));
}


.logo_hero{
    width: 33%;
    min-width: 250px;
    margin-top: 13rem;
}

.carousel-cell{
    width: 33%;
}

@media only screen and (max-width: 500px) {
    .carousel-cell{
        width: 66%;
    }
}



.carousel-cell blockquote{
    margin: 20px 0 0px 13px;
    min-height: 500px;    
}
