*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
/* Navigation Bar */
#nav{
    width: 100%;
    height: 10vh;
    background-color: rgb(201, 4, 83);
    position: sticky;
    top: 0px;
}
.navrap{
    width: 80%;
    margin: auto;
    /* background-color: aqua; */
    height: 10vh;
}
.logo{
    position: absolute;
}
.logo img{
    height: 9vh;
    padding-top: 15px;
}
.logo h1{
    color: white;
    font-size: 52px;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 20px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: whitesmoke;
    text-decoration: none;
    padding-left: 25px;
    font-size: 25px;
    font-weight: bolder;
    padding-right: 25px;
}
.menu ul li a:hover{
    background-color:black;
    border-radius: 5px;
}
/* Banner */
.ban{
    background-image: url(./ban2.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
}
.banrap{
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right,rgba(0,0,0,0.4),rgb(0, 0, 0));
}
.banrap1{
    padding-top: 250px;
    margin-left: 280px;
}
.info{
    width: 80%;
    height: 30vh;
    box-shadow: 0 4px 8px 0 rgba(230, 24, 34, 0.955), 0 6px 20px 0 rgba(236, 8, 8, 0.811);
    border: 5px solid whitesmoke;
}
.info h1{
    color: white;
    text-align: center;
    font-size: 75px;
    font-family: 'Merriweather', 'serif';
}
.info h2{
    color: white;
    text-align: center;
    font-size: 40px;
    font-family:'Times New Roman', Times, serif;
    padding-top: 15px;
    font-weight: bolder;
}


/* middle*/
.mid{
    width: 100%;
    height: 100vh;
    background-color: whitesmoke;
}


.midrap{
    width: 80%;
    height: 10vh;
    margin: auto;
    margin-left: 110px;
    display:grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap:40px;
    grid-row-gap:30px;
    padding-top: 55px;
}
.box img{
    width: 40vh;
    height: 40vh;
}
/* Middle */
.mid1{
    width: 100%;
    height: 350vh;
    background-color: white;
}
.midrap1{
    width: 80%;
    margin: auto;
    padding-top: 55px;
}
.midrap1 h1{
    color: black;
    text-align: center;
    font-size: 60px;
    font-family: 'Merriweather', 'serif';
}
.midrap1 h2{
    color: red;
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
    font-family: 'Merriweather', 'serif';
    padding-top: 20px;
}
.midrap1 h3{
    color: black;
    font-size: 25px;
    font-family: 'Merriweather', 'serif';
    padding-top: 40px;
}
.midrap1 h4{
    color: black;
    font-size: 25px;
    font-family: 'Merriweather', 'serif';
    padding-top: 10px;
}
/* Footer */
.foot{
    width: 100%;
    height: 55vh;
    background-color: rgb(96, 1, 33);
}
.footrap{
    width: 100%;
    height: 55vh;  
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
}
.box200{
    margin-left: 60px;
}
.box200 img{
    height: 20vh;
    margin-top: 60px;
    margin-left: 130px;
}
.box200 h1{
    font-family: 'Times New Roman', Times, serif;
    color: whitesmoke;
    text-align: center;
    font-size: 50px;
}
.box200 h2{
    font-size: 25px;
    text-align: center;
    color: whitesmoke;
}
.box210{
    margin-right: 50px;
    margin-top: 50px;
}
.box210 h1{
    font-size: 30px;
    color: whitesmoke;
    text-align: center;
    padding-top: 70px;
}
.box210 h2{
    font-size: 30px;
    color: whitesmoke;
    text-align: center;
    padding-top: 10px;
}
.box220{
    margin-top: 30px;
    margin-right: 100px;
}
.box220 h1{
    color: whitesmoke;
    font-size: 35px;
    text-align: center;
    padding-top: 70px;
}
.box220 h2{
    color: whitesmoke;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
}
.box220 h2 a{
    text-decoration: none;
    color: whitesmoke;
}
/* Footer */
.foot2{
    width: 100%;
    height: 6vh;
    background-color: rgb(248, 109, 248);
}
.footrap2{
    width: 70%;
    margin: auto;
}
.footrap2 h1{
    text-align: center;
    color: whitesmoke;
    font-size: 28px;
    padding-top: 6px;
}