* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.35;
}
body {
	margin: 0;
	padding: 0;
	background: #212121;
}
body > img {
	display: none;
}

.section {
	width: 100%;
	padding: 2rem 1rem;
	overflow: hidden;
	
	color: #fff;
}
.section > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.section.bg0 {
	background: rgba(0,0,0,0) !important;
}
.section.bg1 {
	background: rgba(0,0,0,0.05) !important;
}
.section.bg2 {
	background: rgba(0,0,0,0.12) !important;
}

.section.with-sidebar {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
}
.section.with-sidebar > .main {
	flex: 0 0 75%;
	max-width: 750px;
	min-height: 200px;
	margin: 0;
	padding-right: 1rem;
}
.section.with-sidebar > .side {
	flex: 0 0 25%;
	max-width: 250px;
	margin: 0;
	padding-left: 1rem;
}
.section.with-sidebar > .side > a, .section.with-sidebar > .side > div {
	display: block;
	margin-bottom: 2rem;
}
.section.with-sidebar > .side > a:last-child, .section.with-sidebar > .side > div:last-child {
	margin-bottom: 0;
}

.section > div > h1, .section > div > h2 {
	margin: 2rem 0 1rem;
}
.section > div > p {
	margin: 1rem 0;
}
.section > div > h1:first-child, .section > div > h2:first-child, .section > div > p:first-child {
	margin-top: 0;
}
.section > div > h1:last-child, .section > div > h2:last-child, .section > div > p:last-child {
	margin-bottom: 0;
}
.section > div > p > img, .section > div > p > a.img {
	float: left;
	margin: 1rem 1rem 1rem 0;
	background: #212121;
}
.section > div > p > a.img > img {
	display: block;
	width: 100%;
	height: auto;
}
.section > div > p > a.img:hover {
	box-shadow: 0 0 0 .5rem rgba(0,0,0,0.4);
}
.section > div > p > img.right, .section > div > p > a.img.right {
	float: right;
	margin-right: 0;
	margin-left: 1rem;
}
.section > div > p > img.block, .section > div > p > a.img.block {
	display: block;
}
.section > div > p > img.size-s, .section > div > p > a.img.size-s {
	width: 15%;
	height: auto;
}
.section > div > p > img.size-m, .section > div > p > a.img.size-m {
	width: 25%;
	height: auto;
}
.section > div > p > img.size-l, .section > div > p > a.img.size-l {
	width: 50%;
	height: auto;
}

.item-list {
	margin: -.5rem;
	overflow: hidden;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.item-list > .item {
	flex: 0 0 auto;
	float: left;
	margin: .5rem;
}

.btn {
	padding: .5em 2em;
	
	color: #fff;
	background: #484848;
	box-shadow: 0 0 .35em rgba(0,0,0,0.75);
	border-radius: 4px;
	
	text-decoration: none;
	text-align: center;
	
	overflow: hidden;
}
.btn:hover {
	cursor: pointer;
	background: #ffa;
	box-shadow: 0 0 .5em rgba(0,0,0,1);
}
.btn.bold {
	font-weight: bold;
}
.btn.uc {
	text-transform: uppercase;
}
.btn.fs-xl {
	padding: .5em 1em;
	font-size: 1.5rem;
}
.btn.secondary {
	background: rgba(0,0,0,0.4);
}
.btn.secondary:hover {
	background: rgba(0,0,0,0.5);
}
.btn.basic, .btn.basic:hover {
	box-shadow: none;
}
.btn.hl-1 {
	border: .2em solid #ffa;
	border-radius: .8em;
	color: #ffa;
	box-shadow: 0 0 .5rem #000, inset .2rem .2rem 0 rgba(0,0,0,0.1);
	text-shadow: .1rem .1rem 0 rgba(0,0,0,0.25);
}

.icon.twitter svg {
	fill: #1da1f2;
}
.icon.instagram svg {
	fill: #222;
}

.img-row {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	
	margin: -.5rem;
}
.img-row  + .img-row {
	margin-top: .5rem;
}
.img-row > div {
	flex: 1 1 auto;
	padding: .5rem;
}
.img-row.w3 > div {
	flex: 0 0 calc(100% / 3);
}
.img-row.w4 > div {
	flex: 0 0 25%;
}
.img-row.w5 > div {
	flex: 0 0 20%;
}
.img-row.w6 > div {
	flex: 0 0 calc(100% / 6);
}
.img-row img {
	display: block;
	width: 100%;
	height: auto;
	background: #212121;
}
.img-row a {
	display: block;
	width: 100%;
	height: auto;
}
.img-row a:hover {
	box-shadow: 0 0 0 .5rem rgba(0,0,0,0.4);
}

#page-content-wrapper {
	min-height: 100vh;
}

.section.title {
	text-align: center;
	background: rgba(0,0,0,0.05);	
}
.section.title img {
	max-width: 100%;
}

.section.nav {
	padding-top: 0;
}
.section.nav .nav-links {
	background: #484848;
	border-radius: 0 0 1rem 1rem;
	box-shadow: 0 0 1rem rgba(0,0,0,1);
	overflow: hidden;
}
.section.nav .nav-links a {
	float: left;
	padding: 1rem 1.5rem;
	
	line-height: 1rem;
	white-space: nowrap;
	
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.section.nav .nav-links a.right {
	float: right;
}
.section.nav .nav-links a.icon {
	padding: .5rem 1rem;
}
.section.nav .nav-links a.icon > svg {
	display: block;
	width: 2rem;
	height: 2rem;
	fill: #fff;
}
.section.nav .nav-links a.icon.home > svg {
	margin-bottom: .4rem;
	width: 1.6rem;
	height: 1.6rem;
}
.section.nav .nav-links a:hover {
	background: rgba(0,0,0,0.1);
}

.section.shuffle-gallery .gallery-item-outer {
	width: 33.3333333333%;
	width: calc(100% / 3);
	
	margin: 0;

	overflow: hidden;
}
.section.shuffle-gallery .gallery-item-middle {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.section.shuffle-gallery .gallery-item-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: .5rem;
	background: #313131;
	
	overflow: hidden;
}
.section.shuffle-gallery a {
	display: block;
	width: 100%;
	height: 100%;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	opacity: 1;
	transition: opacity 1s;
}
.section.shuffle-gallery a.hidden {
	opacity: 0;
}
.section.shuffle-gallery a > img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	
	opacity: 1;
	transition: opacity 2s;
}

.section.content + .section.gallery {
	background: rgba(0,0,0,0.05);
}

.section.link-list {
	background: rgba(0,0,0,0.07);
}

.section.intro {
}
.section.intro .side > .btn {
	display: block;
}
.section.intro div.intro {
	max-width: 235px;
	background: #212121;
	box-shadow: 0 0 .3rem rgba(0,0,0,0.5);
	overflow: hidden;
}
.section.intro div.intro > div {
	position: relative;
	padding-top: 177%;
}
.section.intro div.intro > div > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section.intro div.intro > div > div.image {
	z-index: 1;
	
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.section.intro div.intro > div > div.image img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	transition: opacity 1.5s;
}
.section.intro div.intro > div > div.image img.fast-transition {
	transition: opacity .15s;
}

.section.intro div.intro > div > div.text {
	z-index: 2;
	top: auto;
	padding: 1rem;
	line-height: 1.5;
	font-weight: bold;
	transition: opacity 1s;
	
	word-break: break-word;
}
.section.intro div.intro .text span {
	padding: .5rem;
	font-size: 3rem;
	color: #fff;
	background: #484848;
	
	text-shadow: .2rem .2rem 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 1rem rgba(0,0,0,0.7);
}
.section.intro div.intro:hover {
	box-shadow: 0 0 .5rem rgba(0,0,0,1);
}
.section.intro div.intro:hover .text span {
	color: #ffa;
	box-shadow: 0 0 1rem rgba(0,0,0,1);
}

.section.video > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	
	box-shadow: 0 0 1rem rgba(0,0,0,1);
}
.section.video video {
	flex: 1 1 auto;
	max-width: 100%;
	background: #222;
}
.section.video.with-description video {
	flex: 0 0 60%;
	width: 60%;
}
.section.video .video-description {
	flex: 0 0 40%;
	width: 40%;
	padding: 1rem;
	
	background: rgba(255,255,255,.5);
}
.section.video .video-description h2 {
	margin: 0 0 .5rem;
}
.section.video .video-description p {
	margin: 0;
}
.section.content + .section.video {
	background: rgba(0,0,0,0.05);
}

.section.disclaimer {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}
.section.disclaimer .bold {
	font-weight: bold;
}

.section.about-me h1 {
	margin: 0 0 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
}
.section.about-me p {
	margin: 0 0 1rem;
	color: #FFFFFF;
	font-size: .85rem;
}
.section.about-me a {
	margin: 0 0 1rem;
	color: #fff;
	font-size: .95rem;
	text-decoration: none;
	text-transform: uppercase;
}

.section.footer {
	margin-top: 2rem;
	padding-top: 4rem;
	padding-bottom: 0;
	background: rgba(0,0,0,0.25);
}
.section.footer > div > .item-list {
	margin-bottom: 1.5rem;
}
.section.footer .info .site {
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	
	color: rgba(255,255,255,.35);
}
.section.footer .icon {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;

	padding: .5rem 1rem;
	border-radius: .3rem;
	box-shadow: 0 0 .3rem rgba(0,0,0,0.5);
	
	color: #FFFFFF;
	background: #fff;
	background: rgba(255,255,255,.75);
	
	white-space: nowrap;
	
	text-decoration: none;
}
.section.footer .icon:hover {
	text-decoration: underline;
	box-shadow: 0 0 .6rem rgba(0,0,0,1);
	background: #fff;
}
.section.footer .icon > svg {
	width: 2rem;
	height: 2rem;
}
.section.footer .icon > span {
	line-height: 2rem;
	color: #FFFFFF;
	font-weight: bold;
}
.section.footer .icon > svg + span {
	margin-left: 1rem;
}

@media (max-width: 768px) {
	.section.with-sidebar > .main {
		flex: 0 0 65%;
		max-width: 650px;
	}
	.section.with-sidebar > .side {
		flex: 0 0 35%;
		max-width: 350px;
	}
}
@media (max-width: 425px) {
	html {
		font-size: 14px;
	}
	
	.section.with-sidebar {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
	.section.with-sidebar > .main {
		order: 2;
		flex: 0 0 auto;
		padding: 0;
	}
	.section.with-sidebar > .side {
		order: 1;
		flex: 0 0 auto;
		max-width: none;
		margin: 0 0 1rem;
		padding: 0;
	}
	
	.section.title {
		padding: 1rem;
	}
	.section.title img {
		height: 100px;
		width: auto;
	}

	.section.shuffle-gallery .gallery-item-outer {
		width: 50%;
	}
	
	.section.video > div {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	.section.video.with-description video, .section.video.with-description .video-description {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.section.content img.size-s {
		width: 25%;
		height: auto;
	}
	.section.content img.size-m {
		width: 50%;
		height: auto;
	}
	.section.content img.size-l {
		width: 100%;
		height: auto;
	}
}