body{
  background-image:url('../images/house.png');
  margin: 0;
  font-family: Segoe UI;
}
.top{
  height: 11em;
  background-image:url('../images/sky.png');
}

.name{
  position: relative;
  top: 3em;
  left: 6em;
  font-family: Segoe UI;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
}

.title-list{
  float:left;
  width:17em;
  height: 1em;
}

.title-list-float{
   position:fixed;
   top: 2em;
}

.title-list ul{
  width:13em;
  margin:auto;
}

.title-list ul li{
  padding-bottom:2em;
}

.splitter{
  float:left;
}

.splitter-float{
  position:fixed;
  left:17em;
  top:2em;
}

.top .alert{
  width: 22em;
  margin: auto;
  text-align: center;
}

.content-page{
  background-image:url('../images/diary.jpg');
  background-position:top right;
  margin: 4em 3em 0 17em;
  padding: 0.5em 2em;
  border: 1px #2b91d5 dashed;
  line-height: 1.5;
  font-size: 16px;
}

.content-page h2{
  border-bottom: 1px solid #eee;
  font-size: 22px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.skill-title{
  float:left;
  position: inline-block;
  width: 10em;
}

.major-skill, .education-item, .publication-item, .experience-item{
  margin: 2em 1em 3em;
}

.publication-item ul{
  list-style-type:none;
  padding-left: 0;
}

.publication-item ul li{
  line-height: 2em;
}

.interests{
  margin: 2em 1em;
}

.interests span, .education-item span{
  margin: 0 0.7em;
}

.experience-time{
  width: 9em;
  display: inline-block;
}

.experience-title{
  width: 12em;
  display: inline-block;
}

.contact-item{
  margin: 2em 0 3em 1em;
}

footer{
  text-align: center;
  margin-top: 2em;
  min-height: 5em;
}

footer a{
  display: inline-block;
  margin: 0.5em;
}

@media screen and (max-width: 900px){
  .title-list, .splitter{
    display:none;
  }
  
  .content-page{
    margin-left:3em;
  }
}