/* RELATED INFOGRAPHIC COVER 800x421*/

.related-graphic .left {background-image: url("https://multimedia.scmp.com/infographics/news/china/article/3139331/ccp-100year-anniversary/img/cover.jpg");}
.related-graphic {background-color:rgb(227, 227, 227) ;}
body{
  background-color:rgb(227, 227, 227) ;
}

/* TOP MENU */
.swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 30%;
  right: -60px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}

.swiper-button-prev {
  position: absolute;
  top: 30%;
  left: -60px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
}

.swipper_wrap3 .swiper-button-prev{
 left: calc((100% - 1500px) /2);
 top: 50%;
 width: 55px;
 height: 55px;
 background-image: linear-gradient( to left,rgb(255 255 255 / 0),rgb(255 255 255) 20px );
}
.swipper_wrap3 .swiper-button-next{
  top: 50%;
  right: calc((100% - 1500px) /2);
  width: 55px;
  height: 55px;
  background-image: linear-gradient( to right,rgb(255 255 255 / 0),rgb(255 255 255) 20px );
}
.swipper_wrap3 .swiper-button-next:after, .swipper_wrap3 .swiper-button-prev:after{
  background-color: #ddd;
  padding: 10px;
  font-size:16px ;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 18px;
  color: black;
  padding: 12px;
  border-radius: 50%;
  background-color: white;
  line-height: 0.5;
}

#title-menu-all {
  position: fixed;
  z-index: 30;
  top: 45px;
  width: 100%;
  max-height: 0px;
  overflow:visible ;
  transition: max-height 0.5s;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 16%) 0 0 6px;
}
#title-menu-all.open {
  max-height: 60px;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#mySwiper3{
  max-width: 1500px;
}


.mySwiper3 .swiper-wrapper{
  margin: 20px 0px 20px 0px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.subMenu{
  cursor: pointer;
  /* margin: 20px; */
  text-align: center;
  line-height: 20px;

}
.subMenu a{
  color: #717171;
  line-height: 23px;
  font-size: 16px;
}
.subMenu.selected{
  font-weight: 600; 
}
.subMenu.selected a{
  color: #000;
}

/* .subMenu:nth-child(3),.subMenu:nth-child(4){
  grid-column: span 2;
} */
.subMenu a:hover{
  color: #EE3762 !important;
  opacity: 1;
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-top: -4px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}
button {
  color: #666;
  border: 1px solid #ccc;
  background-color: #eee;
  width: 220px;
}

.left-opaque {
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  width: calc((100% - 1500px) /2);
  background-color: #fff;
  z-index: 999;
}
.right-opaque {
  position: absolute;
  height: 60px;
  top: 0;
  right: 0;
  width: calc((100% - 1500px) /2);
  background-color: #fff;
  z-index: 999;
}
/* TOP MENU */

.cover {
  margin-bottom: 40px;
  margin-top: 150px;
}

header{
  z-index: 1500;
  box-shadow: 0 -1px 8px #000;
  border-bottom: 1px solid black;
    background-color:rgb(227, 227, 227) ;
}

header #title-readings {
  font-family: Merriweather,serif;
  font-weight: 900;
  position: relative;
  font-size: 20px;
  text-align: center;
  width: calc(100% - 444px);
  color: #303030;
  opacity: 1;
  transition: opacity .6s ease;
  display: block;
  top: 0;
  left: 0;
  margin: 7px 12px;
  cursor: pointer;
  z-index: 300;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 32px;
  padding: 0;
  user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  word-spacing: 10px;
}

.intro a {color: #EE3762;}
.intro a:hover{
  color: #EE3762;
    
}

.arrow-down{display: inline-block;}

header #title-readings img{width:18px;height: auto;}

header #title-pack{max-width: 100%;}

.directLink{
  font-family:Roboto !important;
  font-weight:400 !important;
  color:#EE3762 !important;
  font-style: italic !important;
  font-size: 18px !important;
  cursor: pointer;
}

.directLink:hover{
  text-decoration: underline;
  opacity: 1;
  color: #ba002b;
}
.directLink a,.directLink a:visited,.directLink a:active{
  color:#EE3762 !important;
}

.burger{
  border-left:2px solid #ccc;
}

.mainmenu {
    border:0px;
    border-right: 0;
}

.ageLM{display: none;}
#maintitle{margin-top: 80px;}
.max1000{max-width: 1000px; margin: 0 auto;}
.groupTitle{
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 600;
  color: black;
  text-align: center;
  margin-bottom: -10px;
}
.topTitles{font-size:22px;font-weight: 600;color: black;text-align: center;margin-top: 60px;}
.groupTitle:first-child{
  margin-top: 25px;
}
.topTitles{
  margin-bottom: 0;
  line-height: 40px;
}
.memName{    
  text-align: center;
  font-family: Roboto;
  min-width: 100%;
  margin: 5px 0px;
  font-size: 15px;
  line-height: 20px;
  color: black;
}

.nexLevel{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap:10px 80px;

}
.keys {
  max-width: 350px;
  margin: 50px auto 0px auto;
  margin-bottom: 50px;
}
.max625{
  width: 625px;
  margin: 0 auto;
 }
.levelContent{
  grid-column: span 2;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 10px;
    justify-content: space-around;
    align-items: middle;
}

#anno{margin-top: 60px;}
#anno p{
  font-size: 14px;
  font-family: Roboto;
}
.shorformNote{
  margin-bottom: 5px;
}
.shorform{
  margin-top: 0px;
  margin-bottom: 5px;
  font-style: italic;
}
.levelContent:nth-last-child(1):nth-child(6) {
	grid-column:5 / span 2;
}
.levelContent:nth-last-child(1):nth-child(1) {
	grid-column:5 / span 2;
}
.levelContent:nth-last-child(1):nth-child(18) {
  grid-column: 7/ span 2;
}
.levelContent:nth-last-child(2):nth-child(17) {
  grid-column:  5 / span 2
}
.levelContent:nth-last-child(3):nth-child(16) {
  grid-column:  3 / span 2
}
.hoverOver{
  max-width: 660px;
  margin:50px auto 0px auto;
  text-align: center;
}
.hoverOver img{
  width: 20px; 
  display: inline;
  vertical-align:bottom;
}
.hoverOver p{
  display: inline;
  font-size: 16px !important;
  font-family: Roboto !important;
  font-weight: 400 !important;
  margin-left: 5px !important;
}

.memPhoto {
  width: 100%;
  object-fit: cover;
  height: 170px;
  border-radius: 35px;
}
.portaitGroup {
  border-radius: 35px;
  height: 170px;
}
.groupTitle,.topTitles{
  display: block;
  width: 100%;
}

#bioInfo{
  display: none;
  z-index: 30000;
  
}
.bioInfo{
  background-color: white;
  position: fixed;
  overflow: hidden;
  top: 20%;
  left: calc((100% - 625px)/2);
  z-index: 30000;
  box-shadow: 0 0 10px rgb(153, 153, 153);

}

.profileL .bigPhoto {
  width: 100%;
  border-radius: 25px;
}

.bioInfo p{
  font-family: Roboto,serif;
  color: black;
  margin-top: 0;
  margin-bottom: 0;
}
.row,.subrow{
  display: flex;
  flex-wrap: rap;

}
.subrow{
  padding: 0px;
}

.closeTab{
  width: 25px;
  margin: 5px 0px 0px 10px;
  cursor: pointer;
  margin-left: calc(100% - 34px)
}

.profileL{
  width: 20%;
  display: inline-flex;   
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
.centerProfile{
  width: 100%;
}
.centerProfile img{
  width: 100%;
}
.profileR{ 
  padding: 2px 20px 10px 10px;
  width: 80%;
}


#countryMap{
  width: calc(100% - 60px);
  margin: auto 30px auto 30px;
}
.rContent{
  background-color:#cccccc ;
  border-radius: 10px;
  padding: 20px;
}
.proName,#proMem,.chineseName{
  text-align: center;
  margin-bottom: 5px;
}


.bioInfo p.proName{
  font-family: Merriweather, serif;
  color: #ff2e60;
  font-weight: 600;
  margin-top: 20px;
  font-size: 18px;
} 
.bioInfo p.chineseName{
  font-family: Merriweather, serif;
  color: #ff2e60;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.positionTag, .eduTag, .homeTag, .ethTag, .ageTag, .reTag {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
p#positionPack,p#education,p#homehome,p#ethType,.ageNum {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.ageL{
  width: 20%;
}
.ageR{
  width:80%;
  padding-left: 20px;
}
.ageLM, .eachAge,.profileLM {
  display: none;
}
p.eduTag,p.homeTag,p.ethTag{
  margin-top: 15px;
}
.former{
  font-weight: 300;
}
span.reStoryTwo,.separate{
  display: block;
}
p.reTag{
  margin-top: -10px;
  margin-bottom: 5px;
  font-weight: 300;
}
#relatedStory a{
  font-style: italic;
  font-size: 15px;
  color: black;
  font-weight: 400;
}
.future img{width:40px;height:100%;margin-left: calc((100% - 40px)/2);margin-top: 10px;}
.future p{text-align: center;font-size: 13px;font-weight: 300;margin-top: -5px;}
.ifConn p{text-align: center;font-size: 12px;line-height: 15px;}
.ifConn{margin-top: 60px;}
.ifConn img{width: 40px;margin-left: calc((100% - 40px)/2)}

.arrow-down{
  display: inline-block;
 }
 section.intro h1{
  margin-top: 160px;
}
 section.intro p {
  font-family: Merriweather,serif;
  font-weight: 500;
  font-size: 20px;
  color: rgb(57, 57, 57);
  line-height: 29px;
  text-align: center;
 }

.copylink {display: inline-block;}

/*------------------------- | KEYFRAMES | -----------------------------*/





/*------------------------- | MEDIA QUERIES | -----------------------------*/

@media only screen and (max-width: 1500px){
  #mySwiper3{width: 100%;}
  .swipper_wrap3 .swiper-button-prev{left: 0px;}
  .swipper_wrap3 .swiper-button-next{right: 0px;}
}

@media only screen and (max-width: 1020px){
  .nexLevel{grid-gap: 10px 40px;margin: 0px 10px;}
  .portaitGroup{height: 190px;}
}

@media only screen and (max-width: 970px){
  .subMenu a{font-size: 15px;}
}

@media only screen and (max-width: 930px){
  .title-menu{width: 100%; left: 0;};
  .memPhoto, .portaitGroup{height: 128px;}
  .scmp-logo-svg,#socialMedia span{display: none;}
  .scmp-logo-svg-mobile{display: block;}
  header #title-readings{width: calc(100% - 220px);margin-left: 50px;}
}

@media only screen and (max-width:800px) {
  .nexLevel{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap:10px 50px;
  }
  .levelContent:nth-last-child(1):nth-child(1) {
    grid-column:4 / span 2;
  }
  .levelContent:nth-last-child(2):nth-child(5) {
    grid-column:3 / span 2;
  }
  .levelContent:nth-last-child(1):nth-child(6) {
    grid-column:5 / span 2;
  }

  .levelContent:nth-last-child(3):nth-child(16) {
    grid-column: 7 / span 2
  }
  .levelContent:nth-last-child(2):nth-child(17) {
    grid-column: 3 / span 2
  }
  .levelContent:nth-last-child(1):nth-child(18) {
    grid-column: 5/ span 2;
  }
  .memPhoto, .portaitGroup{height: 170px;}
}
@media only screen and (max-width:785px) {
  section.intro h1{font-size: 45px;line-height: 68px;}
}
@media only screen and (max-width:750px) {
  .bioInfo{
    top: 12%;
  }
}

@media only screen and (max-width:723px){
  .scmp-logo-svg{
    display: none;
  }
  .scmp-logo-svg-mobile{
    display: block;
  }
  .burger{display: none;}
  #socialMedia{right: 5px;}
  #socialMedia span{display: none;}
  header #title-readings{
    margin: 10px 24px;
  }
  .title-menu{grid-template-columns: repeat(8,2fr);}
  .history{display: none;}
}

@media only screen and (max-width:665px) {
  .memPhoto{max-height: 170px;}
  .nexLevel{grid-gap: 10px 25px;}
  .bioInfo{left: 5%;right: 5%;}
  .max625{width: 100%;}
  .profileL{width: 20%;padding-left: 6px;}
  .profileR{width: 80%;}
  .memPhoto, .portaitGroup{height: 128px;}
  .bioInfo{left: 5%;right: 5%;}
  .max625{width: 100%;}
  .profileL{width: 20%;padding-left: 6px;}
  .profileR{width: 80%;padding:10px}
  p#positionPack, p#education, p#homehome, p#ethType, .ageNum{font-size: 15px;line-height: 24px;}
  .positionTag,.eduTag,.homeTag,.ethTag,.ageTag{font-size: 14px;}
  .bioInfo p.proName,.bioInfo p.chineseName{font-size: 15px;}
  .credits, .text, section.intro p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}
}

@media only screen and (max-width:620px) {
  .ifConn{ display: none;}
}

@media only screen and (max-width:564px) {
  .bioInfo{left: 2.5%;right: 2.5%;}
  .row{padding:0px 0px 10px 0px;}
  .ageR{padding-left: 5px;}
  .rContent{padding:10px}
  p.eduTag, p.homeTag, p.ethTag{margin-top: 10px;}
  p.positionTag{margin-top: -5px;}
  header #title-readings{margin-left: 50px;}
}


@media only screen and (max-width:550px) {
  .nexLevel{
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px 30px;
  }
  .memPhoto{height: 170px;}
  .levelContent{
    grid-column: span 2;
  }
  .levelContent:nth-last-child(1):nth-child(1) {
    grid-column:3 / span 2;
  }
  .levelContent:nth-last-child(2):nth-child(5) {
    grid-column:3 / span 2;
  }
  .levelContent:nth-last-child(1):nth-child(6) {
    grid-column:5 / span 2;
  }

  .levelContent:nth-last-child(3):nth-child(16) {
    grid-column: 1 / span 2
  }
  .levelContent:nth-last-child(2):nth-child(17) {
    grid-column: 3 / span 2
  }
  .levelContent:nth-last-child(1):nth-child(18) {
    grid-column: 5/ span 2;
  }
}

@media only screen and (max-width:520px) {
    .subMenu{font-size: 13px; }
}

@media only screen and (max-width:500px) {
    /* .cover {margin-top: 100px;} */
  .memPhoto, .portaitGroup{height: 125px;}
  #optionGroup{padding-top: 40px;}
  .bioInfo p.proName{font-size: 14px;margin-top: 5px;}
  .bioInfo p#proMem{font-size: 13px;}
  p.positionTag{margin-top: 5px;}
  p#positionPack, p#education, p#homehome, p#ethType, .ageNum{
      font-size: 14px;
      line-height: 20px;
    }
  .positionTag, .eduTag, .homeTag, .ethTag, .ageTag{font-size: 13px;}
    header #title-readings{font-size: 18px;word-spacing: 7px;}
    .show-desktop {display: none;}
    .show-mobile {display: block;}
    header #title-readings{
      font-size: 17px;
      word-spacing: 7px;
      width: calc(100% - 130px);
      margin: 13px 20px 6px 10px;
  }
    #relatedStory a{font-size: 14px;}
    .title-menu{ grid-gap:0px}
}



@media only screen and (max-width:435px) {
  .bioInfo{left: calc((100% - 320px)/2);right:calc((100% - 320px)/2);top: 11%;}
  .max625{max-width: 320px;}
  .row,.ageLM,.eachAge{display: block;padding-top: 5px;padding-bottom: 0;}
  .ageLM,.eachAge{text-align: center;padding-top: 0px;}
  #eachAge{font-weight: 500px;}
  .ageR{padding-left: 5%;width: 90%;}
  .ageL,.former,#retire{display: none;}
  .ageL{width: 100% !important}
  .profileL{display: none;}
  .profileLM{margin-top:-25px; display:inline-block;width: 89%;margin-left:5.5%;text-align: center;}
  .profileLM .bigPhoto{width: 76px; border-radius: 25px;}
  .future,.ifConn{width: 22%;}
  .profileName{width: 45%;text-align: center;}
  .ifConn,.future,.profileName{display: inline-block;}
  .future img{margin: 0; padding: 5px 0px;width: 30px;}
  .profileR{width: 100%;}
  p.proName {font-size: 16px;}
  .bioInfo p.chineseName{margin-top: 0px;}
  .rContent{border-radius: 0px;padding: 0px 10px;}
  p#proMem{font-size: 14px;margin-bottom: 0; text-align: left;}
  p#positionPack, p#education, p#homehome, p#ethType, .ageNum,.eachAge{font-size: 13px;line-height: 20px;}
  .ifConn img{width: 34px;}
  #countryMap{margin-left: 10px;}
  section.intro h1{font-size: 40px;}
  p.reTag{font-size: 13px;}
  #countryMap{margin-top: 10px;}
  #relatedStory{font-size: 13px;padding-bottom: 10px;}
  section.intro p {
    font-size: 16px;
    line-height: 25px;
  }
  header #title-readings {
    font-size: 16px;
    word-spacing: 2px;
    margin: 13px 10px 6px 10px;
  }
  .positionTag, .eduTag, .homeTag, .ethTag, .ageTag{margin-top: 6px;}
  p#positionPack, p#education, p#homehome, p#ethType, .ageNum, p#relatedStory{
    font-size: 14px;
    line-height: 22px;
  }
  .copylink {display: none;}
}

@media only screen and (max-width:365px){
  .subMenu{font-size: 12px;}
}

@media only screen and (max-width:360px) {
    .subMenu{padding-left: 10px;}
}

@media only screen and (max-height:770px) {
  .bioInfo{top:10%; max-height: 680px; overflow-y: auto;}
  .positionTag, .eduTag, .homeTag, .ethTag, .ageTag, .reTag,#relatedStory a{font-size: 14px;}
  p#positionPack, p#education, p#homehome, p#ethType, .ageNum, p#relatedStory{
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (max-width:420px) {
  .memPhoto{height:140px ;max-height: 180px;}
  .nexLevel {
    grid-gap: 10px 30px;
    margin: 0 20px;
  }
  .bioInfo p.proName, .bioInfo p.chineseName{
    font-size: 14px;
  }
  p#positionPack, p#education, p#homehome, p#ethType, .ageNum, p#relatedStory{font-size: 14px;line-height: 22px;}
  .positionTag, .eduTag, .homeTag, .ethTag, .ageTag{font-size: 13px;}
  p.eduTag, p.homeTag, p.ethTag{margin-top: 8px;}
  p.reTag{margin-top: -14px;margin-bottom: 1px;font-size: 12px;}
  header #title-readings {
    font-size: 15px;
    word-spacing: 2px;
    width: calc(100% - 125px);
    margin: 13px 10px 6px 10px;
  }
  #countryMap {
    width: calc(100% - 40px);
    margin: auto 10px auto 0px;
  }
}

@media only screen and (max-width:380px) {
  .nexLevel{
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px 30px;
  }
  .memPhoto{height: 170px;}
  .levelContent{
    height: 195px;
  }
  .levelContent:nth-last-child(1):nth-child(1) {
    grid-column:2 / span 2;
  }
  .levelContent:nth-last-child(2):nth-child(5) {
    grid-column:1 / span 2;
  }
  .levelContent:nth-last-child(1):nth-child(6) {
    grid-column:3 / span 2;
  }

  .levelContent:nth-last-child(3):nth-child(16) {
    grid-column: 3 / span 2
  }
  .levelContent:nth-last-child(2):nth-child(17) {
    grid-column: 1 / span 2
  }
  .levelContent:nth-last-child(1):nth-child(18) {
    grid-column: 3/ span 2;
  }
  .groupTitle{
    margin-top: 45px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .groupTitle:nth-last-child(1):nth-child(1){
    margin-top: 10px;
  }
  .topTitles{
    margin-bottom: 0;
    line-height: 40px;
  }
  #retire svg{display: none !important}
  p.eachAge{display: block;font-size: 12px;font-weight: 300;text-align: center;}
  .ageR{margin-top: 0;}
  header #title-readings img{width: 16px;}
  header #title-readings {
    font-size: 14px;
    text-transform: capitalize;
    word-spacing: 2px;}
}

@media only screen and (max-height:670px) {
  .bioInfo{top:9%; max-height: 580px; overflow-y:auto;}
  .profileL .bigPhoto{ width: 100%;}
  .subrow{padding-bottom: 10px;}
}

@media only screen and (max-height:620px) {
  .bioInfo{top:10%; max-height: 680px; overflow-y:auto;}
  .subrow{padding-bottom: 10px;}
  .positionTag, .eduTag, .homeTag, .ethTag, .ageTag, .reTag,#relatedStory a{font-size: 13px;}
  p#positionPack, p#education, p#homehome, p#ethType, .ageNum, p#relatedStory{
    font-size: 14px;
    line-height: 23px;
  }
}

@media only screen and (max-width:340px) {
  .bioInfo{left: calc((100% - 300px)/2);right:calc((100% - 300px)/2);}
  .profileLM .bigPhoto{width: 70px;}
  .bioInfo p.proName{font-size: 14px;}
  .bioInfo p#proMem{font-size: 13px;line-height: 15px;}
  p.positionTag{margin-top: -5px;}
  p#relatedStory,#relatedStory a{font-size: 13px; line-height: 19px;}
  .bioInfo p.proName{margin-top: 0px;}
  .eachMember{  width: 33%;padding: 5px 12px 5px 12px}
  section.intro h1{font-size: 35px;line-height: 48px;}
  .memPhoto{height: 150px;}
  .title-menu{margin-top: 10px;}
  header #title-readings img{width: 16px;}
  header #title-readings {
    width: calc(100% - 100px);
    margin: 13px 10px 6px 0px;
    font-size: 14px;
    word-spacing: 0;
}
section.intro h1{font-size: 35px;line-height: 48px;}
}

@media only screen and (max-height:580px) {
  .bioInfo{top:3%;max-height: 480px;}
  .positionTag, .eduTag, .homeTag, .ethTag, .ageTag{font-size: 12px;line-height: 20px;}
  p#positionPack, p#education, p#homehome, p#ethType, .ageNum, .eachAge{font-size: 13px;line-height: 18px;}
}

@media only screen and (max-height:380px) {
  .header #title-readings {
      font-size: 16px;
      word-spacing: 5px;
    }
}

