*{
    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: 20vh;
    background: white;
}
.navrap{
    width: 80%;
    margin: auto;
}
.logo{
    position: absolute;
}
.logo img{
    height: 20vh;
}
.menu{
    float: right;
    margin-top: 10px;
    padding-right:60px ;
}
.menurap{
    border-radius: 15px;
    padding: 45px;
} 
.menurap ul li{
    display: inline;
}
.menurap ul li a{
    color:  grey;
    text-decoration: none;
    font-size: 20px;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding: 15px; 
}
.menurap ul li a:hover{
    color: orange;
    border-bottom: 1px solid orangered;
    /* padding: 5px; */
}
/* banner */
.ban{
    width: 100%;
    height: 90vh;
    background-image: url(dragon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.banrap{
    width: 100%;
    height: 90vh;
    background-color: rgba(0, 0, 0, 0.3);
}
.banrap1{
    float: right;
    margin-top: 200px;
    margin-right: 400px; 
    margin-left: 100px;
}
.name{
   text-align: center;
}
.name h1{
    color: aliceblue;
    font-size: 70px;
    text-align: center;
}
.name h2{
    color: aliceblue;
    font-size: 55px;
    text-align: center;
}
.name p{
    font-size: 25px;
    color: aliceblue;
    text-align: center;
    padding-top: 20px;
}
/* middle */
.midrap6{
    width: 80%;
    padding-top: 30px;
}
.midrap6 h1{
    text-align: center;
    color: rgb(107, 117, 146);
    padding-left: 260px;
}
.midrap6 p{
    text-align: justify;
    padding-top: 15px;
    font-size: 20px;
    color: gray;
    padding-left: 290px;
}
.midrap7{
    width: 90%;
    padding-top: 30px;
    padding-left: 150px;
}
.box20{
    height: 80vh;
    background-image: url(d47.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.midrap8{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    margin-top: 40px;
    padding-bottom: 30px;
}
.box21{
    width: 90%;
    height: 50vh;
    background-image: url(d48.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box21 p{
    color: white;
    font-weight: bolder;
    padding-top: 295px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px; 
}
.box21 :hover{
    background-color: rgba(0, 0, 0, 0.7);
    color: wheat;
}
.box22{
    height: 50vh;
    background-image: url(d49.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box22 p{
    color: white;
    font-weight: bolder;
    padding-top: 295px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.box22 :hover{
    background-color: rgba(0, 0, 0, 0.2);
    color: wheat;
}
.box23{
    width: 90%;
    height: 50vh;
    background-image: url(d50.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box23 p{
    color: white;
    font-weight: bolder;
    padding-top: 298px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.box23 :hover{
    background-color: rgba(0, 0, 0, 0.7);
    color: wheat;
}
.box24{
    padding-top: 180px;
}
.box24 p{
    text-align: center;
    font-size: 30px;
    color: blue;
}
.box24 a{
    text-decoration: none;
}
.box24 :hover{
    color: darkblue;
}
.midrap9{
    width: 80%;
    padding-top: 30px;
}
.midrap9 h1{
    text-align: center;
    color: rgb(107, 117, 146);
    padding-left: 260px;
}
.midrap10{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-top: 40px;
    padding-bottom: 30px;
    /* padding-left: 100px; */
}
.box25{
    width: 95%;
    height: 75vh;
    background-image: url(howtotrainyourdragon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box26{
    width: 105%;
    height: 75vh;
    background-image: url(d23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -20px;
}
.box27{
    width: 113%;
    height: 75vh;
    background-image: url(d24.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.box28 p{
    text-align: left;
    padding-top: 5px;
    color: rgb(8, 136, 93);
    font-weight: bolder;
    font-size: 14px;
} 
.box28 a{
    text-decoration: none;
}
.box28 p:hover{
    color: aqua;
}
.box29 p{
    text-align: left;
    padding-top: 5px;
    color: rgb(8, 136, 93);
    font-weight: bolder;
    font-size: 14px;
} 
.box29 a{
    text-decoration: none;
}
.box29 p:hover{
    color: aqua;
}
.box30 p{
    text-align: left;
    padding-top: 5px;
    color: rgb(8, 136, 93);
    font-weight: bolder;
    font-size: 14px;
} 
.box30 a{
    text-decoration: none;
}
.box30 p:hover{
    color: aqua;
}
.midrap11{
    padding-top: 40px;
    padding-bottom: 40px;
}
.midrap11 p{
    color: blue;
    text-align: center;
    font-size: 30px;
}
.midrap11 a{
    text-decoration: none;
}
.midrap11 a :hover{
    color: darkblue;
}
.midrap12{
    width: 80%;
    padding-top: 30px;
}
.midrap12 h1{
    text-align: center;
    color: rgb(107, 117, 146);
    padding-left: 260px;
}
.midrap12 p{
    text-align: justify;
    padding-top: 15px;
    font-size: 20px;
    color: gray;
    padding-left: 290px;
}
.midrap13{
    width: 85%;
    padding-top: 40px;
    padding-left: 200px;
}
.midrap14{
    padding-top: 30px;
}
.box60{
    width: 85%;
    padding-left: 200px;
}
.box60 img{
    width: 20%;
    height: 40vh;
}
.box50{
    height: 70vh;
    background-image: url(l1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 100px;
}
.midrap{
    width: 100%;
}
.midrap p{
    font-size: 35px;
    color: rgb(90, 85, 85);
    font-weight: lighter;
    /* text-align: center; */
    padding-top: 30px;
    padding-left: 100px;
    /* padding-bottom: 30px; */
}
.midrap1{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
    grid-column-gap: 150px;
    grid-row-gap: 20px;
    margin-top: 40px;
    padding-bottom: 30px;
}
.box{
    width: 100%;
    height: 50vh;
    background-image: url(d1.jpg);
    background-repeat: no-repeat;
    background-position: -60px;
}
.box1{
    width: 100%;
    height: 50vh;
    background-image: url(pic.jpg);
    background-repeat: no-repeat;
    background-position: -20px;
}
.box2{
    width: 95%;
}
.box2 h2{
    font-size: 30px;
    font-weight: lighter;
    color: grey;
}
.box2 p{
    font-size: 18px;
    font-weight: lighter;
    padding-top: 10px;
}
.box3{
    width: 100%;
}
.box3 h2{
    font-size: 30px;
    font-weight: lighter;
    color: grey;
}
.box3 p{
    font-size: 18px;
    font-weight: lighter;
    padding-top: 10px;
}
.box4{
    width: 30%;
    background-color: orangered;
}
.box4 p{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: aliceblue;
}
.box4 a{
    text-decoration: none;
}
.box4 :hover{
    background-color: orange;
    color: orangered;
}
.box5{
    width: 30%;
    background-color: orangered;
}
.box5 p{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: aliceblue;
}
.box5 a{
    text-decoration: none;
}
.box5 :hover{
    background-color: orange;
    color: orangered;
}
.box6{
    width: 100%;
    height: 50vh;
    background-image: url(d3.jpg);
    background-repeat: no-repeat;
    background-position: -60px;
}
.box7{
    width: 100%;
    height: 50vh;
    background-image: url(haiku1.jpg);
    background-repeat: no-repeat;
    background-position: -20px;
}
.box8{
    width: 100%;
}
.box8 h2{
    font-size: 30px;
    font-weight: lighter;
    color: grey;
}
.box8 p{
    font-size: 18px;
    font-weight: lighter;
    padding-top: 10px;
}
.box9{
    width: 100%;
}
.box9 h2{
    font-size: 30px;
    font-weight: lighter;
    color: grey;
}
.box9 p{
    font-size: 18px;
    font-weight: lighter;
    padding-top: 10px;
}
.box10{
    width: 100%;
    height: 50vh;
    background-image: url(pic2.jpg);
    background-repeat: no-repeat;
    background-position: -60px;
}
.box11{
    width: 100%;
    height: 50vh;
    background-image: url(pic3.jpg);
    background-repeat: no-repeat;
    background-position: -20px;
}
.box12{
    width: 95%;
}
.box12 h2{
    font-size: 30px;
    font-weight: lighter;
    color: grey;
}
.box12 p{
    font-size: 18px;
    font-weight: lighter;
    padding-top: 10px;
}
.box13{
    width: 100%;
}
.box13 h2{
    font-size: 30px;
    font-weight: lighter;
    color: grey;
}
.box13 p{
    font-size: 18px;
    font-weight: lighter;
    padding-top: 10px;
}
.midrap50{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-top: 40px;
    background-color: black;
}
.box100{
    margin-top: 30px;
}
.box100 p{
    color: white;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 25px;
    text-align: center;
}
.box100 a{
    text-decoration: none;
}
.box100 :hover{
    color: goldenrod;
} 
.box101{
    padding-top: 20px;
    padding-left: 100px;
}
.box102{
    margin-top: 30px;
    padding-right: 100px;
}
.box102 h2{
    color: white;
    text-align: center;
    font-size: 35px;
}
.box102 p{
    padding-top: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
}



