.home {
color: #121212 !importantimportant;
}

@media screen and (orientation: portrait) {

 
#start-box {
   /* display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
  position: absolute; 
  margin-top:1rem;
	}
  #start-box .child-one {
   margin-top: 0; 
  }
 #start-box .child-two {
    padding-top: 22vh;
	}

 #start-box ul.menu {
  padding-top:0;
  }
  
 #start-box ul.menu li a {
    font-size: 2.5rem;
}
  
  /* REP and BIO MOBILE */
  
.page-id-118 article header .entry-title, .page-id-113 article header .entry-title {
color:#ffffff;
}
 .page-id-118 article header .entry-title { 
  
  }
  
  /* BIO PAGE */
.page-id-113 article > header, .page-id-113 {
    background-color: #d0d0d0;
   
}
.page-id-118 article > header {
    background-image: url("/wp-content/kl_images/rep_mobile.jpg");
    background-color:#c7af83;
   
}  
  

} /* end media portrait */

@media screen and (max-width:1024px) {

 /* BIO PAGE */
.page-id-113 article > header, .page-id-113 {
    background-color: transparent;
   
}
  
  
} /* end max-width:1024 */

@media screen and (min-width:400px) and (orientation: portrait) {
  
#start-box ul.menu li a {
    font-size: 3rem;
}
  
}


@media screen and (min-height:700px) and (orientation: portrait)  {

 #start-box .child-two {
    padding-top: 28vh;
	}

}

@media screen and (max-height:700px) and (orientation: landscape) {
  #start-box .child-two {
    
  }
  
}

.page-id-113 > .off-canvas-content {
    background-color: #d0d0d0;
}

.page-id-113 article header .entry-title {
color:#ffffff;
}



