/* CSS Document */

html, body {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;	
}

html {
  font-size: 62.5%; }

body {
  font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.625;
  font-weight: 400;
  font-family: 'Kameron', serif;
  color: #f5f5f5;
}
  
h1, h2, h3 {
	font-family: 'Sansita One', cursive;
}

a {
	color: #b74137;
	text-decoration: none;
}

a:hover {
	color: #E25F59;
	text-decoration: underline;	
}

.container {
	max-width: 1200px;
	height: 100%;	
}

#home {
	background: url(../images/gradient.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: table;
    height: 100%;
    position: relative;
    width: 100%;
	padding: 0 30px;
}

.borders {
	display: none;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.border {
	position: absolute;
    background: rgba(250,250,250,0.9);
}

.border-top {
    top: 30px;
    left: 35px;
}

.border-bottom {
    bottom: 30px;
    left: 35px;
}

.border-left {
    top: 30px;
    left: 30px;
}

.border-right {
    top: 30px;
    right: 30px;
}

.hor {
    width: calc(100% - 70px);
    height: 5px;
}

.vert {
    width: 5px;
    height: calc(100% - 60px);
}

@media (min-width: 550px) {
.borders						{ display: inline; }
}

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

.text-vcenter h1 {
    font-family: 'Sansita One', cursive;
	font-size: 3em;
    color: #f5f5f5;
}

.text-vcenter h3 {
    font-size: 1.2em;
	letter-spacing: 0.05em;
    color: #f5f5f5;
	font-family: 'Kameron', serif;
	margin-top: 30px;
}

.learn-more {
	margin-top: 90px;
	font-size: 1em;
	letter-spacing: 0.05em;
    text-decoration: none;
	position: relative;
	z-index: 2;		
}

.learn-more a {
	color: rgba(245,245,245,0.7);
}

.learn-more a:hover {
	color: #f5f5f5;
	text-decoration: none;
}

@media (min-width: 550px) {
.text-vcenter h1,
.text-vcenter h3				{ padding: 0 80px; }
}

.spacer {
	width: 100%;
	height: 90px;
	position: relative;
}

.small-spacer {
	width: 100%;
	height: 30px;
	position: relative;
}

.med-spacer {
	width: 100%;
	height: 45px;
	position: relative;	
}

.pull-middle {
	display: inline-block;
	vertical-align: middle;
	float: none;	
}

.what-i-do {
	background: url(../images/intro-bg.jpg);
	width: 100%;
	min-height: 100%;
	position: relative;
}

h2.section-title {
	font-size: 2.5em;
	color: #666666;
	text-align: center;
	margin-bottom: 60px;	
}

h3.what-title {
	font-size: 1.5em;
	color: #666666;
	text-align: center;	
	margin-top: 25px;
}

p.what-description {
	font-size: 0.9em;
	color: #666666;
	text-align: left;	
}

@media (min-width: 550px) {
p.what-description				{ text-align: center; }
}

.empathy-icon, .what-icon, .portfolio-sample {
	position: relative;
	margin: auto;
}

.empathy-icon img {
	display: block;
	margin: auto;
	width: 60%;
	margin-bottom: 20px;
}

.portfolio-sample img {
	display: block;
	margin: auto;
	width: 85%;
	margin-bottom: 20px;	
}

.what-icon img {
	display: block;
	margin: auto;
	width: 40%;
}

@media (min-width: 750px) {
.what-icon img 					{ width: 35%; }
.empathy-icon img				{ width: 50%; }
.portfolio-sample img			{ width: 65%; }
}

@media (min-width: 1000px) {
.what-icon img 					{ width: 50%; }
.empathy-icon img				{ width: 65%; margin-bottom: auto; }	
.portfolio-sample img 			{ width: 100%; margin-bottom: auto; }	
}

.work-ive-done {
	background: url(../images/intro-bg.jpg);
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 5;
}

.work-ive-done-header {
	background: #b74137;
	width: 100%;	
}

.work-ive-done-header h2 {
	font-size: 2.5em;
	color: #f5f5f5;
	text-align: center;
	padding: 60px 0;	
}

h3.portfolio-header {
	font-size: 2em;
	color: #666666;
	margin-bottom: 0;
	text-align: center;
}

h3.notable-content {
	font-size: 2em;
	color: #666666;
	margin-bottom: 0;
	text-align: center;
}

p.portfolio-duties {
	color: #949494;
	font-size: 0.9em;
}

p.portfolio-description {
	color: #666666;
	font-size: 0.9em;
}

.center-button {
  min-width: 100%;
  text-align: center;
  margin: auto;
  float: none;
}

@media (min-width: 1000px) {
h3.portfolio-header,
p.portfolio-duties,
p.portfolio-description			{ text-align: left; }
.center-button					{ min-width: auto; float: left; }
}

.intro {
	background: #b74137;
	width: 100%;
	position: relative;
	z-index: -1;
}

.intro-title {
	font-size: 2em;
	color: #f5f5f5;
	text-align: center;
}

p.intro-paragraph {
	font-size: 0.9em;	
}

@media (min-width: 1000px) {
.intro-title					{ text-align: left; }
}

h2.contact-title {
	font-size: 2.5em;
	color: #666666;
	text-align: center;
}

p.contact-sub {
	color: #666666;
	font-size: 1em;
	margin-bottom: 30px;	
}

p.email-me {
	font-size: 1.2em;
	text-align: center;
	color: #444444;	
}

@media (min-width: 750px) {
p.contact-sub					{ text-align: center; }
}

@media (min-width: 1000px) {
p.contact-sub					{ padding: 0 20%; }
}

footer {
	height: 60px;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	background: url(../images/gradient.svg);
	background-size: 100%;
	display: table;
	position: relative;
	vertical-align: middle;
}

p.footer-description {
	display: table-cell;
	vertical-align: middle;	
	position: relative;
	text-align: center;
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #b74137;
  text-align: center;
  font-size: 0.8em;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #b74137;
  cursor: pointer;
  box-sizing: border-box;
  
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b74137;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: #f5f5f5;
  text-decoration: none;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-shutter-out-vertical-ie {  
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #b74137;
  text-align: center;
  font-size: 0.8em;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #b74137;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  background: transparent;
}  

.hvr-shutter-out-vertical-ie:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}

 .hvr-shutter-out-vertical-ie:hover, .hvr-shutter-out-vertical-ie:focus, .hvr-shutter-out-vertical-ie:active {
  color: #f5f5f5;
  background: #b74137;
  text-decoration: none;
}

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.square {
  position: relative;
  width: 100%;
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect3 {
  overflow: hidden;
}
.ih-item.square.effect3.colored .info {
  background: #b74137;
}
.ih-item.square.effect3 .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  padding: 10px 10px 10px 4px;
  margin: 4px 0 4px 0;
}

.ih-item.square.effect3 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect3.bottom_to_top .info {
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.ih-item.square.effect3.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}