*{
    margin: 0px;
    padding: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-sizing: border-box;
}
/* navigation bar */
#nav{
    width: 100%;
    height: 10vh;
    background: rgb(20, 4, 160) ;
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo img{
    height: 10vh;
}
.menu{
    float: right;
    margin-top: 10px;
    padding-right:60px ;
}
.menurap{
    border-radius: 15px;
    padding: 10px;
}
.menurap ul li{
    display: inline;
}
.menurap ul li a{
    color: white;
    text-decoration: none;
    font-size: 13px;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding: 5px; 
}
.menurap ul li a:hover{
    color: antiquewhite;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    /* padding: 5px; */
}
/* banner */
.ban{
    width: 100%;
    height: 80vh;
    background-image: url(cu4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.banrap{
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.7); 
}
.banrap1{
    float: right;
    margin-top: 200px;
    margin-right: 400px; 
    margin-left: 100px;
}
.name{
    padding-left: 150px;
}
.name h1{
    color: aliceblue;
    font-size: 65px;
    text-align: center;
}
.name p{
    font-size: 40px;
    color: aliceblue;
    text-align: center;
}

/* middle */
.midrap{
    padding-top: 40px;
    padding-left: 180px;
}
.box402{
    width: 80%;
    background-color: rgb(86, 43, 126);
    padding-left: 10px;
    padding-right: 10px;
}
.box402 h1{
    font-size: 25px;
    text-align: center;
    color: aliceblue;
    padding-top: 10px;
}
.box402 p{
    text-align: center;
    color: aliceblue;
    padding-top: 20px;
    padding-bottom: 10px;
}
.box403{
    width: 80%;
    height: 70vh;
    padding-top: 10px;
    background-image: url(rowing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutrap{
    width: 100%;
    margin: auto; 
    display: grid; 
    grid-template-columns: auto auto auto auto auto auto ;
    /* display: inline;
    float: center;
    text-decoration: none; */
    border-top: 10px;
    grid-column-gap: 70px; 
    /* grid-row-gap: 15px; */
    margin-top: 50px; 
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(61, 61, 177);
}
.box600{
    color: aliceblue;
    font-weight: bold;
}
.box600 p:hover{
    color: blue;
}
.addressrap{
    width: 100%;
    background-color:rgb(61, 61, 177) ;
    padding-bottom: 20px;
}
.addressrap p{
    text-align: center;
    font-weight: lighter;
    color: aliceblue;
}