@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);

@font-face {
	font-family: 'Basetica';
	src: url('webfonts/Basetica-Med.otf');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,body{height: 100%;}


img {
	max-width: 100%;
	margin:0 auto;
	display: block;
}

figure{
	max-width: 100%;
	margin: 1em auto;
}

figcaption{
	font-family: Basetica,'gill sans', sans-serif;
	font-size: 0.65em;
	opacity: 0.75;
	letter-spacing: 0.07em;
	word-spacing: -0.1em;
	line-height: 1.1;
	margin: .5em 0;
	text-align: center;
}

body{
	font-family:'Times new roman';
	text-align: center;
	padding:0 2%;
	font-size: 18px;
	line-height: 1.35;
	color:#000000;
}

h1{
	font-family:'Basetica', 'Gill Sans', 'Gill Sans MT', 'Century Gothic', sans-serif;
	letter-spacing: 0.07em;
	font-size: 3.1em;
	font-weight: normal;
	line-height: 1;
	margin:.9em 0 .83em;
}

h2{
	font-size: 1.85em;
	font-weight: normal;
	margin-top: 0;
}

h3{
	font-size: 1.85em;
	font-weight: normal;
	margin-top:0;
}

h4{
	font-size: 1.35rem;
}

h5, 
.small-h{
	font-family:'Basetica', 'Gill Sans', 'Gill Sans MT', 'Century Gothic', sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: normal;
	margin-bottom:0;
}


a{
	color: inherit;
	text-decoration: none;
	border-bottom:1px solid rgba(0,0,0,.1);
	padding-bottom:2px;
}

a:hover{
	border-color:rgba(0,0,0,1);
}

a:hover h4{
	text-decoration: underline;
}

hr {
	border-top: 1px solid rgba(20,20,20,.8);
}

hr.space{
	margin:4em auto;
}

.credit,
.sans{
	font-family:'Basetica', 'Gill Sans', 'Gill Sans MT', 'Century Gothic', sans-serif;
	letter-spacing: 0.07em;
	word-spacing: -0.17em;
	font-size: .8em;
	line-height: 1.55em;
}

.page div.sans{
	text-align: justify;
	margin:1.5em auto;
}
.page img+div.sans,
.page figure+div.sans{
	margin:2.5em auto 1.5em;
}

.page .sans p{
	text-indent: 8%;
	margin: 0;
}

.page .sans :first-child{
	text-indent: 0;
}

.alt-heading{
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0.7em auto 0.95em;
}

.alt2-heading{
	font-family: 'Times New Roman',Times, serif;
	font-weight: normal;
	font-size: 2.6em;
	letter-spacing: 0;
	margin: 0.7em auto 0.85em;
}

.credit{
	font-family:'Basetica', 'Gill Sans', 'Gill Sans MT', 'Century Gothic', sans-serif;
	font-size: .8em;
	line-height: 1.55em;
	text-transform: uppercase;
	font-size: 0.625em;
	letter-spacing: 0.1em;
	word-spacing: 0;
	text-align: center;
	margin:1em auto;
}



/* ------------------------------------
Layout 
------------------------------------*/


header.site-header{
	display:block;
	width: 100%;
	clear:both;
	height:5%;
	min-height: 50px;
	padding:3% 0 3.5%;
	margin-bottom:1em;
}

header.site-header .site-title{
	font-family:'Basetica', 'Gill Sans', 'Gill Sans MT', 'Century Gothic', sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	height: 0;
	overflow: visible;
}

header.site-header .nav1,
header.site-header .nav2{
	display: inline-block;
	float: left;
	width:33%;
	text-align: left;
}
header.site-header .nav2{
	float: right;
	text-align: right;
}

header.site-header a{
	border-bottom: none;
}
header.site-header nav .current{
	border-bottom:2px solid rgba(0,0,0,.1);
	padding-bottom:4px;
}

header.site-header .nav1 a + a {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(0,0,0,.15);
}

header.site-header .nav2 a + a {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid rgba(0,0,0,.15);
}

.project{
	padding: 1.5% 0 3.5%;
}

.wide-page{
	margin:0 auto 5%;
	background-color: #dcdee5;
	padding:2%;
}

.page{
	max-width:1080px;
	margin:0 auto 5%;
	background-color: #dcdee5;
	padding:2%;
}

.bg-sage{
	background-color: #e6eeee;
}
.bg-faint-yellow{
	background-color: #fffee8;
}

.bg-faint-orange{
	background-color: #ffebd1;
}

.section-header{
	margin:0 auto 25px;
	max-width: 640px;
	border-top:1px solid #000;
	padding:20px 0 0;
}

.section-header h3{
	margin:0 auto;
	line-height: 1;
}

.preface{
	max-width:400px;
	margin:0 auto;
}

.preface :first-child {
	margin-top: 0;
}

.section-content{
	padding: 0 3% 3%;
}

.main .section-content{
	padding-top:3%;
	background-color:#ffebd1;
}

.main .intro-img{
	width:70%;
	max-width:380px; 
	margin:0 auto;
}
.inner-item{
	max-width: 640px;
	margin: auto;
}
.page .inner-item{
	max-width: 680px;
	text-align:left;
}

.cols2 .inner-item{
	display: inline-block;
	width:43%;
	max-width: 410px;
	padding:0 3%;
	vertical-align: top;
	font-family:'Basetica', 'Gill Sans', 'Gill Sans MT', 'Century Gothic', sans-serif;
	letter-spacing: 0.075em;
	font-size: .75em;
	line-height: 1.45em;
}

.cols2 .inner-item h2,.cols2 .inner-item h3,.cols2 .inner-item h4{
	font-weight: normal;
}

.cols2 .inner-item .intro-img{
	width:70%;
	margin: 0 auto 2em;
}

.cols2 .inner-item + .inner-item{
	border-left:1px solid #000;
	margin-left: -5px;
}

footer{
	padding: 7% 0;
	font-family:'Basetica', 'Gill Sans', 'Gill Sans MT', 'Century Gothic', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	font-size: .68em;
	line-height: 1.45em;
	border-top: 1px solid #000;
	width: 96%;
	margin: 5% auto 0;
}


footer a{
	border: 0;
	margin:0 0 0 2%;
}

.about .inner-item{
	text-align: center;
}


.teaser{
	width: 90%;
	max-width: 700px;
	display: inline-block;
	height:70%;
	min-height: 300px;
	background: transparent url('../img/bg.jpg') center no-repeat;
	background-size: cover;
	margin-bottom:10%;
}



/* ------------------------------------
Slideshow
------------------------------------*/


.cycle-slideshow { 
	position: relative; 
	overflow: hidden; 
	margin: 0 0 1.5em;
	padding-bottom: 20px
}

.cycle-slideshow img{ 
	margin-bottom:0;
}

.cycle-slideshow .slide { 
	width:80%;
	margin: 1.25em 0;

}

.slide .slide-page {
	display: inline-block;
	width:46%;
	vertical-align: middle;
	background-color: #fff;	
	padding:1.75%;
}

.slide .left img{
	margin-left: -1.25%;
}

.spread .slide-page{
	padding: 0;
	background-color: transparent;
}

.spread  .left img{
	margin:0;
}

.slide .slide-page+.slide-page {
	margin-left:-5px;
	-webkit-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.15);
	box-shadow: -1px 0px 0px 0px rgba(0,0,0,0.15);
}

.slide .text {
	text-align: left;
	padding:1em;	
}

.slide .slide-page .text span{
	display: block;
	font-size: 1.15em;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 0,5em;
}


.cycle-slideshow .cycle-prev{
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	bottom: 40px;
	width:47%;
	z-index: 9999;
	cursor: pointer;
	opacity: 0;
}

.cycle-slideshow .cycle-next{
	display: block;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 40px;
	width:47%;
	z-index: 9999;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease;
}

.cycle-slideshow .cycle-prev:hover,
.cycle-slideshow .cycle-next:hover{
	opacity: 1;
	transition: all 0.1s ease;
}

.cycle-slideshow .cycle-prev img{
	width:70px;
	height:auto;
	position:absolute;
	left:6%;
	top:43%;
	cursor: pointer;
	opacity: .2;
}
.cycle-slideshow .cycle-next img{
	width:70px;
	height:auto;
	position:absolute;
	right:6%;
	top:43%;
	cursor: pointer;
	opacity: .2;
}

.cycle-pager {
	text-align: center;
	z-index: 9;
}
.cycle-pager span {
	font-family: arial, helvetica, sans-serif;
	font-size: 30px;
	width: 12px;
	height: 12px;
	display: inline-block;
	color: rgba(0,0,0,.3);
	cursor: pointer;
	margin:0 5px;
}
.cycle-pager span:hover {
	color:rgba(0,0,0,.55);
}

.cycle-pager span.cycle-pager-active {	color:rgba(0,0,0,.8);
}




/* ------------------------------------
Mediaqueries
------------------------------------*/



@media (max-width: 600px){
	header.site-header {
		height: auto;
		padding: 5% 0;
	}
	header.site-header .nav1, header.site-header .nav2 {
		display: inline-block;
		float: none;
		width: auto;
		text-align: center;
		margin:0 .25em;
	}
	header.site-header .site-title {
		font-size: 2em;
		line-height: 1;
		margin: 0;
		height: auto;
		overflow: visible;
		margin-bottom:5%;
	}
	.cycle-slideshow .slide { 
		width:100%;
	}
	.cycle-slideshow .cycle-prev img{
		width:30px;
		left:0;
		top:42%;
	}
	.cycle-slideshow .cycle-next img{
		width:30px;
		right:0;
		top:42%;
	}
	.cycle-pager span {
		margin:0 .75%;
	}
	.cols2 .inner-item{
		width:100%;
		display: block;
	}
		.cols2 .inner-item+.inner-item{
		border-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 500px){
	h1{
		font-size: 2.8em;
	}
}



