body {
	background: url(../images/photos/edison-cover-photo.jpg) no-repeat
		center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

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

#container {
	font-family: "Rokkitt", Arial, serif;
	margin: 0 auto;
	width: 100%;
}

#header {
		display: block;
	color: #fff;
	width: 100%;
}

#footer {
	display: block;
	color: #fff;
	width: 100%;
	position: fixed;
  bottom: 0;
}

#header a,
#footer a {
	color: white;
}

#header.stuck a {
	color: black;
}

#header {
	padding: 25px;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header a {
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
}
#header h1 {
	float: left;
	margin: 0;
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
}

#header nav {
	display: block;
	float: right;
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 3rem;
}
#header nav ul {
	margin: 0;
	list-style-type: none;
}
#header nav ul li {
	float: left;
	margin-left: 20px;
}
#header nav ul li a {
	display: block;
	margin-top: 4px;
	line-height: 22px;
}
#header nav ul li a:hover,
#header nav ul li a.active {
	border-bottom: 2px solid #fff;
}
#header nav ul li a.active {
	cursor: default;
}
#footer {
	font-family: "Rokkitt", Arial, serif;
}
#content {
	display: block;
	padding: 25px;
}
#content h1 {
	font-size: 35px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#content a {
	color: #dd6600;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1rem;
}

#footer {
	bottom: 0;
	padding: 15px;
	font-size: 1rem;
	text-align: center;
}

a.sitename {
	background: url(../images/mikeedisonnameplate02.svg) center center
		no-repeat;
	display: inline-block;
	height: 50px;
	width: 408px;
	text-indent: -9999px;
}

h1.page-title {
	color: #ffffff;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
}

.basic-block {
	background: rgba(255, 255, 255, 0.96);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	padding: 2rem;
}

.basic-block article {
	margin: 1.5rem 0;
}

#content .basic-block.news h1 {
	border-bottom: 1px dotted orangered;
	margin-bottom: 1em;
}

#content .basic-block.news h1 a {
	text-decoration: none;
	transition: color 0.5s ease;
}

#content .basic-block.news h1 a:hover {
	color: red;
}

.book-text p,
.press-index p,
.press-text p,
.news article p,
.events article p {
	font-size: 1.4em;
}

#content .events article h1 {
	margin-bottom: 1em;
}

.home-block {
	background: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	margin-bottom: 2em;
	padding: 2rem;
	width: 100%;
}

.home-block h2 {
	margin-top: 0;
}

.home-container {
	margin-top: 30vh;
}

.index {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.books-index {
	height: 80vh;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.center {
	justify-content: center;
}

.flex.space-around {
	justify-content: space-around;
}

.flex.space-between {
	justify-content: space-between;
}

.flex.stretch {
	align-items: stretch;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.flex-start {
	align-items: flex-start;
}

.flex.vertical-center {
	align-items: center;
}

.full-width {
	width: 100%;
}

.half {
	width: 48%;
}

.third {
	width: 33.33%;
}

.two-third {
	width: 66.66%;
}

.sixth {
	width: 17%;
}

.sixth img {
	width: 100%;
}

.five-sixth {
	width: 80%;
}

.text-align-center {
	text-align: center;
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}
.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 60vw;
	background: #000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}
.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}
.modal-spinner > div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.modal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.5);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}
@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}
.modal iframe {
	width: 60vw;
	height: 60vh;
}

.NSFW_launcher {
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -2%;
	top: 20%;
	background: #fff7e0;
	background: rgba(255, 247, 224, 0.8);
	background: hsla(45, 100%, 84%, 0.75);
	border: 4px double red;
	border-radius: 100%;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 0.9;
	opacity: 0;
	padding: 1em;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(221, 102, 0, 1),
		10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(221, 102, 0, 1),
		10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 20px 0px rgba(221, 102, 0, 1),
		10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	animation: boing-out 0.5s 5s ease-in-out forwards;
}

#content .NSFW_launcher a {
	color: orangered;
	text-decoration: none;
	transition: all ease 0.8s;
}

#content .NSFW_launcher a:hover {
	color: red;
}

.NSFW_launcher a span {
	display: inherit;
	font-family: "Alfa Slab One", serif;
	font-size: 2em;
	font-weight: 400;
}

@keyframes boing-out {
	0% {
		height: 0px;
		width: 0px;
		opacity: 0;
		transform: rotate(-15deg);
	}
	95% {
		height: 250px;
		width: 250px;
	}
	100% {
		height: 240px;
		width: 240px;
		opacity: 1;
		transform: rotate(15deg);
	}
}

.NSFW_content {
	box-sizing: content-box;
}

.stuck {
	position: fixed;
	background: white;
	color: black;
	z-index: 10;
}

#header.stuck a {
	color: black;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, .25);
}
