body {
  margin: 0;
  padding: 100px 0 0 0;
  color: #333;
  background-color: #fff;
  line-height: 1.4;
  font-family: source-sans-pro, sans-serif;
  font-size: 18px;
}

a {
  color: #06c;
}

#heading {
  background-color: #333;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  font-weight: 300;
  font-family: source-sans-pro, sans-serif;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

h1, h2, h3, h4, h5 {
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 50px;
}

#heading a {
  color: #fff;
  text-decoration: none;
}

#container {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}

.container {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}

#nav {
  margin: 0;
  padding: 100px 0 0 0;
}

#nav li {
  list-style: none;
  margin: 0;
  padding: 0 0 35px 0;
  text-align: right;
  color: #333;
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  font-family: source-sans-pro, sans-serif;
}

#nav li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color .5s ease;
          transition: color .5s ease;
}

#nav li a:hover {
  color: #06c;
}

.portfolio-entry {
  padding-bottom: 1px;
  margin-bottom: 75px;
}

.portfolio-entry.compact {
  margin-bottom: 0;
}

.portfolio-entry:after {
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.portfolio-entry h2 {
  margin-bottom: 8px;
}

.portfolio-entry .link {
  font-size: 16px;
  margin-top: 0;
}

.portfolio-entry .link a {
  text-decoration: none;
  -webkit-transition: color .5s ease;
          transition: color .5s ease;
}

.portfolio-entry .link a:hover {
  color: #f30;
}

.portfolio-entry .images {
  width: 500px;
  height: 350px;
  float: right;
  margin: 0 0 15px 15px;
  padding: 0;
  position: relative;
  z-index: 90;
}

.portfolio-entry .images li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 500px;
  height: 350px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
          transition: opacity 1s ease-in-out;
}

.portfolio-entry .images li.image {
  opacity: 0;
}

.portfolio-entry .images li.image.active {
  opacity: 1;
}

.portfolio-entry .images img {
  width: 500px;
}

.portfolio-entry .images li.ctrl,
.portfolio-entry .images li.ctrl .left,
.portfolio-entry .images li.ctrl .right,
.portfolio-entry .images li.ctrl .caption {
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
}

.portfolio-entry .images li.ctrl {
  opacity: 0;
}

.portfolio-entry .images li.ctrl:hover {
  opacity: 1;
}

.portfolio-entry .images li.ctrl .left {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 150px;
  left: 10px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.portfolio-entry .images li.ctrl .left:after {
  width: 0;
  height: 0;
  display: block;
  float: left;
  border-color: transparent;
  border-right-color: #fff;
  content: " ";
  border-style: solid;
  border-width: 10px 10px 10px 0px;
  margin-top: 15px;
  margin-left: 18px;
}

.portfolio-entry .images li.ctrl .right {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 150px;
  right: 10px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.portfolio-entry .images li.ctrl .right:after {
  width: 0;
  height: 0;
  display: block;
  float: right;
  border-color: transparent;
  border-left-color: #fff;
  content: " ";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  margin-top: 15px;
  margin-right: 18px;
}

.portfolio-entry .images li.ctrl .caption {
  width: 460px;
  padding: 5px 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  
}

.portfolio-entry .images li.ctrl .disabled {
  opacity: 0;
  cursor: default;
}

#resume {
  margin: 0 auto;
  max-width: 700px;
}

#resume h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 1em 0 0 0;
}

#resume h3 {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  line-height: 1.8;
}

#resume ul li ul li {
  list-style: disc;
}

#resume p.small {
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 1em 0;
}

#resume p.small:after {
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

#resume p.small .left {
  width: 50%;
  float: left;
}

#resume p.small .right {
  width: 50%;
  float: left;
  text-align: right;
}

#resume a {
  color: #06c;
  text-decoration: none;
  -webkit-transition: color 1s ease;
          transition: color 1s ease;
}

#resume a:hover {
  color: #f30;
}

#resume .highlights {
  margin: 0;
  padding: 0 0 0 1em;
}

#resume .highlights li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

#resume .skills {
  margin: 0;
  padding: 0;
}

#resume .skills li {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}

#resume .skills li:after {
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

#resume .skills li .head {
  width: 30%;
  min-width: 150px;
  float: left;
  font-weight: 700;
}

#resume .skills li .content {
  width: 70%;
  min-width: 350px;
  float: left;
}

#resume .contact {
  margin: 36px 0 18px 0;
  padding: 18px 0 0 0;
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid #ccc;
}

#resume .contact:after {
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

#resume .contact li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 33%;
  float: left;
}

#resume .contact .pdf {
  text-align: center;
}

#resume .contact .email {
}

#resume .contact .addr {
  width: 34%;
  text-align: right;
}
