* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
#nav {
    width: 100%;
    height: 8vh;
    background-color: bisque;
}

.navrap {
    width: 90%;
    margin: auto;
    padding-top: 5px;
}

#nav h1 {
    font-size: 150%;
    color: green;
    margin-left: 35%;
}

/* navigation bar 2 */
#nav1 {
    width: 100%;
    height: 10vh;
}

.navrap1 {
    width: 80%;
    margin: auto;
}

.logo img {
    width: 100%;
    height: 09vh;
    color: green;
}

.logo {
    position: absolute;
}

.menu {
    /* float: right; */
    margin-top: 30px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: rgba(0, 128, 0, 0.9);
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/*  banner 3*/
.ban3 {
    width: 100%;
    height: 70vh;
    background-image: url(pubban1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.banrap3 {
    width: 10vh;
    height: 10vh;
}

.mid4 {
    width: 100%;
    height: 100%;
    font-size: 10vh;
    color: rgba(0, 128, 0, 0.9);
    text-align: center;
}

.midrap4 {
    width: 80%;
    margin: auto;
}

.mid5 {
    width: 100%;
    height: 100%
}

.midrap5 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.midrap5 {
    background-color: #326224;
}

/* footer */
.foot {
    width: 100%;
    height: 40vh;
    background-image: url(./footer.jpg);
    background-size: 100%;
    background-repeat: no-repeat;

}

.footrap {

    width: 100%;
    height: 40vh;
    color: green;
    background-color: rgb(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.box1 {
    float: left;
    margin-top: 10vh;
    margin-left: 10%;

}

.box1 ul li {
    display: list-item;
    list-style-type: none;
}

.box1 ul li a {
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;

}