*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
/* Navigation Bar */
#nav{
    width: 100%;
    height: 10vh;
    position: sticky;
    top: 0px;
    background-color: black;
}
.navrap{
    width: 80%;
    margin: auto;
    /* background-color: aqua */
    height: 10vh;
}
.logo{
    position: absolute;
}
.logo img{
    height: 6vh;
    margin-top: 12px;
}
.logo h1{
    color: white;
    font-size: 55px;
    font-family:'Times New Roman', Times, serif;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 20px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: white;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
}
.menu ul li a:hover {
    border-bottom: 2px solid white;
}
/* Banner */
.ban{
    background-image: url(./7.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.banrap{
    width: 100%;
    height: 100vh;
}
.banrap1{
    padding-top: 140px;
    margin-left: 145px;
}
.info{
    width: 90%;
    height: 20vh;
}
.info h1{
    color: whitesmoke;
    text-align: center;
    font-size: 150px;
    font-family: 'Young Serif', 'serif';
    text-shadow: 0 8px 12px tomato;
}
.info h2{
    color:lawngreen;
    text-align: center;
    font-size: 70px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 0 4px 8px black;
}
/* Middle */
.mid{
    width: 100%;
    height: 265vh;
    background-color: floralwhite;
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 40px;
}
.midrap h1 a{
    text-decoration: none;
    color: black;
    font-family: 'Calistoga', 'serif';
}
.midrap h1{
    padding-top: 30px;
}
.midrap h1 a:hover{
    color:blue;
}
.midrap h2{
    color:darkmagenta;
    font-size: 80px;
    font-family: 'Rowdies', 'sans-serif';
}
/* Footer */
.foot1{
    width: 100%;
    height: 40vh;
    background-color:rgb(45, 19, 2);
}
.footrap1{
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    padding-top: 15px;
}
.box20{
    background-color: rgb(45, 19, 2);
    width: 100%;
    border: 1px solid rgb(45,19,2);
}
.box20 h1{
    color: whitesmoke;
    font-size: 70px;
    text-align: left;
    font-weight: bolder;
}
.box20 h3{
    color: yellow;
    font-size: 30px;
    font-weight: bolder;
    padding-top: 10px;
    text-align: left;
}
.box30{
    background-color: rgb(45, 19, 2);
    width: 100%;
    border: 1px solid rgb(45,19,2);
    margin-left: 20px;
}
.box30 h2{
    color: whitesmoke;
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
}
.box30 p {
    color: yellow;
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
    padding-top: 15px;
    text-decoration: none;
}
.box30 p a{
    text-decoration: none;
    color: yellow;
}
/* Footer */
.foot{
    width: 100%;
    height: 8vh;
    background-color: black;
}
.footrap{
    width: 80%;
    margin: auto;
}
.footrap h1{
    color: whitesmoke;
    font-size: 30px;
    text-align: center;
    padding-top: 12px;
}