*{
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    /*font-size: 10px;*/
    font-size: 10px;
    
    
}
html{
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
}

.clr{
clear: both;
}
body{
  /* background: #939b9e; */
  /* background: #a5a8aa; */
  /* background: #f0f0f0; */
  /*linear-gradient(50deg, #4c4c4c 0%, #4a5455 30%, #939b9e 55%);*/
  /* margin: auto; */
  
}

@media only screen and (min-width: 650px){
  .MainPageBodyBackground{
  /* max-width: 800px; */
  background-color: #646464;
  }
  .MainPageBody {
    max-width: 700px;
    margin: auto;
    width: auto;
    background-color: #f0f0f0;
  }

}






/* Language  button */

.lanButton {
  /* background-color: rgb(41, 41, 41); */
  border: none;
  color: white;
  padding: 0.1rem 0.1rem;
  position: relative;
  left: 62vw;
  top: -5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 3.5vw;
  font-weight: bold;
  /* margin: 4px 2px; */
  cursor: pointer;
}
@media only screen and (min-width:700px){
  .lanButton {
    left: 425px;
    /* top: -px; */
    font-size: 25px; 
    font-weight: bold;
    padding: 10px;
  }

}


#chineseH1{
  margin: 10px;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
}
@media only screen and (min-width:700px){
  #chineseH1 {
    font-size: 35px; 
    text-align: center;
    font-weight: bold;

  }

}





#subArea {
  vertical-align: text-top;
  font-size: 75%;
}

/* Top header and Logo ------------ */
.topLeftLogo{
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  top: 0.2rem;
  /* padding: 1rem; */
  
  width: 25%;
}
#navbar1{
  overflow: hidden;
  background-color: rgb(26,26,26);
  top: 0;
  width: 100%; 
}




/* Style the navbar ------------ */
#navbar {
  overflow: hidden;
  background-color: #333;
  text-align: center;
  padding: 1rem 0;
  
}


/* Navbar links */
#navbar a {
  
  display: block-inline;
  color: #f2f2f2;
  text-align: center;
  font-size: 3.5vw;
  padding: 1vw;
  text-decoration: none;
}
@media only screen and (min-width:700px){
  #navbar a {
    font-size: 25px;
    padding: 10px;
  }

}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.stickyNavBar {
  position: fixed;
  top: 0;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width:700px){
  .stickyNavBar {
    width: 700px;
  }
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.jumpAnchor{
  
    content: "";
    display: block;
    height: 60px; /* fixed header height*/
    margin: -60px 0 0; /* negative fixed header height */
  

}





.top-header{
    float: left;
    font-size: 1.5rem;
    margin: 1rem 0.5rem;
    color: #fff;

}
.Lbtn{
    float: right;
    margin-top: 1rem;
    background-color: #d1c1c17a;
    border: #4c4c4c 1px solid; 
    color: #fff;
    border-radius: 0.5rem;

}
/* .container{
     
} */

.header-info{
    
    /* display: block; */
    background: url(../img/XiaoO.jpg)  no-repeat center center/cover ;
    min-height: 50vh;
    min-width: 50vh;  
    margin: auto;
    margin-top: -1rem;
    margin-left: -1rem;

    
    /* background-size: cover; */
    /* height: 50%; */
    /* width: 100vh; */
    /* overflow: hidden; */
    
}

.profilePic{
    display: block;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 0.5rem;
  
  
    
    width: 20% ;
    /* border-style: none; */
    border-radius: 50%;
    
    /* padding: 2rem 0rem 2rem 0rem; */
    /* border: 5px solid #cccccc; */
    
}









/*slideshow*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
 
}

/* Hide the images by default */
.mySlides2 {
  display: none;
 
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -25%;
  padding: 20% 1% 20% 1%;
  /*padding: 5rem 0.5rem 5rem 0.5rem;*/
  color: white;
  font-weight: bold;
  font-size: 300%;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #eeebeb;
  font-size: 1.5rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 4.5%;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dotLoc{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  top:95%;
  transform: translateX(-50%)
}

.dot {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  margin: 0 0.1rem;
  background-color: #bbb;
  border-radius: 50%;
  border-color: #fff;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot2 {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  margin: 0 0.1rem;
  background-color: #bbb;
  border-radius: 50%;
  border-color: #fff;
  display: inline-block;
  transition: background-color 0.6s ease;
}



.active, .dot:hover {
  background-color: #717171;
  
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*  About ============================*/

#Pheader {
  text-align: center;
  font: bold;
  font-size: 2.2rem;
  color: #fff;
  /* margin: 0.2rem 0.5rem; */
  /* padding: 10px 20px; */
}


.artical-header{
  color: #4c4c4c;
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-left: 0.5rem;
  margin-bottom: 0rem;
  margin-right: 0;
}
.artical{
  color: #4c4c4c;
  font-size: 1.5rem;
  margin: 0.1rem 0.5rem;
  /* padding: 10px 20px; */
      
}

.bolded{
  font-weight: bold; 
  font-size: 1.8rem;
}

.bold{
  font-weight: bold;
  font-size: 100%;
}

.about-p{
  color: #363636;
  margin: 0 0.5rem 0 0.5rem;
  font-size: 1.5rem;
  
}

.aboutList {
  display: block;
  list-style-type: disc;
  border-color: #ccc;
  margin-top: -1rem;
  margin-bottom: 0rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 30px;
  
}
.aboutList2 {
  display: block;
  list-style-type: disc;
  border-color: #ccc;
  margin-top: -2rem;
  margin-bottom: 0rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 30px;
  
}

.aboutListP{
  font-size: 1.2rem;
}


/* Couch info ========================*/



.couchContainer{
  display: table;
  width: 100%;
}
.couchRow{
  display: table;
  width: 100%;
}

.couchColumn {
  float: left;
  width: 25%;
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding: 0 .4rem 0 0.4rem;
  /* float: none; */
  display: table-cell;
  vertical-align: top;
  
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650rem) {
  .couchColumn {
    width: 50%;
    height: auto;

    /* display: block; */
  }
}

/* Add some shadows to create a card effect */
.couchCard {
  /* background-color: #939b9ec4; */
  background-color: #d1d1d1e8;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  /* display: table; */
}

/* Some left and right padding inside the container */
.couchContainer {
  padding: 0 16px;
}

/* Clear floats */
.couchContainer::after, .couchRow::after {
  content: "";
  clear: both;
  display: table;
}

.spacer{
  padding: 1rem;
}
.Round{
  /* height: auto;
  width: 100%;
  outline-width: 10rem;
  border-radius: 50%;
  border-width: 2rem;
  padding: 0 1.6rem;
  text-align: center; */
  /* background-position: 100%; */
  display:block;
  width: 70%;
  height: auto;
  background-size: cover;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #232a35;

  
  
}

.title {
  /* color: grey; */
  color: #4c4c4c;
  font-weight: bold;
  font-size: 1.1rem;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

.pCard{
  font-size: 1rem;
}


/* Schedual ---------------- */

.Schedule{
  width: 95%;
  height: auto;
  /* padding: 0.5rem; */
  margin: 0 1rem; /* Center */
  /* margin: 1rem; */
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);

}

/* Schedual end*/

 /* Location -------------  */

.Location{
  width: 100%;
  height: auto;
  /* margin-bottom: 1rem; */
}

/* .Lrow{
  padding-bottom: 35rem;
  
} */




.Lcolumn {
  /* float: left; */
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650rem) {
  .Lcolumn {
    width: 100%;
    height: auto;
    display: block;

  }
}

/* Add some shadows to create a card effect */
.Lcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #d1d1d1e8;
  
}

/* Some left and right padding inside the container */
.Lcontainer {
  padding: 0 16px;
}

/* Clear floats */
.Lcontainer::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.Lspacer{
  padding: 1.0rem;
}


.Ltitle {
  /* color: grey; */
  color: #4c4c4c;
  font-weight: bold;

}



/* Location ------------- end */

/* Classes ----------------- */
.Class {
  border: 0.2rem solid #bbb; /*  border */
  width: 97%;
  border-radius: 0.7rem; /* Rounded border */
  
  
  margin: 0 auto; /* Center */
  max-width: 1200px;
}

.classContainer {
  padding: 0.2rem 1.2rem;
  background-color: #f1f1f1;
  /* background-color: #d1d1d1e8; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  border-radius: 0.6rem; /* Rounded border */
}

.classContainerImg{
  border-radius: 0.8%; 
  width:100%;
  padding: 0 0.1rem;
}



.classbolded{
  font-style: bold;
  font-size: 1.4rem;
}

.classH{
  font-size: 1.4rem;
}

.classP{
  font-size: 1.2rem;
}

/* Classes ----------------- end */












#main-footer{
  background-color: #ccc;
  /* margin-top: 10rem; */
  text-align: center;
  /* margin: 0rem -0.5rem; */
  width: 100%;
}
.contact{
  
  /* margin: 3rem 0rem;  */
  font: bold;
  font-size: 1.5rem;
  padding: 0.2rem 0rem;
}
.contact-info{
  font-size: 1.5rem;
}
.contact-infoB{
  font: bold;
  font-size: 1.5rem;
}

.contactDiv {
  display: block;
  background-color: #3c3c3c ;
  border: 0.2rem 0 0 0  solid #bbb; /*  border */
  width: 100%;
  border-radius: 0.7rem; /* Rounded border */
  
  
  margin: 0 auto; /* Center */
  /* max-width: 1200px; */
}

.contactContainer {
  padding: 0.2rem 1.2rem;
  background-color: #f1f1f1;
  /* background-color: #d1d1d1e8; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  border-radius: 0.1rem; /* Rounded border */
}

#instagramIcon {
  padding: 0.1rem;
  /* font-size: 2.3rem; */
  width: 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: #8a3ab9;
}

#wechatIcon{
  /* font-size:2.5rem; */
  padding: 0.1rem;
  color:#7BB32E;
  }
#WechatID{
  text-decoration: none;
  font-size: 1.8rem;
  color: #000;

}

#mobileIcon{
  padding: 0.1rem;
  /* background: #3B5998; */
  /* font-size: 2.3rem; */
  /* width: 50px; */
  /* text-align: center; */
  /* text-decoration: none; */
  /* border-radius: 50%; */
}

#EmailIcon{
  /* font-size: 2.3rem; */
}

/* Style all font awesome icons */
.fab {
  font-size: 2.3rem;
  /* padding: 10px; */
  /* font-size: 20px; */
  /* width: 30px; */
  text-align: center;
  text-decoration: none;
  
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
#facebookIcon {
  padding: 1rem;
  /* font-size:2.3rem; */
  /* background: #3b5998; */
  color: #3b5998;
  /* color: white; */
  /* border-radius: 25%; */

}









/*****************************************************************************/
/* Lineage page*/



/* Top header and Logo ------------ */
.lineagetopLogo{
  position: relative;
  margin-top: 0.5rem;
  margin: 0.5rem auto;
  
  width: 25%;
  text-align: center;
}
#lineagenavbar1{
  overflow: hidden;
  background-color: rgb(26,26,26);
  top: 0;
  width: 100%; 
}

.lineagBack {
  cursor: pointer;
  position: absolute;
  text-decoration: none;
  width: auto;
  padding: 0.1vw 1vw;
  margin: 0.7vw 1vw;
  color: white;
  font-weight: bold;
  font-size: 5vw;
}
@media only screen and (min-width: 750px){
  .lineagBack {
    padding: 0.6px 6px;
    margin: 1.7px 6px;
    font-size: 36px;
  }

}





.lineagePage{
  background-color: #4c4c4c;
  background: linear-gradient(50deg, #4c4c4c 0%, #4a5455 30%, #939b9e 55%);
}

.L.ONDE_KOMA{
    
  /* display: block; */
  background: #4c4c4c ;
  min-height: 50vh;
   min-width: 50vh;  
  margin: auto;
  margin-top: -1rem;
  margin-left: -1rem;

  
  /* background-size: cover; */
  /* height: 50%; */
  /* width: 100vh; */
  /* overflow: hidden; */
  
}

.Lineage_pic{
  display: block;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 0.5rem;

  width: 60% ;
  /* border-style: none; */
  border-radius: 2%;
  
  /* padding: 2rem 0rem 2rem 0rem; */
  /* border: 5px solid #cccccc; */
  
}


/*************************************END****************************************/

/**************************************Aj page***************************************/
/* Aj  page  */
 @media only screen and (min-width: 650px){
  .AjPageBodyBackground{
  /* max-width: 800px; */
  background-color: #646464;
}
.AjPageBody {
  max-width: 700px;
  margin: auto;
  width: auto;
  background-color: #f0f0f0;
}

}



.AjHeroImage {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */

  /* background: url(../img/Ajbackground.jpg)  no-repeat center center/cover ; */
  background-image: url(../img/Ajbackground.jpg) no-repeat center center/cover ;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Ajbackground.jpg) ; */
  
  min-height: 50vw;
  min-width: 2vw;  
  margin: auto;
  /* margin-top: 0rem;
  margin-left: 0rem; */
  width: auto;

  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/11.jpg) ; */
  /* background: url(../img/11.jpg); */
  /* background: url(../img/11.jpg)  no-repeat center center/cover ; */

  /* Set a specific height */
  height: -100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  position: relative;
}
@media only screen and  (min-width: 450px){
  .AjHeroImage {
    background: url(../img/Ajbackground.jpg) no-repeat center center/cover ;
    /* background-image: url(../img/Ajbackground.jpg) no-repeat center center/cover ; */
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Ajbackground.jpg) ; */
    background-size: 100%;
    max-height: 350px;
    max-width: 700px;
    
    /* min-height: 20vw;
    min-width: 1vw;   */
    /* margin: auto; */
    /* width: auto; */
    /* height: -100%; */
  
    /* Position and center the image to scale nicely on all screens */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* position: relative; */
  }
}







.AjHeroImageBackground{
  margin: auto;
  /* width: 100vw; */
  width: 100%;
  /* max-height: 100vh; */
  /* max-width: 95.7vw; */
  /* background-size: contain; */
}
@media only screen and (min-width: 700px){
  .AjHeroImageBackground{
    max-height: 350px;
    max-width: 700px;
  }
}





/* Place text in the middle of the image */
.AjHeroText {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-125%, -25%);
  color: white;
}

.Ajbar{
  /* overflow: hidden; */
  position: relative ;
  display: block;
  background-color: rgb(26,26,26);
  top: 2.45rem;
  width: 100%; 
  /* height: 20vw; */
  min-height: 3.5rem;
  max-height: 4.5rem;
  margin-bottom: 5.5rem;
  z-index: 1;
  
}
@media only screen and (min-width: 700px){
  .Ajbar{
top: 5vw;
margin-bottom: 7vw;
max-height: 5.5rem;
  }
}

.AjHeroProfilePic{
  /* height: auto; 
  width: 100%;
  outline-width: 10rem;
  border-radius: 50%;
  border-width: 2rem;
  padding: 0 1.6rem;
  text-align: center; */
  
  display:block;
  width: 25%;
  top: -20px;
  max-width: 9rem;
  
  margin: -7vw 0 0 0.5rem;
  position: relative;
  border-radius: 50%;
  border: 2px solid #232a35;
  /* background-position: -50%; */
  z-index: 2;
    
}


.Ajpage-header{
  color: #4c4c4c;
  font-size: 2rem;
  margin-top: 2rem;
  margin-left: 0.5rem;
  margin-bottom: 0rem;
  margin-right: 0;
}

.Ajpage-p{
  color: #363636;
  margin: 0 0.5rem 0 0.5rem;
  font-size: 1.4rem;
  
}



/* Aj body picture */
.AjbodyPic {
  border: 0.2rem solid #bbb; /*  border */
  width: 97%;
  border-radius: 0.7rem; /* Rounded border */
  
  margin: 0 auto; /* Center */
  max-width: 1000px;
}

.AjbodyPicContainer {
  padding: 0.01rem 1.2rem;
  background-color: #f1f1f163;
  /* background-color: #d1d1d1e8; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  border-radius: 0.1rem; /* Rounded border */
}

.AjbodyImg{
  border-radius: 1%; 
  width:100%;
}

.AjbodyH_Top{
  display: none;
  color: #4c4c4c;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 0.5rem 0;
}

.AjbodyH_Bottom{
  color: #4c4c4c;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 0.5rem 0;
}


/*diaply and hide*/

.displayText{
  display: block;
}






/*****************************************************************************/