p,li,b,a,a:hover{
  font-family: "Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  /*color:#5d5d5d;*/
  color:#474747;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
}
section{
  overflow: hidden;
}
h1{
  font-family: "EB Garamond","Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  /*font-weight: semibold;*/
  font-size: 4em;
  margin-left: 10px;
  color: #5d5d5d;
}
h2{
  font-family: "EB Garamond","Open Sans", "Myriad Pro", sans-serif;
  font-weight: 600;
  font-size: 2em;
  color: #5d5d5d;
  margin-left: 10px;
}
h3{ /*project head*/
  font-family: "Montserrat","Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  color: #c7c7c7;
  text-align: center;
  /*margin-top: 30px;*/
  /*margin-bottom: 0px;*/
}
h4{
  font-family: "Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  font-size:30px;
  color:#5d5d5d;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
  line-height: 1.5;
}
br{
  display: block;
  margin-top: 10px;
  line-height: 22px;
  content: " ";
}
img{
  width: 100%;
}
#loading{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/loading.gif') no-repeat center center;

}
.relative{
  position: relative;
}
/*---------header--------*/
header{
  width: 100%;
  max-width: 960px;
  height: 45px;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99;
  margin-left: -480px;
  /*overflow: hidden;*/
  opacity: 0;
}
.headerback{
  opacity: 0;
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 4px rgba(142, 142, 142, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header .logo{
  width: 55px;
  margin-top: 10px;
  margin-left: 1%;
  float:left;
}

nav{
  float: right;
  margin-right: 1%;
  margin-top:30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
nav a{
  float: right;
  margin-left: 60px;
}
nav p{
  opacity: 0.8;
  color: #589FE0;
  /*#7AB5EB;*/
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
}

.navline{
  height: 1px;
  border-top: 1px solid #589FE0;
  opacity: 0;
  -moz-transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.current p{
  opacity: 1;
  font-weight: bold;
}
.current .navline{
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
nav a:hover .navline{
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.name{
  font-family: "EB Garamond","Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  display: inline-block;
}
/*.projheader{
  text-align: center;
  padding-top: 12px;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  margin-left: -73px;
}
.projheader a{
  display: inline-block;
}
.projheader p{
  display: inline-block;
  opacity: 1;
  color: #589FE0;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
}
.arrow{
  width: 12px;
  margin-left: 10px;
  margin-right: 10px;
}*/
/*---------footer--------*/
footer{
  padding-left: 1%;
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);;

}
footer p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

/*---------page setting--------*/
.wholepage{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
/*---------index--------*/
.cover{
  width: 100%;
  height: 100vh;
}
#home .cover{
  background-image: url("../img/home/bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  opacity: 0;
  /*position: relative;*/
}
#home .cover3{
  width: 100%;
  margin-top: -100px;
}
#home .cover2{
  position: relative;
  height: 22vw;
}

.skygreyup{
  width: 95%;
  position: absolute;
  bottom: 0%;
  left: 2.5%;
}
.skygreydown{
  width: 95%;
  position: absolute;
  top: 0%;
  left: 5%;
}

.covercontainer{
  width: 100%;
  /*background: green;*/
  overflow: hidden;
  position: absolute;
  bottom:0px;
}
.greyup{
  width: 100%;
}
.selfintro{
  width: 100%;
  max-width: 960px;
  position: absolute;
  top: 300px;
  left: 50%;
  z-index: 2;
  margin-left: -480px;
  opacity: 0;
}

.left{
  width: 48%;
  float: left;
  margin-right: 4%;
  overflow: hidden;
  padding-top: 250px;
}
.right{
  width: 48%;
  float: left;
  overflow: hidden;
}

.sepro{
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-right: 20px;
  font-weight: lighter;
}

.proj{
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.projcover{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.projimg{
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.projinfo{
  padding-top: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.projname{
  font-family: "EB Garamond";
  font-size: 1.6em;
}
.projtype{
  font-size:1.0em;
  margin-bottom: 5px;
}
.projdetail{
  font-size: 0.8em;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.projdevice{
  width: 20%;
  position: absolute;
  right: 5px;
  top: 25px;
}
.proj:hover{
  padding: 10px;
  /*width: 100%;
  height: 100%;*/
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.proj:hover .projimg{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.proj:hover .projinfo{
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.proj:hover .projdetail{
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about{
  background: #efefef;
  text-align: center;
  padding-bottom: 80px;
}
.selfdes{
  text-align: left;
  display: inline-block;
  /*width: 80%;*/
  margin: 40px auto;
}
.plane{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 50px;
  margin-bottom: 80px;
}
.selflist{
  width: 40%;
  margin: 0 5%;
  float: left;
  text-align: left;
}
.selflist li{
  font-size: 1.2em;
}
.selflist .title{
  width: 30%;
  margin-right: 5%;
  float: left;
}
.selflist .content{
  width: 65%;
  float: left;
}
.grey{
  background-color: #efefef;
}
.projgrey{
  background-color: #fafafa;
}
.projwhite{
  background-color: #fff;
}
/*-------aniview-------*/
.fast {
    -vendor-animation-duration: 1s;
    -vendor-animation-delay: 0s;
}
.slow {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 1s;
}
.reallyslow {
    -vendor-animation-duration: 6s;
    -vendor-animation-delay: 3s;
}
/*------------project pages------------*/
.projpage h1{
  font-size: 40px;
}
.projpage .cover{
  position: fixed;
  top: 0;
}
.projintro{
  padding-top: 215px;
}
.projintro h2{
  width: 40%;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5;
}
.coverimgcontainer{
  margin-top: 100vh;
  overflow: visible;
  position: relative;
  height: 1px;
  background-color: #fafafa;
}
.coverimgbg{
  width: 90%;
  position: absolute;
  bottom: 1px;
  right: 0;
}
.coverimg{
  width: 100%;
  max-width: 960px;
  position: absolute;
  bottom: 1px;
}
.projsec{
  width: 100%;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
.titleline{
  display: inline-block;
  height: 7px;
  width: 18px;
  border-top: 3px #c7c7c7 solid;
  font-size: 12px;
}
.subtitle{
  font-family: "Montserrat","Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #c7c7c7;
  letter-spacing: 2px;
  margin-left: 8px;
}
.solsubtitle{
  font-size: 18px;
  font-family: "Montserrat","Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #c7c7c7;
  letter-spacing: 2px;
  margin-left: 8px;
}
.divider{
  height: 50px;
}
.projnavleft{
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  float: left;
  width: 50%;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.projnavright{
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  float: left;
  width: 50%;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.projnavright:hover .next{
  -moz-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.projnavright:hover .nextname{
  -moz-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.projnavright:hover .nextdes{
  -moz-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.projnavleft:hover .pre{
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.projnavleft:hover .prename{
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.projnavleft:hover .predes{
  -moz-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.otherproj{
  width: 100%;
  height: 250px;
  max-width: 480px;
  /*overflow: hidden;*/
  position: relative;
}
.otherproj p{
  color: white;
}
.next{
  position: absolute;
  top: 70px;
  right: 0px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.nexttext{
  position: absolute;
  top: 75px;
  right: 30px;
  font-size: 18px;
}
.nextname{
  position: absolute;
  top: 115px;
  right: 30px;
  font-size: 18px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.nextdes{
  position: absolute;
  top: 145px;
  right: 30px;
  font-size: 14px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.pre{
  position: absolute;
  top: 70px;
  left: 0px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.pretext{
  position: absolute;
  top: 75px;
  left: 30px;
  font-size: 18px;
}
.prename{
  position: absolute;
  top: 115px;
  left: 30px;
  font-size: 18px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.predes{
  position: absolute;
  top: 145px;
  left: 30px;
  font-size: 14px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.rightright{
  float: right;
}
.leftleft{
  float:left;
}
.center{
  text-align: center;
}
/*------------readfulu------------*/
#readfulu .cover{
  /*background-image: url("../img/home/bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;*/
  /*opacity: 0;*/
  background-color: #D2EEF4;
}
#readfulu .projnavleft, #readfulu .projnavright{
  background-color: #3D6D86;
}
#readfulu .projnavleft:hover, #readfulu .projnavright:hover{
  background-color: rgba(61, 109, 134, 0.9);
}
/*------------upack------------*/
#upack .cover{
  /*background-image: url("../img/home/bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;*/
  /*opacity: 0;*/
  background-color: #AAEBEB;
}
#upack .projnavleft, #upack .projnavright{
  background-color: rgba(25, 122, 122, 1);
}
#upack .projnavleft:hover, #upack .projnavright:hover{
  background-color: rgba(25, 122, 122, 0.9);
}
.ideaimg{
  width: 100%;
  margin: 0 auto;
}
.story{
  text-align: right;
  text-transform: uppercase;
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Montserrat","Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  color: #c7c7c7;
}
.iconcontainer{
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
.icontext{
  display: inline-block;
  line-height: 1;
  font-size: 18px;
}
/*------------pizza------------*/
#pizza .cover{
  /*background-image: url("../img/home/bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;*/
  /*opacity: 0;*/
  background-color: #F4C2C2;
}
#pizza .projnavleft, #pizza .projnavright{
  background-color: rgba(96, 31, 31, 1);
}
#pizza .projnavleft:hover, #pizza .projnavright:hover{
  background-color: rgba(96, 31, 31, 0.9);
}
#pizza li{
  margin-left: 100px;
}
.note{
  font-size: 14px;
}
/*------------collage------------*/
#collage .cover{
  /*background-image: url("../img/home/bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;*/
  /*opacity: 0;*/
  background-color: #FFF1DA;
}
#collage .projnavleft, #collage .projnavright{
  background-color: rgba(187, 162, 120, 1);
}
#collage .projnavleft:hover, #collage .projnavright:hover{
  background-color: rgba(187, 162, 120, 0.9);
}
p.report{
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.reporticon{
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.reporticon img{
  opacity: 0;
}
#map .reporticon{
  background-image: url("../img/collage/mapgrey.png");
}
#map:hover .reporticon{
  background-image: url("../img/collage/map.png");
}
#map:hover p.report{
  color: #A2B201;
}
#interview .reporticon{
  background-image: url("../img/collage/interviewgrey.png");
}
#interview:hover .reporticon{
  background-image: url("../img/collage/interview.png");
}
#interview:hover p.report{
  color: #AA050E;
}
#ca .reporticon{
  background-image: url("../img/collage/cagrey.png");
}
#ca:hover .reporticon{
  background-image: url("../img/collage/ca.png");
}
#ca:hover p.report{
  color: #BFB200;
}
#survey .reporticon{
  background-image: url("../img/collage/surveygrey.png");
}
#survey:hover .reporticon{
  background-image: url("../img/collage/survey.png");
}
#survey:hover p.report{
  color: #F7A000;
}
#evalu .reporticon{
  background-image: url("../img/collage/evalugrey.png");
}
#evalu:hover .reporticon{
  background-image: url("../img/collage/evalu.png");
}
#evalu:hover p.report{
  color: #B14191;
}
#usability .reporticon{
  background-image: url("../img/collage/usabilitygrey.png");
}
#usability:hover .reporticon{
  background-image: url("../img/collage/usability.png");
}
#usability:hover p.report{
  color: #009BA4;
}
/*------------visual------------*/
#visual .cover{
  /*background-image: url("../img/home/bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;*/
  /*opacity: 0;*/
  background-color: #f4f4f4;
}
#visual .projnavleft{
  background: -webkit-linear-gradient(right top, rgba(97,164,218,1), rgba(158,109,182,1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, rgba(97,164,218,1), rgba(158,109,182,1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, rgba(97,164,218,1), rgba(158,109,182,1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, rgba(97,164,218,1), rgba(158,109,182,1)); /* Standard syntax (must be last) */
}
#visual .projnavright{
  background: -webkit-linear-gradient(right bottom, rgba(158,109,182,1), rgba(97,164,218,1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top left, rgba(158,109,182,1), rgba(97,164,218,1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top left, rgba(158,109,182,1), rgba(97,164,218,1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top left, rgba(158,109,182,1), rgba(97,164,218,1)); /* Standard syntax (must be last) */
}
#visual .projnavleft:hover{
  background: -webkit-linear-gradient(right top, rgba(97,164,218,0.9), rgba(158,109,182,0.9)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom left, rgba(97,164,218,0.9), rgba(158,109,182,0.9)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom left, rgba(97,164,218,0.9), rgba(158,109,182,0.9)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom left, rgba(97,164,218,0.9), rgba(158,109,182,0.9)); /* Standard syntax (must be last) */
}
/*---------resume---------*/
#resume section{
  margin-top: 150px;
  margin-bottom: 150px;
}
.download{
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Montserrat","Josefin Sans","Open Sans", "Myriad Pro", sans-serif;
  color: #c7c7c7;
  border: 0px;
  background-color: white;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.buttonline{
  height: 1px;
  border-top: 2px solid #c7c7c7;
  opacity: 0;
  -moz-transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#resume a:hover .download{
  color: #589FE0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#resume a:hover .buttonline{
  opacity: 0.5;
  border-top: 2px solid #589FE0;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 960px) {
    .wholepage {
        width: 96%;
        margin-left: 2%;
    }
    header{
      /*height: 45px;*/
      margin-left: 0;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
    }
    header .logo{
      width: 25px;
      margin-top: 0px;
    }
    nav{
      padding-top: 0px;
      margin-top: 8px!important;
      margin-right: 20px;
    }
    nav p{
      font-size: 12px;
    }
    nav a{
      margin-left: 20px;
    }
    .headerback{
      height: 28px;
    }
    .selfintro{
      position: absolute;
      top: 300px;
      left: 0%;
      z-index: 2;
      margin-left: 0px;
      opacity: 0;
    }
    .selflist{
      width: 95%;
    }
    .projsec{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    h3{
      font-size: 10px;
      letter-spacing: 2px;
    }
    h4{
      font-size: 18px;
      margin-top: 0px;
      margin-bottom: 16px;
    }
    p,li,b,a,a:hover{
      font-size: 16px;
    }
    .otherproj{
      height: 80px;
      /*overflow: hidden;*/
      position: relative;
    }
    .next{
      width: 10px;
      position: absolute;
      top: 10px;
      right: 4px;
    }
    .nexttext{
      position: absolute;
      top: 10px;
      font-size: 12px;
    }
    .nextname{
      position: absolute;
      top: 30px;
      right: 30px;
      font-size: 10px;
    }
    .nextdes{
      position: absolute;
      top: 45px;
      right: 30px;
      font-size: 10px;
    }
    .pre{
      width: 10px;
      position: absolute;
      top: 10px;
      left: 4px;
    }
    .pretext{
      position: absolute;
      top: 10px;
      left: 30px;
      font-size: 12px;
    }
    .prename{
      position: absolute;
      top: 30px;
      left: 30px;
      font-size: 10px;
    }
    .predes{
      position: absolute;
      top: 45px;
      left: 30px;
      font-size: 10px;
    }
    footer p{
      font-size: 10px;
    }
    footer{
      padding-top: 20px;
    }
    .download{
      font-size: 10px;
    }
    .divider{
      height: 15px;
    }
}
