/*imports*/
@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,500);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300,400);

html, body{
	height:100%;
}

body {
	line-height: 1.4em;
	color: #666;
	text-align: justify;
	background-repeat:repeat;
}

h1 {
	text-align: center;
	margin: 10px auto;
	padding: 0 auto;
}

h1 a{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	color: #333;
	text-transform: uppercase;
	line-height: 1em;
}

hr {
	margin: 1em 0 0 0;
	height: 1px;
	background: #d3d3d3;
	border: none;
	width: 100%;
	clear: both;
}

p {
	font-size: .95em; /* 18px / 16px */
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	padding-bottom: 1em;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 1.25em;
	letter-spacing: .15em;
	text-transform: uppercase;
	position: relative;
	margin-top: 1em;
	margin-bottom: 0;
}

h2.title:after {
	content: "";
	display: block;
	border-top: solid 1px #666;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

h2.title span {
	padding: 0 20px;
	position: relative;
	z-index: 5;
	background-color:white;
	background-repeat:repeat;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: .05em;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin:0 0 .75em 0;
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1em;
	margin-top:-2em;
	text-align: justify;
}

header.band{
	padding: 5% 0 0 0;
}

header.band2 {
	text-align: center;
	padding: 0 0 0 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.band .columns {
	padding-top: 1em;
	padding-bottom: 1em;
}

.button{
	margin: 0 auto;
	padding:0 auto;
}

a.button {
	background: #333;
	text-align: center;
	padding: .5em 1.5em;
	font-size: .95em;
	color: white;
	margin: 0 auto;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 0.2em 0 rgb(246, 151, 121);
	text-transform: uppercase;
	letter-spacing: 0.1em;

	/*transition cross-browser stuff*/
	-webkit-transition: background 0.2s ease-out;  /* Safari 3.2+, Chrome */
	-moz-transition: background 0.2s ease-out;  /* Firefox 4-15 */
	-o-transition: background 0.2s ease-out;  /* Opera 10.5Ð12.00 */
	transition: background 0.2s ease-out;  /* Firefox 16+, Opera 12.50+ */
}

a.button:hover {
	background: rgb(246, 151, 121); /* was #ab3009 */
}

.work {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: .95em;
	line-height: 1.35em;
	text-align: justify;
	color:#666;
	margin: -15px 0;
	padding:0 auto;
}

.description {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: .95em;
	line-height: 1.35em;
	text-align: justify;
	color:#666;
	margin: -60px 0;
	padding:0 auto;
}

footer {
	font-size: 0.85em;
	text-align: center;
	line-height: 1.25em;
	color:#666;
}

footer i{
	color:#999;
}

.last a {
	margin: 0 1em;
}

i:hover{
	color: #666;
}

img {
	display: block;
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	height: auto;
}

.logo {
	margin-bottom:5%;
}

.bx-viewport ul {
  margin: 0;
  padding: 0;
}



/*as we don't have many media queries, we'll stick them all below here*/


@media only screen and (min-width: 767px) {

	body {
		font-size: 1em; /* 18px / 16px */
		line-height: 1.75em;
	}

	div.band .columns {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.logo{
		margin-top: 0;
	}

	.button{
		margin: 3% 0 5% 0;
	}

	a.button {
		margin: 0 auto;
		padding: .75em 1.5em;
	}

	h1 a {
		font-size: 1.5em;
	}

	h2 {
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.bio {
		padding-right:1em;
	}

	footer {
		text-align: left;
	}

	.last {
		text-align: right;
	}

	.logo{
		margin-bottom: 0;
	}
}

/*------ STICKY FOOTER ----------- */

	.page-wrap {
		min-height: 100%;
		/* equal to footer height */
		margin-bottom: -58px;
		padding-bottom:1%;
	}
	.page-wrap:after {
	  	content: "";
	  	display: block;
	}

	.site-footer, .page-wrap:after {
	  	/* .push must be the same height as footer */
	  	height: 58px;
	  	margin-top:0;
	}

/*----------- NAV COLLAPSE ----------- */


header nav {
	text-align: center;
}
header nav ul {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: .95em;
	margin: 0;
	padding: 1em 0 1em 0;
	list-style-type: none;
}
header nav ul li {
	display: inline-block;
	margin-left: 1.75em;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li ul {
	display: none;
}
a {
	color: #999;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}

/*----------- FIGURE CAPTION EFFECTS ----------- */

figure {
    margin: 0;
    position: relative;
}
figure img {
    display: block;
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto;
}
figure figcaption {
    display: block;
    position: absolute;
    z-index: 5;
}
figure h3 {
    color: #fff;
    font-size: .95em;
    line-height: 1.2;
    font-weight: 700;
    margin: 10px auto;
}
figure span {
    color: #fff;
    display: block;
    text-align: left;
    font-size: .85em;
    line-height: 1.25;
}
figure a.close-caption {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
figure a.close-caption.hidden {
    display: none;
}

/*----------- EFFECT 1 ----------- */

#effect-1 a.close-caption {
    bottom: 10px;
    right: 10px;
}
#effect-1 figure {
    background-color: #999;
}
#effect-1 figcaption {
    bottom: 0;
    left: 0;
    width: 100%;
    padding:0 10px 15px 10px;
}
#effect-1 figure img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.no-touch #effect-1 figure:hover img,
#effect-1 figure.hover img {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
}
