*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
/* Navigation Bar */
#nav{
    width: 100%;
    height: 10vh;
    background-color: darkmagenta;
    position: sticky;
    top: 0px;
}
.navrap{
    width: 80%;
    margin: auto;
    /* background-color: aqua; */
    height: 10vh;
}
.logo{
    position: absolute;
}
.logo img{
    height: 8vh;
    padding-top: 15px;
}
.logo h1{
    color: white;
    font-size: 55px;
}
.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(./2.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: 38vh;
    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: 340vh;
    background-color: white;
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 55px;
}
.midrap h1{
    color: black;
    text-align: center;
    font-size: 60px;
    font-family: 'Merriweather', 'serif';
}
.midrap h2{
    color: red;
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
    font-family: 'Merriweather', 'serif';
    padding-top: 20px;
}
.midrap h3{
    color: black;
    font-size: 25px;
    font-family: 'Merriweather', 'serif';
    padding-top: 40px;
}
.midrap h4{
    color: black;
    font-size: 25px;
    font-family: 'Merriweather', 'serif';
    padding-top: 10px;
}
/* Footer */
.foot{
    width: 100%;
    height: 55vh;
    background-color: rgb(178, 72, 107);
}
.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: darkmagenta;
}
.footrap2{
    width: 70%;
    margin: auto;
}
.footrap2 h1{
    text-align: center;
    color: whitesmoke;
    font-size: 28px;
    padding-top: 6px;
}