

*{
    font-family: 'Rowdies', sans-serif;
}
@media (min-width: 1200px) {
    /* bootstrap container on xl */
    .container {
        max-width: 1440px !important;
    }}
   
html {
    scroll-behavior: smooth;
  }

a:hover{
    cursor: pointer;
}
body{
    margin: 0 !important;
    width: 100%;
    max-width: 1920px;
}
html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #30741c;
}




.logo{
    background-color: #30741c ;
    min-height: 200px;
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
    width: 500px;
    padding-top: 20px;
    padding-right: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo img{
    height: 120px;
}
.navbar{
    
    padding: 0 !important;
    margin-top:0 !important;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}
.navbar-brand{
    font-size: 96px !important;
    padding: 0 !important;
    color: #fff !important;
    transition: 0.5s all;
}
.navbar-brand:hover{
    transform: scale(1.1);
}
.nav li{
    font-size: 36px;
    margin-left: 40px;
    margin-right: 40px;
    font-weight: 400;
    line-height: 100px;
    transition: 0.5s all;
}
.a_underline {
    color:#000000 !important;
    text-decoration: none !important;;
    position: relative;
  }
.a_underline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -7px;
    left: 0;
    background-image: -moz-linear-gradient( 0deg, #2A741C 0%, #2A741C 100%);
    background-image: -webkit-linear-gradient( 0deg, #2A741C 0%, #2A741C 100%);
    background-image: -ms-linear-gradient( 0deg, #2A741C 0%, #2A741C 100%);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}
.a_underline:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


footer{
    background-color: #EAEAEA;
    box-shadow: 0 -5px 10px -5px #2A741C;
}
footer a{
    color: #000;
    transition: 0.5s all;
}
footer a:hover{
    text-decoration: none;
    color: #2A741C;
}
footer svg{
    color: #2A741C;
    margin-right: 5px;
}
.webVisionFooter{
    background-color: #2A741C;
    color: #fff;
    min-height: 80px;
    padding-top: 30px;
}
.webVisionFooter a{
    text-decoration: none;
    background: unset;
    color: #fff;
    font-weight: 300;
}
.webVisionFooter :hover{
    text-decoration: none;
    color: #fff;
}
.footer-content-left{
    border-right: 1px black solid;
}
#index-footer{
    max-width: 1440px !important;
}

@media(max-width:768px){
    .footer-content-left{
        border-right: unset;
    }
}

@media(max-width:1800px){
    .nav li{
        margin-left: 20px;
        margin-right: 20px;
    }
    
}
@media(max-width:1559px){
    .logo{
        width: 30%;
    }
    .navbar-brand{
        padding-top: 15px !important;
        font-size:80px !important;
    }
    .nav li{
        font-size:30px !important;
    }
}
@media (max-width:1200px){
    ul.nav.navbar-nav.navbar-center.mx-auto{
        z-index: 100;
        background-color: white !important;
        width: 100%;
        margin-left:0;
        text-align: center;
        
    }}
    .logo{
        padding-right: 70px;
        margin-top: -30px !important;
    }
@media(max-width:1327px){
   
    .navbar-brand{
        font-size:75px !important;
    }
    .nav li{
        font-size:26px !important;
    }
}
@media(max-width:992px){
    .logo{
        width: 50%;
    }
}
@media (max-width:576px){
    .logo{
        width: 60%;
        padding-top: 0px;
        min-height: 150px;
    }
    .logo img{
        height: 100px;
    }
    .navbar-brand{
        padding-top: 35px !important;
        font-size:60px !important;
    }
    .nav li{
        font-size: 25px;
    }
    
}

/* cookies */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #2A741C !important; 
}

.cookiealert a {
    color: #ecf0f1;
    text-decoration: underline;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.footer-map{
    max-height: 400px !important;
    width: 100% !important;
    max-width: 480px !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
}