* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Navigation Bar */
#nav {
    width: 100%;
    height: 10vh;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(121, 170, 16));
}

.navrap {
    width: 80%;
    margin: auto;
}

.logo {
    position: absolute;
}

.logo h1 {
    font-size: 55px;
    margin: auto;
    color: white;
    margin-top: 5px;
    margin-left: 50px;
    padding-left: 25px;
    font-style: oblique;
}

.logo img {
    height: 8vh;
    border-radius: 20px;
    border: 2px solid white;
}

.menu {
    float: right;
    padding-top: 35px;
}

.menurap ul li {
    display: inline;
}

.menurap ul li a {
    color: green;
    font-style: oblique;
    background-color: white;
    border-radius: 15px;
    border: 4px solid green;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
}

.menurap ul li a:hover {
    border-bottom: 4px solid white;
    border-radius: 15px;
    color: white;
    background-color: greenyellow;
}

/* banner */
.ban {
    width: 100%;
    height: 85vh;
    background-image: url(./ban2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
}

.banrap {
    width: 100%;
    height: 85vh;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9));
}

/* middle*/
.mid {
    width: 100%;
    height: 80vh;
}

.midrap {
    width: 100%;
    margin: auto;
}

.box1 {
    display: grid;
    grid-template-columns: auto auto auto;
}

#image1 {
    width: 100%;
    height: 85vh;
}
.box2 {
    display: grid;
    grid-template-columns: auto auto;
    background-color: black;
}
.box3 img {
    width: 100%;
    height: 42vh;
}

.box3 p {
    color: white;
    text-align: justify;
    text-align: center;
}

.box3 h6 {
    padding-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: aliceblue;
}

.box3 h1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    color: aliceblue;
}

.box4 img {
    width: 100%;
    height: 84.5vh;
}
.foot {
    width: 100%;
    height: 60vh;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(121, 170, 16));
}

.footrap {
    width: 70%;
    height: 30vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 100px;
    grid-row-gap: 25px;
    padding-top: 70px;
}

.box10 img {
    width: 20%;
    height: 10vh;
    border: 2px solid white;
    border-radius: 15px;
    padding: 3px;
}

.box10 h1 {
    margin: auto;
    color: white;
}
.box10 h1 u {
    font-family: 'Dancing Script', 'cursive';
    font-family: 'Pacifico', 'cursive';
}

.box10 p {
    color: white;
    font-size: 30px;
}

.box10 p {
    font-family: 'Dancing Script', 'cursive';
    font-family: 'Pacifico', 'cursive';
}

.box11 p {
    padding: 7px;
    font-size: 20px;
}

.box11 p a {
    text-decoration: none;
    color: white;
}

.foot1 {
    width: 100%;
    height: 10vh;
    background: linear-gradient(to right, rgb(121, 170, 16), rgb(0, 0, 0));
}

.footer1 {
    width: 80%;
    margin: auto;
}

.logo2 h1 {
    font-size: 25px;
    text-align: center;
    color: white;
    padding-top: 25px;
    padding-left: 25px;
    font-style: oblique;
}