html,body{
margin:0px;
height:100%;
width: 100%;
}
.wrapper{height: 100%;}
.boxleft{
    /*padding: 0;*/
    /*position: absolute;*/
    height: 100%;
    /*padding-bottom: 100%;*/
    /*background: #000000;*/
    /*background-color: #000000;
    background-image: url("images/1/1.jpg");
    background-repeat: no-repeat;*/
    background-position: center top;
    box-shadow: inset 0 -250px 200px -50px rgba(0,0,0,.6)
}

.boxright{
    /*position: absolute;*/
    height: 100%;
    overflow-y: scroll;
}

.title{
    position: absolute;
    top: 3%;
    /*right: 40%;*/
    left: 72px;
    z-index: 1000000;

    /*padding-bottom: 5%;*/
}

.title-text{
    color: #ffffff;
    font-family: avenir, futura, Tahoma, Verdana, Arial;
    font-weight: 100;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.7);
}

.quote{
    position: absolute;
    bottom: 5%;
    left: 10%;
    right: 10%;
    color: #ffffff;
    font-family: avenir, futura, Tahoma, Verdana, Arial;
    font-style: italic;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7);
}

.aboutme{
    position: absolute;
    top: 3%;
    left: 20%;
    right: 20%;
}

.name{
    line-height: 2;
    font-family: "Segoe UI", "Roboto", "Noto Sans CJK SC", "Helvetica Neue", "Microsoft YaHei", serif;
    font-weight: 100;
}

.photo{
    display: inline-block;
}

.photo img{
    width: 100%;
    vertical-align: middle;
    max-width: 398px;
}

.icons{
    padding-left: 0px;
}

.text-left{
    font-family: "Segoe UI", "Roboto", "Noto Sans CJK SC", "Helvetica Neue", "Microsoft YaHei", serif; 
    /*font-weight: 500;*/
}


header{
    position: absolute;
    top: 3%;
    height:50px; 
    line-height:50px;
}
.hamburger{
  background:none;
  position:absolute;
  /*top: 5%;*/
  left: 1%;
  color:#fff;
  border:0;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
  font-size: 32px;
  /*text-shadow: 2px 2px 2px rgba(0,0,0,.7);*/
}
.cross{
  background:none;
  position:absolute;
  /*top: 5%;*/
  left: 1%;
  /*padding:0px 10px 0px 0px;*/
  color:#fff;
  border:0;
  font-size:64px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menu{
    z-index:100; 
    font-weight:bold; 
    font-size:0.8em; 
    opacity: 0.78; 
    background: #242424; 
    left: 0; 
    right: 0;
    /*top: 20%;*/
    position: absolute; 
    text-align: center;
}

.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {
    display: block; 
    padding:15px 0 15px 0; 
    border-bottom:#1d1f20 1px 
    solid; 
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Segoe UI", "Roboto", "Noto Sans CJK SC", "Helvetica Neue", "Microsoft YaHei", serif;
    font-weight: 100;
}
.menu li:hover{display: block; background:#121212; padding:15px 0 15px 0; border-bottom:#1d1f20 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#fff;}
.menu ul li a:hover{color: #fff; text-decoration:none;}
.menu a{text-decoration:none; color:#ccc;}
.menu a:hover{text-decoration:none; color:#fff;}

.placeholder-li{
    height: 150px;
}

