body{
    overflow-x: hidden;
    overflow-y: hidden;

    animation: fadeIn 1s ease-in-out forwards;
}

a {
    color: black !important;
    text-decoration: none !important;
    transition: border-bottom 0.3s;
    line-height: 1.2; /* Adjust as needed */
}

a:hover {
    border-bottom: 1px solid black;
    padding-bottom: 0; /* Adjust as needed */
}


.vertical-line { 
    border-right: 1px solid #6c7ea4 !important; 
}

.custom-spacing {
    padding-top: 77vh;
}

#info{
    position:absolute;
    right: 0;
}

#text1 {
    position:absolute;
    text-align: center;
    padding: 2vh;
}



@font-face {
  font-family: myFirstFont;
  src: url(HelveticaNeue.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#text1{
   font-family: myFirstFont;
   color: #6c7ea4;
}

#text0{
    font-family: myFirstFont;
    color: #6c7ea4;
    text-align: center;
    font-size: 2vh;
 }

button {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

#foto {
    border-top: 2px solid #6c7ea4;
    border-bottom: 2px solid #6c7ea4;
}

#appointment {
   border: 2px solid #6c7ea4;
   border-radius: 10px;
   padding: 5;
   font-family: myFirstFont;

}

#appointment2 {
   border: 2px solid #6c7ea4;
   border-radius: 15px;
   padding: 7;
    margin: 1.5%;
    font-size: 1.8vh;
    background-color: white;
}

#text2 {
 color: #6c7ea4;
font-size: 3.5vh;
}

#textplease {
    color: #6c7ea4;
   font-size: 2vh;
   text-align: center;
   }

   #text32 {
    background-color: gainsboro;

   }

#text4 {
color: #6c7ea4;
font-size: 2vh;
}

#text8 {
    color: #6c7ea4;
    font-size: 2vh;
    padding: 4%;
    }

#texrnewdiv {
    text-align: right;
    margin-bottom: 20%;
    padding: 2%;
    
}

#textnew {
    color: #6c7ea4;
    font-size: 2vh;
    }

#homeContent {
    position: relative;    
    animation: fadeIn 1s ease-in-out forwards;
    overflow:scroll !important; 
    overflow-x:hidden; 
    height:90vh;
}

#homeContent1 {
    right:0; 
    text-align: right !important;
    overflow:scroll; 
     overflow-x:hidden; 
     height:80vh;
     animation: fadeIn 1s ease-in-out forwards;
     
 
}

#aboutContent {
   right:0; 
   text-align: right !important;
   overflow:scroll; 
    overflow-x:hidden; 
    height:83vh;
    animation: fadeIn 1s ease-in-out forwards;
    padding: 4%;
 
}

#consultationsContent{
    right:0; 
   text-align: right !important;
   overflow:scroll; 
    overflow-x:hidden; 
    animation: fadeIn 1s ease-in-out forwards;
    height:80vh;
    padding: 4%;

}

#foodcontentContent{
   right:0; 
   text-align: right !important;
   overflow:scroll; 
    overflow-x:hidden; 
    animation: fadeIn 1s ease-in-out forwards;
    height:90vh;  
    
}

#programContent {
    right:0; 
    text-align: right !important;
    overflow:scroll; 
     overflow-x:hidden; 
     animation: fadeIn 1s ease-in-out forwards;
     height:90vh; 
}

#eventscontentContent {
    right:0; 
    text-align: right !important;
    overflow:scroll; 
     overflow-x:hidden; 
     animation: fadeIn 1s ease-in-out forwards;
     height:90vh; 
}

._3efP_GeH5kyBAzqnLzL.cllbjvXCdYDt9A3te4cz {
    display: flex;
    flex: 1 1 auto;
    max-width: 800px;
    min-height: 550px;
    transition: all .22s ease-out;
    font-family: myFirstFont;
}

p {
    font-family: myFirstFont;

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}

.bullet {
 color: #6c7ea4;
font-size: 2.8vh;

}

.fixed-bottom {
    text-align: right;
    z-index: 9999;
    margin-top: -100px;
}

#textHERE{
    text-align: right;
   right:0; 
     color: #6c7ea4;
font-size: 2.8vh;

}

.button01 {
    position: absolute;
    width: 20%;
    margin: 14%;
}

.button011 {
    position: absolute;
    width: 20%;
    margin: 18%;
}

.WrdpezlzjKu1CoRihaXS.y2BHUjkNYLaMI5GB_dVt {
    width: 50%;
    min-width: 300px;
    border-right: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
    transition: all .22s ease-out;
    font-family: myFirstFont;

}

.textlen{
    border-right: 2px solid #6c7ea4;
}

.texts {
    font-size: 1.5vh;
}

#btn {
    background: white; 
    color: black; 
    border: 2px solid #6c7ea4; 
    -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0) inset;-moz-box-shadow: 0 0px 0 rgba(0,0,0,0) inset;box-shadow: 0 -2px 0 rgba(0,0,0,0) inset;
    border-radius: 10px; 
    text-decoration: none; 
    display: inline-block;
    padding: 1%;
    cursor: pointer;
}

#info-text {
    margin-top: 20px;
    padding: 10px;
    text-align: left;

}

.slider-container {
    text-align: center;
    margin-top: 20px;
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}
.slider-text {
    display: none;
}
.slider-text.active {
    display: block;
}
.arrow {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.arrow.left {
    left: 0;
}
.arrow.right {
    right: 0;
}


.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 20px;
      background: #ddd;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: cornflowerblue;}


@media (min-width: 1300px) { 
    .button01 {
        position: absolute;
        width: 20%;
        margin: 17%;
    }

    .button011 {
        position: absolute;
        width: 20%;
        margin: 19%;
    }
}


