Team:XJTLU-CHINA/Part/css

.firstPage{

   height: 683px;

}

.firstPageBg{

   width: 100%;
   height: 100%;
   position: absolute;
   background-position: center center;
   background-size: cover;
   background-image: url(ImageXJTLU15/PartImg1.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: navy;
   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;

}

.thirdPage{

   height: 683px;

}

.thirdPageBg{

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

}

.thePartLink{

   text-decoration: none; padding: 50px; background-color: #1b6d85; color: #080808;
   font-weight: 600;
   border-radius: 15px;
   font-size: 30px;

}

.thePartLinkBox{

   text-align: center; padding-top: 260px;

}

.thePartLinkBox a:hover{

   opacity: .8;

}