@font-face {
    font-family: 'Studio Renton';
    src: url('fonts/Studio-Renton-Regular.eot');
    src: url('fonts/Studio-Renton-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Studio-Renton-Regular.woff2') format('woff2'),
        url('fonts/Studio-Renton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Studio Renton';
    src: url('fonts/Studio-Renton-Bold.eot');
    src: url('fonts/Studio-Renton-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Studio-Renton-Bold.woff2') format('woff2'),
        url('fonts/Studio-Renton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
}
body {
	font-family: 'Studio Renton', sans-serif;
	color: #111;
	font-size: 13px;
	line-height: 18px;
	background-color: #c8c5c5;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none 
}
a {
	color: #111;
	text-decoration: none;
	opacity:1;
}
/*.main-content a:active {
	opacity: 0.3;
}*/
.no-touch a:hover {
	border-bottom: 1px solid;
}
.no-touch a:active {
	opacity: 1;
}
::-moz-selection {
	color: #c8c5c5;
	background: #111;
}
::selection {
	color: #c8c5c5;
	background: #111;
}
#content {
	background-color:#c8c5c5;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
#content *:not(html) {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.main-content, .main-content {
	width: 60vw;
	min-height: 100vh;
}
.main-content {
	position: relative;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.main-content.centered, .main-content {
	padding: 0 48px;
}
.centered {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.content-wrap {
	max-width: 560px;
	padding: 96px 0;
	margin: 0 auto;
}
.main-content {
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}
.pinned {
	position: fixed;
	position: -webkit-sticky;
	position: sticky;
}
nav {
	margin-bottom: 44px;
   /* display: flex;
	*/
}
/* nav ul.core-nav {
	flex-grow: 1;
}
*/
nav li {
	display: block;
	float: left;
	margin-right: 1em;
}
nav li a {
	border-bottom: 1px solid transparent;
	display: block;
}
nav li a.disabled {
	pointer-events: none;
}
nav li.selected a {
	border-bottom: 1px solid;
}
h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 8px;
}
ul.tags {
	margin-bottom: 8px;
}
ul.tags li {
	display: inline;
}
ul.tags li::after {
	content: ', ' 
}
ul.tags li:last-child::after {
	content: '';
}
p {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 36px;
}
p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1921px) {
	.content-wrap {
		max-width: 660px;
   }
   p {
	font-size: 28px;
	line-height: 39px;
	margin-bottom: 36px;
}
}

@media only screen and (max-width: 1920px) {
	.content-wrap {
		max-width: 640px;
   }
   p {
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 36px;
}
}


@media only screen and (max-width: 1440px) {
	.content-wrap {
		max-width: 540px;
		padding: 48px 0;
		
   }
	nav {
		margin-bottom: 36px;
   }
	p {
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 32px;
   }
}
@media only screen and (max-width: 1020px) {
	#content {
		display: block;
   }
	.right-column {
		min-height: 0;
   }
	.pinned {
		position: relative;
   }
	.main-content, .main-content {
		width: 100%;
		min-height:60vh;
   }
	.right-column.fixed {
		display: none;
   }
	.right-column {
		width: 100%;
   }
}
@media only screen and (max-width: 414px) {
	.main-content.centered, .main-content {
		padding: 0 25px;
   }
	.content-wrap {
		padding: 36px 0;
   }
	.gallery {
		padding: 4px;
   }
	.gallery .image {
		padding: 0 4px;
		margin: 4px 0;
   }

   p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 36px;
}
   
}
@media only screen and (max-width: 320px) {
	.main-content.centered, .main-content {
		padding: 0 8px;
   }
   p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 36px;
}
}
@supports not ((position: sticky) or (position: -webkit-sticky)) {
	#content *:not(html) {
		-webkit-transform: inherit;
		-moz-transform: inherit;
		transform: inherit;
   }
}
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#readmore {
	display: none;
}
.moretext {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	color:#555;
	transition: max-height .3s ease-out, opacity 1s ease-out;
}
#readmore:checked ~ .moretext {
	opacity: 1;
	color:#555;
	max-height: 550px;
	transition: max-height .6s ease-out, opacity 1s ease-out;
}
#readmore ~ .moretoggle:before {
	content: 'More';
}
#readmore:checked ~ .moretoggle:before {
	content: 'Less';
}
.moretoggle {
	opacity:0.5;
	display: inline-block;
}
