@charset "utf-8";
/* CSS Document */

header{height: 450px; background: url(179H.jpg) center center; background-size: cover;}

.logo{size: 50px; float: left; margin: 10px 0 0 30px}

nav{font-weight: 700;text-transform: uppercase; font-size: 14px; float: right; margin: 30px 30px 0 0}

nav a{display: inline-block; margin-right: 20px; color:rgba(0,0,0,0.7)}

nav a:hover{color:rgba(0,0,0,0.1)}

h1{color: rgba(255,255,255,1.00)!important; text-align: center; font-size: 72px!important; font-weight: 700!important; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 20px; clear: both; padding-top: 100px}

span{display: inline-block; padding: .2em .5em; border: white solid 10px;}

.subtitle{text-align: center; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: white; line-height:inherit}

h5{text-transform: uppercase; text-align: center; padding: 100px 0px 30px; color: #E1C184!important; font-weight: 700!important}

.face-lockup{max-width: 780px; display: flex; margin: 0 auto; align-items: center; justify-content: space-around}

.face-img{order: 3}

.icon-pencil{order: 1}

.icon-camera{order: 2}

.icon-web{order: 4}

.icon-brush{order: 5}

@media screen and (max-width: 650px){
	.face-lockup{display: block; text-align: center}div{display: inline-block}
	.face-img{display: block; background-position: center center; background-repeat: no-repeat; width: auto; margin-bottom: 30px}
	[class^="icon-"]{margin: 10px}
}

.blurb{max-width: 620px; padding: 0 15px; margin: 50px auto; font-size: 24px; text-align: center; font-weight: 300}

.img-blurb{max-width: 800px; padding: 0 15px; margin: 50px auto; font-size: 20px; text-align: justify; font-weight: 300}

*{box-sizing: border-box}

.skill-lockup{max-width: 700px; margin: 100px auto; color: #999; display: flex}

.skill-unit{width: 700px; float: left; column-count: 2; column-gap: 40px}

.skill-label{text-transform: uppercase; font-size: 10px; margin: 10px}

.skill-container{width: 100%; background-color: #E5EAEE; display: inline-block}

.skills{text-align: right; padding-right: 20px; line-height: 14px; color: #C19B58; margin: 0 0 30}

.skills::after{content: none; display: block; background-size: 10px}

.photoshop {width: 90%; background-color: #C19B58}

.illustrator {width: 90%; background-color: #C19B58}

.indesign {width: 90%; background-color: #C19B58}

.typography {width: 74%; background-color: #C19B58}

.illustration {width: 85%; background-color: #C19B58}

.photography {width: 70%; background-color: #C19B58}

.html {width: 77%; background-color: #C19B58}

.editing {width: 75%; background-color: #C19B58}

@media screen and (max-width: 541px){
	.skill-lockup{width: 270px}
}

.alt-section{background: #E5EAEE}

.thumb-container{max-width: 960px; margin: 40px auto 10px; min-height: 400px; padding-bottom: 100px; overflow: auto}

.frame {
  float: left;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 300px;
	background-color: #C19B58
}

.frame a {
  display: block;
	height: 100%;
  width: 100%;
}

.frame img {
  display: block;
  height: auto;
  position: absolute;
  top: -125%;
  left: -50%;
	width: auto;
  z-index: 0;
}

.frame:nth-child(2) img {
  top: -90%;
  left: -70%;
}
.frame:nth-child(3) img {
  top: -90%;
}

.frame a .caption {background-color: rgba(0,0,0,0.5);
	display: block;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
	transition-property: top;
  transition-duration: 0.2s;  
  width: 100%;  
  z-index: 10;
}

.frame a:hover .caption {
	top: 0;
  transition: all 2s
}

.frame a .caption p {
  color: white;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2
	
}

.frame a .caption p {
  color: white;
  display: none;
  line-height: 150%;
  transition: all 0.2s;  
  width: 90%;
}

.frame a:hover .caption p {
  display: block;
  margin-bottom: 20px;
}

h4{text-align: center; color: #E1C184!important; font-weight: 300; text-transform: uppercase; font-size: 28px; line-height: 1.2; padding: 30px 0px 30px}

.work-return{cursor: pointer; opacity:1; padding: 10px}

.work-return:hover{opacity: 0.1}

.section-title{text-align: center; margin: 0 auto; margin-bottom: 100px; margin-top: 50px; padding: 0; display: block; font-size: 14px; line-height: 20px}

@media only screen and (max-width: 1180px){.section-title{width: 100%}}

.border{display: block; margin: 0 auto 30px auto; height: 1px; width: 80px; background-color: #ccc; border-bottom: 1px solid white; margin-bottom: 30px}

*{box-sizing: border-box;}

.exp-section{background: #E5EAEE}

.timeline {position: relative; max-width: 1000px; margin: 0 auto}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-container {
    padding: 50px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #C19B58;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}


.left {
    left: 50%;
}

.right {
    left: 50%;
}

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.right::after {
    left: -16px;
}

.timeline-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

@media all and (max-width: 600px) {
  .timeline::after {
    left: 31px;
	}}
  
  .timeline-container {
    width: 50%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .left::after, .right::after {
    left: 15px;
  }
  
  .right {
    left: 0%;
  }

.portfolio-wrap{text-align: center!important; padding: 50px 0px 0px}
	
.resume{padding: 50px 0px 0px; text-align: center}
	
.resume a{display: inline-block; text-decoration: none}

.resume a:hover{color:rgba(0,0,0,0.1); transform: scale(1.2)}

.resume-download{padding: 10px 0px 0px; text-align: center}
	
.resume-download a{display: inline-block; text-decoration: none}

.resume-download a:hover{color: #C19B58; transform: scale(1.2)}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
	padding-top: 50px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color:rgba(0,0,0,1.00);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 auto;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 5s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.social-links{max-width: 700px; margin: 0 auto 50px; display: flex; justify-content: space-around; flex-wrap: wrap}

.social-links a{display: block; background: #E1C184; text-align: center; line-height: 50px; border-radius: 50%; color: white; font-size: 28px; margin: 20px}

.social-links a:hover{transform: scale(1.2)}

.bar{width: 250px; height: 0px; border-top: 4px solid #E1C184; margin: 0 auto 70px}

.biglink{display: block; text-align: center; font-size: 27px; color: #E1C184; font-weight: 300; line-height: 1; padding-bottom: 100px}

.biglink a{text-decoration: none}

.biglink a:hover{color: #C19B58}

footer{background: url(179H.jpg) center center; background-size: cover}

.footer-lockup{padding: 50px 30px}

.copyright{margin:0; text-transform: uppercase; font-size: 12px; color: rgba(0,0,0,0.4); padding-top: 10px}