/* @override
	http://localhost:8080/web/css/style.css */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: "Fedra Sans 2", HelveticaNeue;
	font-weight: 300;
	color: #222;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #47dbb4;
	outline: none;
}

a:hover,
a:focus {
	color: #33b996;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Canvas container */

.container {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}


/* Header */

.codrops-header {
	position: relative;
	z-index: 1000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100vh;
	min-height: 600px;
	padding: 22em 1em 4em;
	text-align: center;
	color: #fff;
	background: #181922 url(../img/photographs/opening-walkers.jpg) no-repeat center center;
	background-size: cover;
}

.codrops-header h1 { text-shadow: 0px 0px 10px #555; }

.codrops-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.3);
}

.header-title {
	position: relative;
}

.header-title__main {
	font-family: "Fedra Serif Display Medium 2", Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
	margin: 0em 0 0.15em 0;
}

.header-title__part {
	font-family: "Fedra Sans Medium 2", Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 0.55em;
	font-weight: 400;
	display: block;
	padding: 0.5em 0 2em;
	text-indent: 4px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.header-title__part::before,
.header-title__part::after {
	content: '\2014';
	padding: 0 0.5em;
}

.header-title__sub {
	font-family: "Fedra Sans Medium 2", Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 0.55em;
	font-weight: normal;
	display: block;
	max-width: 700px;
	margin: 0 auto;
	padding: 0.5em 0 1em;
	color: #d1d2d2;
}

	.header-title__sub a {
		color: #ffffff;
		}

.bigbook {
	text-align: center;
	margin-bottom: 5em;
}

	.bigbook img {
		max-width: 100%;
	}
	.bigholder {
		max-width: 800px;
		display: inline-block;
		position: relative;
		margin: 0 auto;
	}

	.bigbookphotos {
		width: 500px;
		float: left;
	}

	.bigbookphotos img {
		float: left;
		width: 48%;
	}

	.bigbookphotos img.fullwidth {
		width: 96%;
	}

.smallbook {
	background: #181922;
	color: #fff;
	padding: 5em 3em;
	text-align: center;
	}

	.smallbook h3 { margin-top: 0;}

	.smallbook ul {
		padding: 0 0 20px 20px;
	}
	.smallbook ul li {
		list-style: circle;
	}

	.smallbook img { width: 100%; border: 2px solid #333; border-radius: 3px; }
	.smallbook img:hover { border-color: #888; cursor: pointer;}

	.holder {
		position: relative;
		display: inline-block;
		max-width: 700px;
		margin: 0 auto;
	}

	.bookphotos {
		float: left;
		width: 380px;
		margin-right: 20px;
	}

	.bookinfo {
		float: left;
		text-align: left;
	}

	.button {
		background: rgb(66, 133, 244);
		border-radius: 2px;
		text-align: center;
		padding: 10px 30px;
		color: #fff;
	}

.intro {
	font-family: "Fedra Serif Display Medium 2", Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 1.2em;
	line-height: 1.65em;
	position: relative;
	z-index: 1000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 59vh;
	margin: 0 0 0em;
	padding: 5em 3em 5em 3em;
	text-align: center;
	color: #fff;
	background: #181922;
}

.intro blockquote {
	max-width: 600px;
	margin: 0 auto;
}

.intro em {
	font-size: 1.5em;
}

.intro span {
	display: block;
	padding: 1em 0;
	color: #464b4b;
}

.smallbook::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6em;
	width: 100%;
	height: 6em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


/* Navigation Style */

.nav {
	position:absolute;
	right:1.5em;
	top:126px;
	z-index:2000;
	margin:0;
	padding:.25em 0;
	line-height:1.5em;
	list-style:none;
	background-color:rgba(0,0,0,.55);
	border-radius: .2em;
}
.nav li {
	margin:.5em 0;
}
.nav a {
	display: block;
	padding:0 1.5em;
	color: white;
}

/*
.codrops-links {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.codrops-links::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
	display: inline-block;
	width: 1.5em;
	margin: 0.5em;
	padding: 0em 0;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	margin: 0 5px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.codrops-icon--drop:before {
	content: '\e001';
	color: #09c;
}

.codrops-icon--prev:before {
	content: '\e004';
}*/


/* Demo links */

.codrops-demos {
	margin: 2em 0 0;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 0.5em;
}

.codrops-demos a.current-demo {
	color: #333;
}


/* Content */

.content {
	padding: 3em 0;
}


/* Related demos */

.footer {
	position: relative;
	z-index: 1000;
	padding: 5em 2em 10em 2em;
	text-align: center;
	color: #fff;
	background: #313131;
}

.patronnames {
	display: inline-block;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 1px;
	margin-bottom: 40px;
	line-height: 1.5em;
	max-width: 700px;
}

.copyright {
	display: inline-block;
	max-width: 600px;
}

.acknowledgements {
	display: inline-block;
	max-width: 600px;
	line-height: 1.4em;
}

.info {
	font-size: 1em;
	padding: 0 0 4em;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	max-width: 400px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}



.media-item p { font-size: .9em; line-height: 1.4em;  }

 img.media-item {
	max-width: 200px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

img.media-item.leicalogo { max-width: 120px; }

img.media-item:hover,
img.media-item:focus {
	opacity: 1;
}

.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}


/* Story */

.text {
	position: relative;
	z-index: 1000;
	padding: 3em 3em 5em;
}

.text section {
	font-size: 1.15em;
	line-height: 1.5;
}

.text section h2 {
	font-size: 2em;
	font-weight: 400;
	margin: 0;
	padding: 2em 0 0;
	text-align: left;
}



.title-up {
	font-family: "Fedra Sans Medium 2", Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 0.4em;
	font-weight: bold;
	display: block;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #cecec5;
}

.title-down {
	font-family: "Fedra Serif Display Medium 2", Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 0.9;
	display: block;
	padding: 0.15em 0 0.35em;
	color: #5f646c;
}

.text figure {
	margin: 1em 0 2em;
}

.text figure img {
	max-width: 100%;
	width: 100%;
	background-color: #efefef;
}

.text figure img:hover {
	cursor: pointer;
	}

/* lazy loading transition - can be rolled into the above selector if there are no changes before launch */
.text figure img {
        -webkit-transition: opacity 500ms ease-in-out;
           -moz-transition: opacity 500ms ease-in-out;
             -o-transition: opacity 500ms ease-in-out;
                transition: opacity 500ms ease-in-out;
                   opacity: 1;
    }
    .text figure img.b-loaded {
                   opacity: 1;
    }

.text figcaption {
	font-size: 0.85em;
	font-style: italic;
	padding: 0em 1.5em 0;
	text-align: center;
	color: #5f646c;
}

.text section p {
	font-size: 0.85em;
	margin-bottom: 1em;
	max-width: 100%;
}

.text section p.text-intro {
	font-family: "Fedra Serif B Book Italic", Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0em 0 1em;
	text-align: left;
	color: #9d9c95;
}

.text blockquote {
	font-family: "Fedra Sans Medium 2", Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 2em;
	line-height: 1.5;
	position: relative;
	text-align: left;
	color: #939997;
}

.text blockquote::before {
	content: '\201C';
	font-size: 2.5em;
	font-style: italic;
	line-height: 1;
	position: absolute;
	top: -0.15em;
	right: 100%;
	margin: 0 0.075em 0 0;
	color: #f0f3f3;
}

.text blockquote span {
	font-family: "Fedra Sans Medium 2", 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.5em;
	white-space: nowrap;
	color: #cbcece;
}

.text .daydata {
	background-color: #f7f7f7;
	padding: 10px 10px 20px 10px;
	border-radius: 3px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 1em;
	width: 100%;
	display: inline-block;
}

.text .daydata img { max-width: 100%; margin-top: 10px; }

.text .daydata ul {
	margin: 0;
	list-style: circle;
	}

	.text .daydata ul li { font-size: .85em; }

.text .daydata h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	font-size: .8em;
	color: #999;

}

.js-section {
	width: 100%;
	max-width: 600px;
}

.js-gallery {
	padding-top: 50px;
	padding-bottom: 50px;
}

.js-gallery-content {
	font-size: 0;
	text-align: center;
}

.js-gallery-content img {
	max-width: 100%;
	width: 100%;
	margin: 10px 0;
}

@media(max-width: 720px) {
	.header-title {
		font-size: 1.5em;
	}

	.header-title__part::before,
	.header-title__part::after {
		content: '';
		padding: 0;
	}

	.intro {
		font-size: 1em;
		height: auto;
		padding: 2em;
		text-align: left;
		display: none;
	}

	.text {
		font-size: 0.90em;
		line-height: 1.65em;
		padding: 2em 1.3em;
		text-align: left;
	}

	.text section p {
		max-width: 100%;
		font-size: 0.90em;
		line-height: 1.65em;
		text-align: left;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

	}

	.text section h2 {
		font-size: 1.85em;
	}
	.text blockquote {
		font-size: 1.45em;
	}
	.js-section {
		width: 100%;
		max-width: none;
	}


.bigbook {
	padding: 0em 0em;
	text-align: center;
	}

	.bigbook img {
		width: 100%; border: 2px solid #333; border-radius: 3px;
	}

	.bigbook ul {
		padding: 0 0 20px 0px;
	}
	.bigbook ul li {
		list-style: none;
	}

	.bigholder {
		position: relative;
		display: inline-block;
		max-width: 100%;
		margin: 0 auto;
	}

	.bigbookphotos {
		float: left;
		width: 100%;
		margin-right: 0px;
	}

	.bigbookphotos img {
		width: 100%; border: 2px solid #333; border-radius: 3px;
	}

	.bigbookphotos img.fullwidth {
		width: 100%; border: 2px solid #333; border-radius: 3px;
	}



	.smallbook {
		padding: 3em 1em;
		text-align: center;
		}

		.smallbook h3 { margin-top: 0;}

		.smallbook ul {
			padding: 0 0 20px 0px;
		}
		.smallbook ul li {
			list-style: none;
		}

		.smallbook img { width: 100%; border: 2px solid #333; border-radius: 3px; }
		.smallbook img:hover { border-color: #888;}

		.holder {
			position: relative;
			display: inline-block;
			max-width: 100%;
			margin: 0 auto;
		}

		.bookphotos {
			float: left;
			width: 100%;
			margin-right: 0px;
		}

		.bookinfo {
			width: 100%;
			text-align: center;
		}

		.button {
			margin: 0px auto;
		}



}
