
.menuLinks {
  color: white !important;
  font-family:'Titillium Web', sans-serif;
  font-weight: 600;
  font-size:15px;
  text-decoration: none !important;
  text-align: center;
  text-transform: none !important;
  position: relative;
  margin: 0px 10px;
}
.menuLinks:hover {
/* color: #007063 !important; */
}
.titillium{
  font-family:'Titillium Web', sans-serif !important;
}
.footerLink{
  display:block;
  text-decoration:none;
  color:black;
  font-size:14px;
  margin:5px 0px;
}
.exo{
  font-family: "Exo 2 Light", serif !important;
}
.centerAbsolute{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.autoMargin{
  margin-left: auto;
  margin-right: auto;
}
.centerAbsolute.text{
  width:98%;
  color:white;
  font-family: 'Titillium Web', sans-serif !important;

}
.scrollFading{
  opacity:0.5;
}
.btn-slider{
  bottom:35px;
  background-color: rgba(0, 0, 0, 0.2);
  color:white;
  border:solid white 2px;
  padding:10px 5%;
  font-size:20px;
  font-weight:400;
  max-width: 90%;
}
.btn-slider.light{

  background-color: rgba(0, 0, 0, 0.08);

}
.btn-slider:hover{
  background-color: rgba(0, 0, 0, 0.5);
  border:solid white 3px;
  font-weight:700;
}
.btn-slider.light:hover{
  background-color: rgba(0, 0, 0, 0.3) ;
}

@media screen and (max-width: 1300px) {
  h1.header{
font-size:6vw !important;
  }
 #title{
   display: none;
 }
}
@media screen and (max-width: 1200px) {
  #mainTree{
    display: none;
  }
  h1.header{
font-size:7vw !important;
  }
  h2.header{
font-size:4vw !important;
  }
  .btn-slider{
    font-size:16px;
  }
}
@media screen and (min-width: 1200px) {
.menuLinks:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0 ;
    background-color: #007063;

    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.menuLinks:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #007063 !important;
  }
}

.custom-toggler.navbar-toggler {
    border-color: rgb(256,256,256);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256,256,256)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media screen and (max-width: 575px) {
.header{
  text-align:center !important;
}
.headerItemsRight{
  margin:10px 0px !important;
}
}
.dropdown-item:hover{
  background-color: #007063;
}
