h1{
    
}
body{
    background-color: white;
}
   
h2{
    font-size: xx-large;
}
*{
   text-decoration: none;
}
.navbar{
    background: rgb(51, 207, 51); font-family; padding-right: 15px;padding-left: 15px;
}
.navdiv{
    display: flex; align-items: center; justify-content: space-between;
}
.logo a{
        font-size:  35px; font-weight: 600; color: white;
}
li{
    list-style: none; display: inline-block;
}
li a{
    color: white; font-size: 18px; font-weight: bold; margin-right: 25px;
}
button{
    background-color: black; margin-left: 10px; border-radius: 10px; padding: 10px;width: 90px;
}
button a{
    columns: white; font-weight: bold; font-size: 15px;
}
button{
    background-color: white; 
}


.photoam{
    box {
        border:8px solid;
        color: #000;
        }
}
        
.box:hover {
        color:purple;
        }

.festivalpic{
    border: 8px solid rgb(156, 213, 172);
    height: auto;
    width: 450px;
    padding: 15px;
    margin: 8px;
}

.november{
    border: 8px solid rgb(156, 213, 172);
    height: auto;
    width: 450px;
    padding: 15px;
    margin: 8px;
}

.december{
    border: 8px solid rgb(156, 213, 172);
    height: auto;
    width: 450px;
    padding: 15px;
    margin: 8px;
}

.mgt{
    border: 8px solid rgb(156, 213, 172);
    height: auto;
    width: 450px;
    padding: 15px;
    margin: 8px;
}

.slider{
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.slider img{
    width: 100%;
    display: none;
}
img.displaySlide{
    display: block;
    animation-name: fade;
    animation-duration: 1.5s;
}
.slider button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    padding: 10px 15px;
    background-color: hsla(0, 0%, 0%, 0.5);
    color: white;
    border: none;
    cursor: pointer;
}
.prev{
    left: 0;
}
.next{
    right: 0;
}
@keyframes fade {
    from {opacity: .5}
    to {opacity: 1}
}