Team:XJTLU-CHINA/Modeling/css

.firstPage{

   height: 683px;

}

.firstPageBg{

   width: 100%;
   height: 100%;
   position: absolute;
   background-position: center center;
   background-size: cover;
   background-image: url(ImageXJTLU15/ModelImg2XJTLU15.jpg);
   z-index: -999;

}

.secondPage{ }

.secondPageBg{

   height: 100%;
   width: 100%;
   position: relative;
   background-position: center center;
   background-size: cover;
   background-color: ghostwhite;

}

.overview{

   padding-top: 250px;

}

h1{

   color: black;
   font-size: 100px;
   font-weight: 800;
   position: absolute;

}

h2{

   margin-bottom: 50px;
   font-size: 65px;
   color: black;
   font-weight: 300;
   background-color: CornflowerBlue;
   padding: 20px;
   border-radius: 10px;

}

h3{

   margin-bottom: 50px;
   font-size: 35px;
   color: black;
   font-weight: 300;
   clear: left;
   background-color: aliceblue;
   padding: 20px;
   border-radius: 10px;

}

.lv1{

   margin-left: 15%;
   margin-right: 15%;

}

.lv2{

   line-height: 1.5;
   margin-bottom: 10px;
   margin-top: 10px;
   background-color: lightblue;
   padding: 20px;
   border-radius: 10px;

}

.lv3{

   line-height: 2;
   font-size: 18px;
   margin: 30px 0;
   clear: left;
   background-color: white;
   padding: 20px;
   border-radius: 10px;

}

.PageEnd{

   padding: 20px;
   clear: left;

}

.hpImgstyle3-1{

   width: 70%;
   height: 70%;
   margin-left: 15%;
   margin-top: 20px;
   margin-bottom: 20px;
   border-radius: 10px;

}

.hPImgStyle3Text{

   width: 65%;
   float: left;
   margin-left: 17%;
   margin-bottom: 50px;
   clear: left;
   text-align: center;
   background-color: RoyalBlue;
   padding: 5px;
   border-radius: 10px;

}

.modelImg{

   height: 100%;
   width: 100%;
   background-position: center center;
   background-size: cover;

}