@charset "UTF-8";
/* CSS Stylesheet */

/* Body & Text */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: .875em 'Lato', sans-serif;
	color: #000;
}
a, a:visited {
	text-decoration: none;
	color: #E54C5C;
}
a:hover {
	text-decoration: none;
	color: #F3C623;
}
p, ul {
	font-size: 1.1em;
	line-height: 1.2em;
}
/* h1 is site title */
h1 {
	font-size: 3em;
	font-family: 'Amatic SC', cursive;
	text-shadow: #BBD7F5 1px 2px;
	margin: 0 0 .25em 0;
	padding: 0;
}
a h1, a:visited h1 {
	color: #000;
}
/* h2 is section title ("projects") */
h2 {
	font: 1.6em 'Lato', sans-serif;
	color: #A36168;
}
/* h3 is sub-section title ("Experience Design") */
h3 {
	font-size: 2.5em;
	font-family: 'Amatic SC', cursive;
	margin: .25em;
	color: #fff;
	text-shadow: #666 2px 2px;
}
.projectSummary {
	margin-top: 0;
}
.testimonial {
	font: 1.1em 'arial', sans-serif;
	color: rgba(163, 97, 104, 0.88);
	padding: 1em;
}
/* h4 is sub-sub-section title ("Skills") */
h4 {
	font-weight: bolder;
	text-transform: uppercase;
	color: #A36168;
	margin: 0 0 .5em 0;
	font-size: 1.2em;
}
ul {
	padding-left: 1em;
	margin-bottom: 0;
}
li {
	padding-bottom: .5em;
}
table, th, tr {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
th {
	padding: 0 1% 0 2%;
}
hr {
	border-top: 3px double #BBD7F5;
}
iframe {
	min-height:271px;
}


/* big text at top of home page */
.bigQuote {
	font: 1.6em 'arial', sans-serif;
	font-style: italic;
	color: #fff;
}
.caption {
	font: 1em 'arial', sans-serif;
	font-style: italic;
	background-color: #eeecec;
}
.space {
	padding: 0 1em 0 1em;
}

/* Tags and Skill Areas */
.tag {
	padding: .5em;
	margin-top: .5em;
	border-radius: 10px;
	display: inline-block;
	color: #fff;
	text-shadow: #666 1px 1px;
}
a .tag {
	color: #fff;
}
a:hover .tag {
	text-decoration: underline;
}
.tagBig {
	width: 22.5%;
	padding: 1%;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: 'Amatic SC', cursive;
	background-color: #fff !important;
}
a:hover .tagBig {
	text-decoration: underline;
}

.experience {
	background-color: #E96E47;
}
.media {
	background-color: #2293E5;
}
.web {
	background-color: #A4605A;
}
.music {
	background-color: #44A536;
}

/* Page Layout */

/* Navigation and top-of-page image */

#title {
	margin: 0 0 1em 1em;
}
#nav {
	font: 1.2em 'Lato',sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	right: 1em;
	top: 1.3em;
}
#navMobile {
	display: none;
	font: 1.2em 'Lato',sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 1em 0;
	position: relative;
	text-align: center;
	background-color: #999A66;
	border-bottom: 2px solid #BBD7F5;
}
#footer {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 3em 0 0 0;
	background-color: #999A66;
}
.footerPadding {
	padding: 1em;
}
#nav a, 
#nav a:visited, 
#navMobile a, 
#navMobile a:visited,
#footer a, #footer a:visited {
	color: #fff;
}
#nav a:hover, 
#navMobile a:hover,
#footer a:hover {
	color: #F3C623;
}
/* photo at top of homepage and navigation */
.overlay {
	width: 100%;
	min-height: 4.5em;
	margin: 0 auto;
	padding: 0;
	background-image: url("../img/wanderlust2.jpg");
	background-size: 100% 100%;
	background-position: left top;
	background-color: #BBD7F5;
}
.overlayB {
	width: 100%;
	min-height: 4.5em;
	margin: 0 auto;
	padding: 0;
	background-image: url("../img/wanderlust2.jpg");
	background-size: 100%;
	background-position: left top;
	background-color: #BBD7F5;
}
.overlayText {
	max-width: 800px;
	margin: 0 auto;
	left: 0;
	padding: 2em;
}

/* Page Content */
.section {
	width: 100%;
	max-width: 1024px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	color: #000;
	overflow: hidden;
}
.textSection {
	padding: .25em 1em .5em 1.5em;
	margin: 1em 0 0 0;
}
.sectionNav {
	right: 20px;
	float: right;
	padding: 1.5em;
}
.sectionNav a, .sectionNav a:visited {
	color: #fff;
}
.textColumns {
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.inset {
	float: right;
	max-width: 170px;
	margin: 0 0 .5em 1em;
	padding: 0 1em .5em;
	background-color: #fff;
	border: 1px solid #BBD7F5;
	border-radius: 10px;
}
.card {
	/* background-color: #eeecec;
	border: 1px solid #999A66; */
	padding: 1em;
	margin: 1em 0;
	border-radius: 10px;
	overflow: hidden;
}
.textOnly {
	padding: 0 .5em;
}
.textOnly p {
	margin-top: .5em;
}

/* project thumbnails grid */
.thumbs table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.thumbs tr {
	margin: 0;
	padding: 0;
}
.thumbs th {
	max-width: 33%;
	margin: 0;
	padding: 0;
}
.thumbs p {
	padding: 0 1em;
	margin: 0;
	font: 0.875em 'arial', sans-serif;
}
.thumbs img {
	width: 100%;
	height: auto;
}

/* columns mania */
.columnContainer {
	width: 100%;
	clear: both;
	float: left;
	margin: 1em 0 0 0;
}
.column1 {
	width: 54%;
	float: left; 
	padding: 0 1% 0 2%;
}
.column2 {
	width: 40%; 
	float: left; 
	padding: 0 2% 0 1%;
}
.column1_50 {
	width: 47%;
	float: left; 
	padding: 0 1% 2% 2%;
}
.column2_50 {
	width: 47%; 
	float: left; 
	padding: 0 2% 2% 1%;
}

/* featured projects columns, different from others */
.column1proj_50 {
	width: 49%;
	float: left; 
	padding: 0 1% 0 0;
}
.column2proj_50 {
	width: 49%; 
	float: left; 
	padding: 0;
}
.column1proj_25 {
	width: 49%;
	float: left; 
	padding: 0 1% 0 0;
}
.column2proj_25 {
	width: 49%; 
	float: left; 
	padding: 0 0 0 1%;
}
.column1proj_50 p, .column2proj_50 p, .column1proj_25 p, .column2proj_25 p {
	margin-top: 5px;
}
.column1proj_50 img, .column2proj_50 img {
	width: 100%;
}


/* Responsive design */

/* on a browser > 1412px wide, minimize visible
distortion by cutting of bottom of front-page overlay image */
@media screen and (min-width: 1412px) {
    .overlay {
    	background-size: 100% auto;
    }
}
/* if browser is < 1000px but > 966px, size 
front-page overlay image so that it's cut off
rather then stretched */
@media screen and (max-width: 1000px) {
    .overlay {
    	background-size: auto 100%;
    }
}

/* if browser < 860px, use mobile navigation & header and collapse
text columns */
@media screen and (max-width: 860px) {
    .overlayB, #nav, #title {
    	display: none;
    }
    #navMobile {
    	display: block;
    }
    h1 {
    	text-shadow: none;
    }
    .textColumns {
    	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
    }
}

/* if browser < 725px, collapse all columns */
@media screen and (max-width: 725px) {
    .column1, .column2, .column1_50, .column2_50 {
        width: 96%;
        padding: 0 2% 2% 2%;
    }
    .column1proj_50, .column2proj_50 {
    	width: 100%;
    	padding: 0;
    }
    .thumbs th {
		min-width: 100%;
		margin: 0;
		padding: 0;
	}
	.textColumns {
    	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
    }
    /* and resize youtube videos */
    iframe {
    	min-height:391px;
    }
}

/* responsive grid system adapted from http://www.responsivegridsystem.com/ */

/*  SECTIONS  */
.colSection {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.colSection img {
	width: 100%;
}
.colSection p {
	/*padding: 0 10px 0 10px;*/
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.colB {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.colB:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.span_3_of_3b { width: 100%; }
.span_2_of_3b { width: 66.13%; }
.span_1_of_3b { width: 32.26%; }

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}
.span_5_of_6 {
  	width: 83.06%;
}
.span_4_of_6 {
  	width: 66.13%;
}
.span_3_of_6 {
  	width: 49.2%;
}
.span_2_of_6 {
  	width: 32.26%;
}
.span_1_of_6 {
  	width: 15.33%;
}

/*  REGULAR: GO FULL WIDTH BELOW 725 PIXELS */
@media only screen and (max-width: 725px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}
