* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
  line-height: 1.6;
}

body {
  background: #a6c5c4;
  font-family: "Source Sans Pro", "Helvetica Neue", Segoe UI, trebuchet MS, Helvetica, Arial, sans-serif;
}

.clearfix {
  overflow: hidden;
}

h1,
.heading {
  font-weight: 100;
}

ul {
  list-style: none;
}

.hidden {
  display: none;
}

a {
  text-decoration: none;
  color: #644B66;
}

.main {
  padding: 20px 0;
  background: url(/resume/a/bg_lines6.png);
}

.wrap {
  xdisplay: none;
  margin: 0 auto;
  width: 8.1in;
  padding: 0.2in;
  min-height: 400px;
  background: #f5f5f5;
  color: #644B66;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

}

.main-site {
  background: #292C31;
  padding: 5px 15px;
  display: none;

}

.main-site a {
  color: #888;
  font-size: 120%;
}

header {
  position: relative;

  padding: 35px 40px 30px 130px;
}

.name {
  color: #62B2C7;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1;
  font-weight: 100;
}

.tagline {
  padding-left: 3px;
  color: #747b77;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
}

.icon-profile {
  position: absolute;
  font-size: 100px;
  color: #62B2C7;
  opacity: 1;
  top: 10px;
  left: 24px;
  line-height: 1;
  color: #f5f5f5;
  text-shadow: 0 0 1px #069;

}

.vcard {
  margin-left: -100px;
  margin-top: 30px;
  font-style: normal;
  font-size: 85%;
  font-weight: 400;
  text-transform: uppercase;
  color: #999;
}

.vcard a {
  color: #A1A1A1;
}

.vcard .tel,
.vcard .emailh {
  display: block;
  display: inline-block;
  margin: 0 40px;
}

.vcard .emailh {
  margin-left: 0;
}

.vcard .icon {
  display: inline-block;
  width: 20px;
  padding-top: 1px;
  font-size: 15px;
  vertical-align: middle;
}

.vcart .text {
  vertical-align: middle;
}

.social {
  font-size: 12px;
  position: absolute;
  top: 30px;
  right: 100px
}

.social .icon,
.social .text {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.icon-facebook,
.icon-facebook~.text {
  color: #3b5998;
}

.icon-twitter,
.icon-twitter~.text {
  color: #25baf0;
}

.icon-linkedin,
.icon-linkedin~.text {
  color: #3492c2;
}

.other-items {
  float: left;
  padding: 0px 0 0 40px;
  width: 215px;
}

.main-content {
  float: left;
  padding: 0px 40px 0 20px;

  max-width: 460px;
}

.experience,
.education,
.skills,
.interest {
  position: relative;
  border-left: 1px dotted #62B2C7;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  xfont-weight: 400;
}


.experience h2,
.education h2,
.skills h2,
.interest h2 {
  font-size: 128%;
  color: #45705D;
  font-weight: 400;
}

.experience .icon,
.education .icon,
.skills .icon,
.interest .icon {
  position: relative;
  margin: 0px 10px 0 -50px;
  display: inline-block;
  width: 40px;
  font-size: 25px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 30px;
  height: 40px;
  line-height: 1.8;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.experience .text,
.education .text,
.skills .text,
.interest .text {
  vertical-align: middle;
}

.personal-projects .text small {
  opacity: 0.9;
  font-weight: 100;
  font-size: 85%;
}

.skills {
  border-color: #6BB5D0;
}

.education {
  border-color: #6BB5D0;
}

.education li {
  margin-top: 10px;
  margin-bottom: 20px;
}

.education li:last-child {
  margin-bottom: 0;
}

.education .major {
  font-weight: 400;
  border-bottom: 1px dotted #ccc;
  color: #4B4C4D;
}

.education .school {
  display: block;
}

.education li:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 8px;
  left: -5px;
  margin-top: 7px;
  border: 2px solid #6BB5D0;
}

.experience {
  border-color: #6BB5D0;
}

.experience .icon {
  color: #3F6B7C;
}

.experience .text {
  color: #3F6B7C;
}

.experience h3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 107%;
  color: #4B4C4D;
}

.experience h3:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 8px;
  left: -5px;
  margin-top: 7px;
  border: 2px solid #6BB5D0;
}

.experience  a {
  font-weight: 400;
  color: #DE4140;
}

.experience .location {
  display: none;
}

.experience time {
  display: inline-block;
  font-style: italic;
  margin-left: 10px;
}

.experience li {
  padding: 7px 0 7px 15px;
}

#blur_1 {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

@media (max-width: 30em) {
  #blur_1 {
      display: none;
  }
  .main {
      padding: 0;
  }
  .wrap {
      width: auto;
      padding: 0 10px;
      background: #f5f5f5 url(/resume/a/bg_lines6.png);
      box-shadow: none;
  }
  header {
      padding: 25px 0 30px 6px;
  }
  .icon-profile {
      display: none;
  }
  .vcard {
      margin-left: 0;
      margin-top: 15px;
  }
  .vcard .tel,
  .vcard .emailh {
      display: block;
      margin: 0;
  }
  .social {
      position: static;
  }
  .other-items {
      float: none;
      width: auto;
      padding-left: 12px;
  }
  .main-content {
      float: none;
      width: auto;
      padding-left: 12px;
  }
  .experience time {
      margin: 0;
      display: block;
  }
  .experience, .education, .skills, .interest {
      padding-left: 20px;
  }
  .experience .icon,
  .education .icon,
  .skills .icon,
  .interest .icon {
      margin: 0 0 0 -40px;
  }
}
