

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

body{
        /*background-color: #A8DCAB;*/
        background-color: rgba(178, 241, 155, 0.672);
    }

#top {
    max-width: 100%;
    height: 120px;
    background-color: rgb(41, 41, 41);
    display: block;
}

#top p {
    margin: 0;
}

.logo{
    width: 15.8em;
    height: 9.3em;
    display: inline-block;
    padding: 30px 35px;
    position: relative;
    bottom: 14px;
}

.current {
    background-color:rgb(234, 255, 207);
}

button {
    border: none;
    text-align: center;
    padding: 16px 32px;
    font-size: 22px;
    font-weight:bold;
    text-decoration: none;
    display: flex;
    margin: 5px 4px;
    transition-duration: 0.3s;
    cursor: pointer;
}

.button1 {
    background-color: rgb(233, 136, 0);
    color: rgb(255, 255, 255);
    border: 0.5vw solid rgb(255, 255, 255);
    font-size: 19px;
    float: right;
    position: relative;
    margin-top: 28px;
    margin-right: 40px;
}

.button1:hover {
    background-color: white;
    color: rgb(233, 136, 0);
}

/*NAVBAR TUTORIAL BELOW*/
header {
    position: sticky;
    top: 0; left: 0; right: 0;
    background-color:rgb(1, 91, 1);
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    font-family: "Rubik", sans-serif;
    text-align: center;
}


header .navbar ul {
    list-style-type: none;
}


header .navbar ul li {
    position: relative;
    display: inline-block;
    /*border-left: 0.2vw solid rgb(33, 58, 0);*/
    
    
}

header .navbar ul li a {
    font-size: 19px;
    padding: 20px 14px ;
    color: white;
    display: block;
    text-decoration: none;
    font-family: "Rubik", sans-serif;

}


header .navbar ul li a:hover {
    background-color: whitesmoke;
    color:rgb(1, 91, 1);
    transition-duration: 0.3s;
}

header .navbar ul li ul {
    position: absolute;
    left: 0;
    width: 200px;
    background-color:rgb(1, 91, 1);
    display: none;
    
}

header .navbar ul li ul li {
    width: 100%;
    border-top: 1.5px solid rgb(0, 64, 0);
    border-left: none;
}

header .navbar ul li ul li a {
    font-size: 17px;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul {
    display: initial;
}

#menu-bar {
    display: none;
}

header label{
    font-size: 20px;
    color: white;
    cursor: pointer;
    display: none;
}
/*NAVBAR TUTORIAL ABOVE*/

#wrapper{
    width: 70%;
    margin: 0 auto;
    
}

.wrapper-img{
    width: 100%;
    object-fit: contain;
    position: relative;
}

.inside-image{
    position: relative;
    text-align: center;
    color: white;
}

.text-inside-image{
    position: absolute;
    bottom: 24.7vw;
    left: 1vw;
    font-size: 1.25vw;
    background-color: rgba(255, 60, 60, 0.555);
    padding: 1vw;
    font-family: "Rubik", sans-serif;
}


/*.inside-image{
    position: absolute;
    padding: 2vw;
    background-color: white;
    top: 75vh;
    left: 60vw;
    opacity: 80%;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    
}*/
    

.column1{
    width: 50%;
    margin: 0 auto;
    float: left;
    background-color:rgb(125, 125, 125);
    border-right: 2px solid rgb(86, 86, 86);
    border-left: 4px solid rgb(86, 86, 86);
    border-top: 4px solid rgb(86, 86, 86);
    border-bottom: 4px solid rgb(86, 86, 86);
    
}

.column2{
    width: 50%;
    margin: 0 auto;
    float: left;
    background-color:rgb(125, 125, 125);
    border-left: 2px solid rgb(86, 86, 86);
    border-right: 4px solid rgb(86, 86, 86);
    border-top: 4px solid rgb(86, 86, 86);
    border-bottom: 4px solid rgb(86, 86, 86);
    

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;  
}


.button2{
background-color:rgb(255, 255, 255);
color:rgb(233, 136, 0);
font-size: 1.7vw;
/*border: 4px solid rgb(233, 136, 0);*/
justify-content: center;
align-items: center;
display: flex;
border-radius: 1vw;
/*left: 125px; bottom: 14px;*/
margin-top: 1vw; margin-bottom: 3vw;
}

.button2:hover{
background-color:rgb(233, 136, 0);
color: white;
}


.center-button{
    display: flex;
    justify-content: center;
}

.column-header{
    text-align: center;
    font-family: "Special Gothic Condensed One", sans-serif;
    margin-top: 2.6vw;
    color: white;
    font-size: 3.3vw;
    letter-spacing: 1px;
    
}

.column-text{
    font-size: 1.4vw;
    text-align: center;
    padding: 2vh 3vw;
    
    color: white;
    font-family: "Rubik", sans-serif;
}

.projects{
    background-color: white;
    margin: 0 auto;
    display:inline-block;
    padding: 2vw;

}

.our-projects{
    margin-top: 20px;
    padding: 3vw;
    display: flex;
    justify-content: center;
    font-size: 4.7vw;
    font-family: "Staatliches", sans-serif;
    letter-spacing: 1.3px;
    /*position: relative;
    float: left;
    top: 20px;
    text-align: center;*/
    
}

.column-project {
    margin: 1.1vw;
    justify-content: space-between;
    float: left;
    padding: 2vw;
    border: 0.5vw outset rgb(233, 142, 16);
    /*height: 50vh;*/
    width: 30%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border-radius: 1vw;
    margin-bottom: 5.5vw;
    box-sizing:border-box;
    display: grid;
    place-items: center;
    
}

.column-project > h2 {
    font-size: 2.2vw;
    padding: 1.3vw;
    font-weight: bold;
    font-family: "Gabarito", sans-serif;
}

.column-project > p {
    font-family: "Rubik", sans-serif;
    font-size: 1.3vw;
}

.column-project button {
background-color: rgb(125, 125, 125);
margin: 1.7vw;
padding: 1vw;
color: white;
font-size: 1.4vw;
border-radius: 1vw;
justify-content: center;
}

.column-project button:hover{
    transition-duration: 0.3s;
    background-color: rgb(233, 136, 0);
}

#footer {
    margin: 0 auto;
    width: 100%;
    padding: 3vw;
    background-color: rgb(41, 41, 41);
    display: flex;
}

.footer-container {
    color: white;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    margin-right: 3vw;
    margin-left: 3vw;
    width: 18%;
    text-align: center;
}

.footer-container a {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-container h3 {
    font-size: 2vw;
    text-align: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer-container p, a {
    font-size: 1.3vw;
    font-family: Arial, Helvetica, sans-serif;
}

.social-icons img{
    display: inline-block;
    padding: 1vh;
    height: auto;
    width: 23%;
}

.about-text {
    background-color: white;
    padding: 7vw;
}

.about-text h1{
    font-family: "Staatliches", sans-serif;
    text-align: center;
    font-size: 3.8em;
}

.about-text .about-intro{
    padding: 2vw;
    color: white;
    background-color: rgb(233, 136, 0);
    border-radius: 1vw;
    margin: 10px;
    border: 0.5vw inset rgb(233, 136, 0);
}

.about-text p{
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin-top: 4vh;
}

.about-text blockquote{
    line-height: 27px;
    letter-spacing: 0.1px;
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    color: white;
    background-color: rgb(86, 86, 86);
    border-radius:1vw;
    padding: 2vw;
    margin-top: 35px;
}

.about-text .food-score {
    float: right;
    font-weight:normal;
    font-size: 1.4vw;
    margin: 0.7vw;
    text-align: center;
    font-family: "Rubik", sans-serif;
    padding: 1vw;
    border: 0.4vw outset rgb(233, 136, 0);
    position: relative;
    border-radius: 1vw;
    top: 3.9em;
    left: 2vw;
}

.about-text h2{
    font-family: "Gabarito", sans-serif;
    font-size: 1.8em;
    
    
    margin-top: 35px;
    color: rgb(1, 91, 1);
}

.volunteer-text{
    background-color: white;
    padding: 6vw;
}

.volunteer-text h1{
    font-size: 3.8em;
    text-align: center;
    font-family: "Staatliches", sans-serif;
    
}

.volunteer-text h2{
    font-size: 2.3em;
    color: rgb(233, 136, 0);
    font-family: "Special Gothic Condensed One", sans-serif;
    /*font-family: "Gabarito", sans-serif;*/
    
}

.volunteer-text p{
    font-family: "Rubik", sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 2vh;
}

.volunteer-text li{
    font-family: "Gabarito", sans-serif;
    font-size: 1.2em;
    line-height: 35px;
    color:rgb(1, 91, 1);
    font-weight: bolder;
}
.volunteering-images{
    height: auto;
    object-fit: cover;
    width: 32.5%;
    justify-content: space-between;
}

#volunteer-form {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-family: "Gabarito", sans-serif;
    margin: 0;
    padding: 0;
    
}
#volunteer-form fieldset{
    border: none;
    line-height: 30px;
}




#volunteer-form form{
    padding: 10vh 8vw;
    border: 7px outset rgba(96, 211, 96, 0.678);
    border-radius: 1vw;
    margin-left: 15vw; margin-right: 15vw; margin-bottom: 10vh;
    background-color:rgb(242, 242, 242);
}

#volunteer-form h1{
    font-size: 2.3em;
    text-align: center;
    font-family: "Staatliches", sans-serif;
    margin-top: 10px; margin-bottom: 70px;
}

/*#volunteer-form select{
    margin-top: 8px;
    margin-bottom: 10px;
}*/

#volunteer-form .form-header{
    font-size: 1.8em;
    font-family: "Special Gothic Condensed One", sans-serif;
}

/*#volunteer-form input radio{
    font-size: 1.3em;
}*/

#volunteer-form select{
    padding: 6px;
    font-size: 0.8em;
}

#volunteer-form .question{
    margin-bottom: 10px;
    margin-top: 25px;
    display: inline-block;
}

#volunteer-form .answer{
    margin-top: 8px;
    margin-bottom: 35px;
    padding: 6px;
    font-size: 0.8em;
    display: inline-block;
}

#volunteer-form .answer-address{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    font-size: 0.8em;
    display: inline-block;
}


#volunteer-form fieldset .big-box{
    width: 36.5vw;
    height: 20vh;
    margin-top:15px;
}

#volunteer-form fieldset .small-box{
    width: 36.5vw;
    height: 5vh;
    margin-top:15px;
}

#volunteer-form textarea{
    resize: none;
}

#volunteer-form .form-details{
    font-size: 0.65em;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    line-height: 25px;
}

input[type="submit"]{
    font-size: 1.2em;
    color: white;
    background-color: rgb(233, 136, 0);
    border: 2px outset rgb(233, 136, 0);
    font-family: "Special Gothic Condensed One";
    padding: 12px 30px;
    margin-top: 40px;
    position: relative;
    
    
}

input[type="submit"]:hover{
    transition-duration: 0.3s;
    background-color: rgb(185, 108, 0);
    border: 2px outset rgb(185, 108, 0);
    cursor: pointer;
}

.submit-button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact-text{
    background-color: white;
    padding: 7vw;
}

.contact-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icons img{
    height: auto;
    width: 80%;
    position: relative;
    bottom: 40px;
    
}

.contact-text h1{
    font-size: 3.8em;
    text-align: center;
    font-family: "Staatliches", sans-serif;
}

.contact-text p{
    font-family: "Rubik", sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 2vh;
}

.contact-text h2{
    font-size: 2.6em;
    color: rgb(233, 136, 0);
    font-family: "Special Gothic Condensed One", sans-serif;
}


#contact-form{

    background-color: white;
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    font-family: "Rubik", sans-serif;
    margin: 0;
    padding: 0;
}

#contact-form form{
    padding: 6vh 6vw;
    border: 7px outset rgb(206, 238, 191);
    border-radius: 1vw;
    margin-left: 2vw; margin-right: 2vw; margin-top: 65px;
    background-color: rgb(245, 255, 231);
    
    
}

#contact-form .contact-answer{
    margin-top: 5px;
    margin-bottom: 35px;
    padding: 6px;
    font-size: 0.8em;
    display: inline-block;
    width: 49%;
}

#contact-form h1{
    font-size: 2.3em;
    text-align: center;
    font-family: "Special Gothic Condensed One", sans-serif;
    margin-top: 8px; margin-bottom: 40px;
    color: rgb(0, 61, 0)
}

#contact-form textarea{
    resize: none;
}

#contact-form .contact-box{
   /*width: 38.68vw;*/
    width: 100%;
    height: 20vh;
    margin-top:15px;
    font-size: 0.8em;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
}


.events-text{
    background-color: white;
    padding: 6vw;
} 


.events-text h1{
    font-size: 3.8em;
    text-align: center;
    font-family: "Staatliches", sans-serif;
    padding-bottom: 1vw;
}

.month-container{
    padding: 2.8em;
    color: rgb(0, 0, 0);
    background-color: rgba(230, 254, 212, 0.502);
    border-radius: 1vw;
    margin: 40px 0px;
    border: 0.5vw inset rgb(219, 235, 197);
    display: inline-block;
}
 
.month{
    margin: 30px 0;
    display: flex;
    border-top: 2px dashed rgb(1, 91, 1);
}

.date{
    font-family: "Special Gothic Condensed One", sans-serif;
    font-size: 4vw;
    text-align: center;
    margin: 20px;
    color: rgb(235, 129, 9);

}

.event-header{
    font-family: "Special Gothic Condensed One", sans-serif;
    font-size: 2.7vw;
    text-align: left;
    margin: 18px 0;
}

.description-column{
    width: 50%;
    margin: 0 auto;
    float: left;
    display: block;
}

.month-divider{
    margin: 100px;
    color: rgb(211, 239, 174);
    display: block;

}

.event-img{
    width: 95%;
    height: auto;
    padding: 5px;
    margin-left: 10px;
    float: right;
    border-radius: 7px;
    object-fit: contain;
    
}

.description-column a{
    font-family: "Rubik", sans-serif;
    color: rgb(255, 73, 73);
}

.event-description{
    font-size: 1.3vw;
    font-family: "Rubik", sans-serif;
    
}

.image-column{
    width: 50%;
    margin: 0 auto;
    float: left;
}

.jump-to-container{
    display: flex;
    justify-content: center;
    align-items: centre;
}

.jump-to-container li{
    list-style-type: none;
    padding: 10px;
    background-color: whitesmoke;
    display: inline;
    color: rgb(1, 91, 1);
    border: 3px outset rgb(238, 238, 238);
    border-radius: 7px;
    margin: 0 2px;
    font-family: "Rubik", sans-serif;
}

.jump-to-container a{
    text-decoration: none;
    color: rgb(1, 91, 1);
    font-family: "Rubik", sans-serif;
    font-weight: bold;
}

/*AI SLIDESHOW BELOW*/

.slideshow-container {
    width: 100%;
    height: 32vw;
    position: relative;
    overflow: hidden;
  }
  
  .slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
  }
  
  .slide {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  input[type="radio"] {
    display: none;
  }
  
  #slide1:checked ~ .slides {
    transform: translateX(0%);
  }
  #slide2:checked ~ .slides {
    transform: translateX(-100%);
  }
  #slide3:checked ~ .slides {
    transform: translateX(-200%);
  }
  
  .navigation {
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: center;
  }
  
  .navigation label {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s;
  }
  
  input#slide1:checked ~ .navigation label[for="slide1"],
  input#slide2:checked ~ .navigation label[for="slide2"],
  input#slide3:checked ~ .navigation label[for="slide3"],
  input#slide4:checked ~ .navigation label[for="slide4"],
  input#slide5:checked ~ .navigation label[for="slide5"],
  input#slide6:checked ~ .navigation label[for="slide6"],
  input#slide7:checked ~ .navigation label[for="slide7"],
  input#slide8:checked ~ .navigation label[for="slide8"] {
    background: rgb(233, 136, 0);
    opacity: 1;
  }

/*AI SLIDESHOW ABOVE*/

@media screen and (max-width:839px){

/*NAVBAR TUTORIAL BELOW*/
    header{
        padding: 20px;
    }


    header label{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background-color:rgb(1, 91, 1);
        border-top: 1px solid rgb(243, 255, 227);
        display: none;
        
    }

    header .navbar ul li{
        width: 100%;
        text-align: left;
        /*padding-left: 10px; padding-right: 10px;*/       
    }

    header .navbar ul li ul {
    position: relative;
    width: 100%;
    }

    header .navbar ul li ul li {
        background-color:rgba(60, 143, 0, 0.467);
    }

    #menu-bar:checked ~ .navbar{
        display: initial;
    }
/*NAVBAR TUTORIAL ABOVE*/

    .first-half .second-half {
        display: flex;
        width: 100%;
    }

    .projects{
        padding: 1.4vw;
    }

    .text-inside-image{
        bottom: 28vw;
        font-size: 1.6vw;
    }


    #footer img {
        height: auto;
        margin: 0;
        padding: 0;
        width: 20%;
        position: relative;
        right: 0.35vw;
        top: 1vh;
    }

    #footer p, a {
        font-size: 1.7vw;
    }

    .about-text h3{
        font-size: 1.7vw;
    }

    /*.about-text h1{
        font-size: 5vw;
    }*/

    .about-text h2{
        font-size: 3vw;
    }

    #wrapper{
        width: 80%;
    }

    .projects{
        width: 100%;
    }
    
    .wrapper-img {
        width: 100%; height: auto;
    }

    .column-project{
        width: 22vw;
        margin: 1.86vw;
        padding: 3vw;
    }

    .our-projects{
        font-size:6vw;
        margin-top: 1vh;
    }

    .column-header{
        font-size: 3.2vw;
    }

    .column-text{
        font-size: 1.8vw;
    }

    #volunteer-form form{
        margin: 1vh 4vw;
    }

    #volunteer-form .answer{
        padding: 8px;
    }

    #volunteer-form .answer-address{
        padding: 8px;
    }


    #volunteer-form select{
        padding: 8px;
    }

    #volunteer-form fieldset .big-box{
        width: 55vw;
    }

    #volunteer-form fieldset .small-box{
        width: 55vw;
    }

    .about-text blockquote{
        padding: 4vw;
    }

    #contact-form .contact-answer{
        margin-top: 5px;
        margin-bottom: 35px;
        padding: 6px;
        font-size: 0.8em;
        display: block;
        width: 100%;
    }

    .date{
        font-size: 5.2vw;
    }

    .event-header{
        font-size: 3.7vw;
    }

    .event-description{
        font-size: 1.8vw;
    }

    .events-text h1{
        padding-top:1.7vw;
    }

    .events-text a{
        font-size: 1.8vw;
    }

    .about-text .food-score {
        font-size: 1.7vw;
}

.month-container{
    border: 0.8vw inset rgb(204, 235, 189);
    margin: 20px 0;
}

.events-text h1{
    padding-bottom: 3vw;
}
}




@media screen and (max-width: 600px){

    .column1, .column2{
        width: 100%;
        display: block;
        border-top: 2px solid  rgb(86, 86, 86);
        border-left: none; border-right: none;
    }

    .column1{
       border-bottom: 2px solid rgb(86, 86, 86);
       border-top: 4px solid  rgb(86, 86, 86); 
    }

    .column2{
        border-top: 2px solid rgb(86, 86, 86);
        border-bottom: 4px solid  rgb(86, 86, 86);
    }

#wrapper {
    width: 100%;
}

.column-header {
    font-size: 6.7vw;
    margin-top: 2.6vh;
}

.column-text{
    font-size: 2.8vw;
    margin: 1vh 3vw;
}

.button2{
    font-size: 3vw;
    padding: 3vw;
}

.projects{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.our-projects {
    font-size: 9vw;
    padding: 5vw;
    padding-top: 5vh;
}

.column-project{
    width: 80%;
    display: block;
    margin-left: 25%;
    float: right;
    margin-right: 25%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    position: relative;
    left: 15.5vw;

}

.column-project h2 {
    font-size: 4vw;
    
}

.column-project p {
    font-size: 2.5vw; 
}

.column-project button {
    font-size: 3.5vw;
    margin-top: 3vh;
}

#footer h3 {
    font-size: 2.5vw;
}

#footer p, a {
    font-size: 1.7vw;
}

#footer img {
    height: auto;
    width: 21%;
    padding: 0;
    position: relative;
    right: 0.5vw;
    top: 1vh;
}

.about-text h3{
    font-size: 2.3vw;
}

#volunteer-form fieldset .big-box{
    width: 75vw;
}

#volunteer-form fieldset .small-box{
    width: 75vw;
}

#volunteer-form .answer{
    padding: 10px;
}

#volunteer-form select{
    padding: 10px;
}

.about-text blockquote{
    padding: 5vw;
}

.text-inside-image{
    bottom: 35.5vw;
    font-size: 2vw;
    left: 1.3vw;
}

.date{
    font-size: 8vw;
}

.event-header{
    font-size: 5vw;
}

.event-description{
    font-size: 2.3vw;
}

.events-text h1{
    padding: 3vw 0;
}

.month-container{
    margin: 25px 0;
    border: 1vw inset rgb(219, 235, 197);
}

.events-text a{
    font-size: 2.3vw;
}

.slideshow-container {

    height: 49vw;
  }

.about-text .food-score {
    font-size: 2.3vw;

}

.logo{
    width: 13em;
    height: 8em;
    position: relative;
    bottom: 5px;
    right: 12px;
}


/*.about-text h1{
    font-size: 7vw;
}*/
}


 
