@charset "UTF-8";
/* Copyright 2016 - Aaron Brozek */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}
/*---------------------END OF RESET---*/
html {

/*background-color: #ffffff; */
background-image: 



}
body {
	width: 100%;
	height: 100%;
	margin:auto auto;
	
	
}
body {
    height: 100%;
    width: 100%;
    background: 
      linear-gradient(45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab),
      url('/imgs/Mountainbackground.jpg');;
    background-size: cover;
    background-blend-mode: overlay;
	animation: gradient-animation 15s ease infinite;

}



@keyframes gradient-animation {
    0% {
      background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    }
    25% {
      background: linear-gradient(45deg, #e73c7e, #23a6d5, #23d5ab, #ee7752);
    }
    50% {
      background: linear-gradient(-45deg, #23a6d5, #23d5ab, #ee7752, #e73c7e);
    }
    75% {
      background: linear-gradient(-45deg, #23d5ab, #ee7752, #e73c7e, #23a6d5);
    }
    100% {
      background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    }
}

/*				Typography
================================== */
h1 {
	font-family: 'Rock Salt', sans-serif;
	color: #000;
}
h2, h3, h4, h5, h6 {
	font-family: 'Homenaje', sans-serif;
	color: #000;
}
a {
	text-decoration: none;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 1rem;
	line-height: 150%;
}
h1 {
	font-size: 2.25rem;
	line-height: 2em;
}
h2 {
	font-size: 2rem;
	line-height: 2em;
}
h3 {
	font-size: 1.75rem;
	line-height: 1.5em;
}
h4 {
	font-size: 1.5rem;
	line-height: 1.5em;
}
h5 {
	font-size: 1rem;
	line-height: 1em;
}
h6 {
	font-size: .85rem;
	line-height: 1em;
}
/*					Alignment
=============================== */

.left {
	float: left;
}
.right {
	float: right;
}
.home {
	
	position: relative;
	min-height: 350px;
	height: 100%;
}
.wordmark, div.download-button-big {
	padding: 2%;
	position: relative;
	margin: auto;
	width: 220px;
	border-width: 3px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	text-align: center;
	background: rgba(255,255,255,0.43);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
div.download-button-big {
    background: #ccc;
    color:black;
    margin-top: 2em;
}
div.download-button-big:hover {
    border-color: #202020;
}

.shadow {
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 8px 8px rgba(0,0,0,0.11), 
              0 16px 16px rgba(0,0,0,0.11), 
              0 32px 32px rgba(0,0,0,0.11);
}
.wordmark:focus {
	outline:none;
	-webkit-box-shadow: 0px 0px 7px outset;
  	-moz-box-shadow: 0px 0px 7px outset;
  	box-shadow: 0px 0px 7px outset;
}
.wordmark:hover {
 	-webkit-box-shadow: 0px 0px 7px inset;
  	-moz-box-shadow: 0px 0px 7px inset;
  	box-shadow: 0px 0px 7px inset;
}
.wordmark:active {
	-webkit-box-shadow: 0px 0px 27px inset;
  	-moz-box-shadow: 0px 0px 27px inset;
  	box-shadow: 0px 0px 27px inset;
}
.wordmark h1 {
	letter-spacing: 1.45px;
	line-height: 1.25em;
}
.wordmark h4 {
	line-height: 1.75em;
	font-weight: 400;
}
.wordmark h1, h4 {
	color: #fff;
}
.down {
	position: absolute;
	display: none;
	width: 60px;
	height: 70px;
	padding: 15px;
	left: 50%;
	bottom: 30px;
	margin-left: -30px;
}
.down .stripe {
	position: absolute;
	top: 37px;
	left: 30px;
	width: 2px;
	background-color: #ADADAD;
	height: 55px;
}
.down .arrow {
	position: absolute;
	bottom: 13px;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #ADADAD;
	border-right: 2px solid #ADADAD;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.work {
	display: block;
	position: relative;
	background: #ccc;
	background-image: url('/imgs/60degree_gray.png');
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 3%;
}
.work a {
	width: 48%;
	height: 225px;
	display: block;
	line-height: 225px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
}
.work div {
	/*width: 48%;
	height: 225px;
	line-height: 225px;
	text-align: center;*/
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	overflow: hidden;
}
.work div:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);

}
.work div:hover h1 {
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform:scale(1);
    transform: scale(1);
	color: red;
}
.work h1 {
	line-height: inherit;
	color: #fff;
	font-family: 'Homenaje', sans-serif;
    font-size: 3rem;
	letter-spacing: 2px;
	
}
.personal h1 {
	color: #000;
	
}
.personal {
	background-image: url(../imgs/personal/button/beer-baby.jpg);
	background-repeat: none;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.commercial {
	background-image: url(../imgs/personal/button/1.jpg);
	background-repeat: none;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.about {
	display: block;
	position: relative;
	
	padding: 3%;
}
.about .headshot, .bio {
	width: 48%;
}
.headshot {
	overflow: hidden;
}
.fullscreen {
	position: relative;
	display: block;
	text-shadow: 0 0 9px #444;
	text-align: center;
}
.footer {
	display: block;
	
	width: 97%;
	padding: 1.5%;
	text-align:center;
}
.footer p {
	font-family: 'Rock Salt', sans-serif;
	font-size: .85rem;
}

@media screen and (max-width:450px) {
body {
	width: 100%;
}

.work a {
	float: none;
	width: 100%;
	margin-bottom: 3%;
}
.work a:last-of-type {
	margin-bottom: 0;
}
.about .headshot, .bio {
	width: 100%;
}
.headshot {
	margin-bottom: 3%;
}
}