/* Normalize.css */

html{
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
}
body {
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #333;
    background-color: #fAfAfA; /* Light grey background */
    height: 100%;
    width: 100%;
    margin: 0;
   

}


header {
    background-image: linear-gradient(to bottom, #0099FF, #00B3FF); /* #007BFF, #0096FF*/
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw; 
    /* padding-top: 7px; */
    padding-bottom: 10px;
    /* max-height: 45vh; */
    /* padding: 0.5em 1em; */
    

}


nav{
    align-self: stretch;

}
nav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
}

nav ul li {
    margin-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    /* margin-top: 5px;
    margin-bottom: 5px; */
    padding-left: 7px;
    padding-right: 7px;
    min-width: 44px;
    min-height: 44px;

}

nav ul li a {
    color: black;
    text-decoration: none;
    min-height: 44px;
    min-width: 44px;
    display: block;
}


/* To improve hover on page settings */


.accessibility-controls {
    display: flex;
    align-items: left;
    text-align: left;
    padding-left: 20px;
    flex-wrap: wrap;
    margin-right: 30px;
    flex-direction: column;
}

.accessibility-controls button {
    margin-left: 10px;
    padding: 5px;
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: black;
    min-width: 44px;
    min-height: 44px;
}




.category{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
}
.category:last-child {
    margin-bottom: 44px;
}

.accessibility-controls button:hover,
nav ul li:hover,
#site-map li a:hover{
    
    border-bottom: solid black;
    padding-bottom: 5px;
}

.accessibility-controls button#bwContrast:hover,
.accessibility-controls button#byContrast:hover,
.accessibility-controls button#defaultContrast:hover{
    border-bottom: solid white;
    padding-bottom: 5px;
}

.contrast-bw button#ybContrast:hover,
.contrast-by button#ybContrast:hover,
.contrast-yb button#ybContrast:hover,
.contrast-bw button#byContrast:hover,
.contrast-by button#byContrast:hover,
.contrast-yb button#byContrast:hover,
.contrast-bw button#bwContrast:hover,
.contrast-by button#bwContrast:hover,
.contrast-yb button#bwContrast:hover,
.contrast-bw button#defaultContrast:hover,
.contrast-by button#defaultContrast:hover,
.contrast-yb button#defaultContrast:hover{
    border-bottom: solid red;
    padding-bottom: 5px;
}

main {
    /* padding: 30px; */
    height: 100%;
    

}

footer {
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    background-image: linear-gradient(to bottom,  #00B3FF, #0099FF);
    color: black;
    text-align: center;
    align-items: center;
    padding: 1em;
}

footer a {
    color: inherit; /* Ensures footer links match the footer text color */
    text-decoration: none; /* Removes underline */
    margin-left: 5px;
}
#site-map{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#site-map p{
    padding-bottom: 15px;
}
#site-map li{
    min-width: 44px;
    min-height: 44px;
    text-align: left;
}

#site-map a{
    display: inline-block;
    min-width: 44px;
    min-height: 44px;
    margin-bottom: 10px;
}
#site-map ul{
    list-style: none;
}

#footer_div{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

/* Contrast Themes */
.contrast-default {
    background-color: #fafafa;
    color: #333;
}

.contrast-bw {
    background-color: #000000;
    color: #ffffff;
}

.contrast-by {
    background-color: #000000;
    color: #ffff00;
}

.contrast-yb {
    background-color: #ffff00;
    color: #000000;
}

.contrast-default header,
.contrast-default footer
{
    background-image: linear-gradient(to bottom, #0099FF, #00B3FF); /* Matching the header */
    color: black;
}
.contrast-default h2,
.contrast-default  nav ul li a{
    color: black;
    background-color: inherit;
}

.contrast-height {
    height: 1.5em;
    align-content: center;
}

.contrast-bw header,
.contrast-bw footer {
    background-image: linear-gradient(to bottom, #000, #000) !important;
    display: flex;
    color: #ffffff;
    border-color: #ffffff;
    border-style: solid;
    
}

.contrast-bw button,
.contrast-bw nav ul li a,
.contrast-bw #title {
    background-color: #000000;
    color: #ffffff;
}
#bwContrast{
    background-color: #000000;
    color: #ffffff;
}

.contrast-by header,
.contrast-by footer {
    background-image: linear-gradient(to bottom, #000, #000);
    color: #ffff00;
    border-color: #ffff00;
    border-style: solid;
    

}

.contrast-by nav ul li a,
.contrast-by button,
.contrast-by #title{
    background-color: #000000;
    color: #ffff00;
}

/*Hovers for contrast theams */
.contrast-by button
.contrast-by nav ul li a:hover,
.contrast-by #normalText:hover,
.contrast-by #largeText:hover,
.contrast-by #veryLargeText:hover, 
.contrast-by #settings button:hover,
.contrast-by #site-map li a:hover,
.contrast-by #up button:hover,
.contrast-by #down button:hover,
.contrast-by #lineHeight:hover,
.contrast-by #wordSpacing:hover,
.contrast-by #letterSpacing:hover   {
    background-color: #ffff00;
    color: #000000;
    opacity: 1;
    border: solid #ffff00;
    padding: 3px;
}

.contrast-by button:hover,
.contrast-bw button:hover{
    color: white;
    opacity: 1;
    border: solid red;
    padding: 3px;
}

.contrast-yb button:hover{
    /* background-color: transparent; */
    color: black;
    opacity: 1;
    border: solid red;
    padding: 3px;
}

.contrast-yb nav ul li a:hover,
.contrast-yb #normalText:hover,
.contrast-yb #largeText:hover,
.contrast-yb #veryLargeText:hover, 
.contrast-yb #settings button:hover,
.contrast-yb #site-map li a:hover,
.contrast-yb #lineHeight:hover,
.contrast-yb #up button:hover,
.contrast-yb #down button:hover ,
.contrast-yb #lineHeight:hover,
.contrast-yb #wordSpacing:hover,
.contrast-yb #letterSpacing:hover   {
    background-color: #000000;
    color: #ffff00;
    opacity: 1;
    border: solid #000000;
    padding: 3px;
}
.contrast-yb nav ul li:hover{
    border-bottom: none;
}

.contrast-bw nav ul li a:hover,
.contrast-bw #normalText:hover,
.contrast-bw #largeText:hover,
.contrast-bw #veryLargeText:hover, 
.contrast-bw #settings button:hover,
.contrast-bw #site-map li a:hover,
.contrast-bw li#up button:hover,
.contrast-bw li#down button:hover,
.contrast-bw #lineHeight:hover,
.contrast-bw #wordSpacing:hover,
.contrast-bw #letterSpacing:hover  {
    background-color: white;
    color: black;
    opacity: 1;
    border: solid #ffffff;
    padding: 3px;
}

/*end of hovvers for contrasts */


#byContrast {
    background-color: #000000;
    color: #ffff00;
}

.contrast-yb header,
.contrast-yb footer{
    background-image: linear-gradient(to bottom, #ffff00, #ffff00) ;
    color: #000000;
    border-color: #000000;
    border-style: solid;

}
.contrast-yb button,
.contrast-yb nav ul li a,
.contrast-yb #title {
    background-color: #ffff00;
    color: #000000;
}

#ybContrast {
    background-color: #ffff00;
    color: #000000;
}

.contrast-bw #accessibility-btn #settings:hover{
    color:black;
    background-color: white;
    transform: scale(1.25);

}
.contrast-by #accessibility-btn #settings:hover{
    color:black;
    background-color: #ffff00;
    transform: scale(1.25);

}

.contrast-yb #accessibility-btn #settings:hover{
    color:#ffff00;
    background-color: black;
    transform: scale(1.25);
}

.contrast-bw #accessibility-btn #settings{
    color:black;
    background-color: white;
}
.contrast-by #accessibility-btn #settings{
    color:black;
    background-color: #ffff00;
}

.contrast-yb #accessibility-btn #settings{
    color:#ffff00;
    background-color: black;
}

/* .pic{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./res/huta5.png');
    width: 100%;
    height: 15vh ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    
} */

.accessibility-controls .label{
    color: #000;
    margin-right: 8px;
    margin-left: 8px;
    
    font-size: 24px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.contrast-bw .accessibility-controls .label  {
    color: #fff;

}



.contrast-by .accessibility-controls .label {
    color: #ffff00;


}

.contrast-yb .accessibility-controls .label {
    color: #000;

}

button.active,
#ybContrast.active,
#byContrast.active,
#bwContrast.active {
    background-color: blue; /* Change this to the blue color you prefer */
    color: white; /* Change text color for better visibility if needed */
}

button .flags{
    margin-left: 8px;
    margin-right: 8px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    border: none;
    padding: 0;
}

section{
    padding-top: 20px;
    padding-bottom: 40px;


}
section h1,
section h3{
    margin-top: 15px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
}
.slide{
   display: flex;
   align-content: center;
   flex-wrap: wrap;
   

}

.content{

    width: 100vw;
}
.content p{
    text-align: left;
    padding-left: 5vw;
    padding-right: 5vw;
}

.picture{ 
    text-align: center;
    flex-wrap: wrap;
    flex-grow: 1;
    background-color: #F0F0F0;    /*bddef5*/
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;

   
    
}
.picture img{
    max-height: 75vh;
}
/* .contrast-default .picture{
    background-color: #F0F0F0;
} */
li#up button,
li#down button{
   color: #000;
 }

.contrast-bw #up button,
.contrast-bw li#down button{
   color: #fff;
 }

.contrast-by #up button,
.contrast-by li#down button{
   color: #ffff00;
 }



.contrast-bw .picture {
    background-color: black;
}

.contrast-by .picture {
    background-color: black;
}

.contrast-yb .picture{
    background-color: #ffff00;
}

img{
    max-width: 100%;
    height: auto;
}

/*Carousel*/

.carousel {
    position: relative;
    overflow-y: hidden;
    max-width: fit-content;
    margin: auto;
}

.carousel-images .carousel-image {
    display: none;
    width: 100%;
}

.carousel-images .active {
    display: block;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px; /* Adjust size as needed */
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* Drop down for what*/
.dropdown {
    /* position: relative;
    display: inline-block; */
    float: left;
    overflow: hidden;
  }
#accessibility-btn{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4vw;
    bottom: 15vh;
    min-width: 44px;
    min-height: 44px;
    z-index: 11;
    border-radius: 50%;
    cursor: pointer;
}
#accessibility-btn #settings{
    background-color: #00B3FF;
    color: black;

}
#accessibility-btn #settings:hover{
    border:none;
    background-color: black;
    color: #00B3FF;
    border-radius: 50%;
}
#settings{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px;

}
#settings svg{
    min-width: 44px;
    min-height: 44px;
}
  .dropdown-content {
    display: none;
    border-radius: 5%;
    position: fixed;
    bottom: 13vh;
    right: 2vw;
    height: 50%;
    width: 0;
    text-align: left;
    background-color: #f8efef;
    padding-top: 25px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    padding-left: 25px;
    overflow-y: auto;
    border: solid #0099FF;
    border-width: thick;
  }
  .dropdown:hover .dropdown-content {display: block;}

  .contrast-yb .dropdown-content {
    background-color: #ffff00;
    color: #000;
    border: solid #000;
  }


  .contrast-by .dropdown-content {
    background-color: #000;
    color: #000;
    border: groove #ffff00;;
  }

  .contrast-bw .dropdown-content {
    background-color: #000;
    color: #000;
    border: groove white;
  }

  .photoDescription{
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
  }

.picOnSide{
    /* flex-grow: 1; */
    padding: 30px;
    width: 50%;
    background-color: #F0F0F0;
    /* float: right; */
    /* align-items: center; */
    
    


}
.text{
    padding: 30px;
    align-items: center;
    text-align: justify;
    width: 50%;

}

#front-page-title h1{
    font-size: 9vh;
    margin: 0px;
    line-height: normal;
    text-shadow:  4px 4px 8px rgba(0, 0, 0, 0.9);
    /* text-shadow: -2px -2px 30px #000,  
    2px -2px 30px #000,
   -2px  2px 30px #000,
    2px  2px 30px #000,
   -2px  0px 30px #000,
    2px  0px 30px #000,
    0px -2px 30px #000,
    0px  2px 30px #000; */
}

#front-page-title{
    position: absolute;
    display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
    text-align: center;
    max-width: 50%;
    z-index: 2;
    color: #FFF;
    font-weight: 400;
    font-size: 3.625rem;
}
#f-contact{
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
  }
  #em {
    display: flex;
    text-align: center;
    align-content: center;
    padding-left: 5vw;
  }

  #em b{
    align-content: center;
  }

  #em a{
    text-indent: 10px;
  }

  section h3{
    display: none;
  }
  #up, #down{
    display: none;
    text-decoration: none;
  }


  #email{
    text-decoration: underline;
  }
  
  .contrast-by #front_div div h1,
  .contrast-yb #front_div div h1{
      font-size: 9vh;
      font-weight: bold;
      color: #ffff00;
  }


  @media (max-width: 1300px) {
    .text {
        width: 95%; /* Stack items vertically on small screens */
    }
    #front-page-title h1{
        font-size: 10vw;
    }
    
  }

@media (max-width: 880px) {
    .photoDescription {
      flex-direction: column; /* Stack items vertically on small screens */
    }
    #front-page-title h1{
        font-size: 9vw;
        /* padding: 5px;*/
        padding-left: 5vw;
        padding-right: 5vw;
        letter-spacing: normal;
   
    }
    
    .contrast-by #front_div div h1,
    .contrast-yb #front_div div h1{
        font-size: 9vw;
      
    }
    h2{
        font-size: 24px;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    #front-page-title{
     max-width: 100%;
    transform: translate(-50%, -50%);

    }
    .prev, .next {
        padding: 5px;
    }

    #f-contact{
        display: flex;
        flex-direction: column;
        margin: 0;
        font-size: 38px;
        
    }
   
    .content p{
        padding-left: 10vw;
        padding-right: 10vw;
        overflow-wrap: break-word !important;
        text-wrap: balance;
        
       }
       #em {
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        padding-left: 10vw;
        overflow-wrap: break-word;
       }
       #em b,
       #em a{
        text-indent: 0;
       }


       .dropdown-content {
        right: 8vw;
       }
       #accessibility-btn{
        right: 11vw;
       }
       #down{
        display: block;
        text-align: center;
    }

       #navbar-div ul{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 10vw;
        display: none;
       }

       footer ul, footer p, footer a {
        overflow-wrap: break-word;
        text-wrap: balance;
        padding: 5px;
        margin: 0;
    }
    footer ul li{
        padding-left: 1vw;
    }
    footer ul ul li {
        padding-left: 8vw;
        padding-bottom: 10px;
    }
    #break-you{
        font-size: 1.9rem;

    }
    .content-h1 {
        display: none;
    }
    section h3{
        display: flex;
    }
  
    #center{
        display: flex;
        justify-content: center;
    }
    #center li{
        min-width: 44px;
        min-height: 44px;
    }

    #center button{
        background-color: transparent;
        border: none;
    }

    #center  li svg{
        min-height: 44px;
        min-width: 44px;
    }

    #center ul{
        padding-left: 10vw;
    }
    

    #up, #down{
        
        color: #000 !important;
      }



       
      
  }




  @media (max-width: 1300px) {
    .picOnSide {
        width: 95%; /* Stack items vertically on small screens */
    }

  }

  #title{
    color: #000;
    margin: 0;
    text-align: center;

  }




  #f-cc{
    display: flex;
    justify-content: right;
    font-size: 24px;
  }

  #title-photo{
    border: none;
    max-width: 100vw;
    height: 90vh;
    padding: 0;
  }

  #s1{
    padding-top: 0;
  }

  #front_div {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    height: 90vh; 

}

#front_div::after{
    content: '';
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1; 
}

#s3 div img,
#s4 div img{
    width: 100vw;
}

#s4 .picture,
#s3 .picture{
    background-color: inherit;
}




#title{
    width: 100vw;
}

.next:focus-visible, 
.prev:focus-visible,
button:focus-visible,
li a:focus-visible,
#email:focus-visible,
#down button:focus-visible,
#up button:focus-visible{

    border: solid red;
    border-radius: 6px;
    border-width: 5px;
    padding: 3px;


}

#signe-language{
    background-color: #0099FF;
}

.contrast-bw #signe-language{
    background-color: white;
}

.contrast-by #signe-language{
    background-color: #ffff00;
}

.contrast-yb #signe-language{
    background-color: yellow;
}