body {
    background-color: #ffffff;
    font-family: Arial!important;
    font-size: 16px;
}

.navbar-brand {
    max-width:100%;
}

@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}
.back-to-top-link {
    display: none;
    text-decoration: none;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #709A4C;
    padding: 0.25rem;
    position: fixed;
    right:20px;
    bottom:20px;
}

/*HERO*/
.video-wrapper {
    width: 100%;
    height: 50%;
    overflow: hidden;
    min-height: 33vw;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;

}

.hero-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    line-height: 16pt;
}

/*TEXT-WITH-IMAGE*/
.masked {
    width: calc(50% - 60px + 200px);
    mask-image: url(/images/hero-mask.png);
    -webkit-mask-image: url(/images/hero-mask.png);
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left;
}

.masked_rotated {
    width: calc(50% - 60px + 200px);
    mask-image: url(/images/hero-mask-rotated.png);
    -webkit-mask-image: url(/images/hero-mask-rotated.png);
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right;
}

.container-fluid{
    padding-left:0 !important;
    padding-right:0 !important;
}
.card-title {
    margin-bottom: 0;
}
.card-title .section-name{
    margin-bottom: 0;
}

.full-width .card-title .section-name{
    padding-left: 1.5rem;
}

.dropdown-menu{
    z-index: 1100;
}

.nav-item {
    font-size: 1rem;
    font-weight: 700;
}

.nav-item a {
    color: #5E3B22!important;
    border-bottom: 3px solid transparent;
}

.nav-item a:hover,
.nav-item a.active{
    color: #458E4B!important;
    border-bottom: 3px solid #458E4B!important;
}


.dropdown-item {
    font-size: 1rem;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}

.text-sparrow-brown{
    color: #5E3B22;
}

.social-icon-footer{
    font-size: 2rem;
}
.social-icon-header{
    font-size: 1.5rem;
}
.linkedin{
    color: #0177B5;
}
.facebook{
    color: #0866FF;
}
.instagram{
    color: #5E3B22;
}

.navigation-container{
    margin-top: -44px;
}

.language-switcher-wrapper{
    margin-top:22px;
}

.social-icon-header-wrapper{
    z-index: 100001;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem !important;
}
@media only screen and (max-width: 960px) {
    .social-icon-header-wrapper{
        visibility: hidden;
    }
}




/*.dropdown-menu.show{*/
/*    visibility: visible;*/
/*    transition: all 0.2s linear;*/
/*    transform: translateX(-50%);*/
/*    -webkit-transform: translateX(-50%);*/
/*    opacity: 1;*/
/*}*/
