body{
    background:lightgoldenrodyellow;

}
h2{
    color:black;
    text-align: center;
    font-size: 40px;
    text-decoration: underline;
}

h1{
    text-align: center;
    font-size: 45px;
}
h3{
    text-align: center;
    font-size: 35px;
}
h5{
    text-align: center;
    font-size: 35px;
 }
p{
    text-align: center;
    font-size: 25px;
    color:#555

}
h5{
    text-align: left;
    text-indent: 140px;
    text-decoration: #4B5320;
    font-size: 29px;
}

nav ul {
    background-color: #4B5320;
    border-style: solid;
    border-color: #F4A460;
    border-width: 2px;
    padding: 10px;
    justify-content: center;
    list-style-type: none;
    margin:0 15 px;
    display:flex;
    font-size: 30px;
    border-radius: 50px;
    }
nav ul li{
    margin:0 15px;
    color:#556B2F;
}
#LEB{
    width: 100%;
    height:500px;
}
 nav ul li a:hover{
    background-color:antiquewhite
    }

 nav ul li a {
    color:black;
    text-decoration: none;
    
 }
img{
    border:2px solid White;
 }
img:hover{
    border:2px dashed Navy;
}
.image-container{
    display:flex;
}
.imagebox{
    padding:5px;
    flex:1;
}
.imagebox img{
    width:100%;
    height: 258px;

}
#LEB:hover {
    animation-name: rollOver;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
#video{
    display:flex;
    height: 100vh; 
    justify-content: center;
    justify-items: center;
    align-items: center;

}


h5{
    
    padding:5px;
    left:20px;
}

.map{
    display:flex;
    align-items: center;
    gap:150px;
   
}

.map h5{
    margin-left: 20px;
}
.video{
    display:flex;
    align-items: center;
}
.video h5{
    margin-left:-90px;
    text-align: center;
}

.container{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
}
.item{
    text-align: center;
}
.item img{
    display: block;
    width: 500px;
    height:400px;
}




    
    
 
