/*
 * DeLorean Book CSS
 */

body {
	background-color: #fff;
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

p {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}

header {
	display: block;
	padding: 24px;
	margin: 0;
}
header div.m-menu-btn {
	display: block;
	text-align: right;
}
header img.menu-btn {
	display: inline-block;
	cursor: pointer;
	width: 32px;
}
header ul.navigation {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
header ul.navigation li.link a {
	text-decoration: none;
	color: #000;
	transition: all 0.35s ease 0s;
}
header ul.navigation li.link a:hover {
	color: #20ce88;
	transition: all 0.25s ease 0s;
}
header ul.navigation li.link.active a {
	text-decoration: none;
	color: #20ce88;
}
header ul.navigation.mobile {
	margin: 24px 0;
	border-top: 1px solid #ccc;
}
header ul.navigation.mobile li {
	display: block;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}
header ul.navigation.mobile li a {
	display: block;
}
header ul.social-box {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
header ul.social-box li {
	display: block;
	margin: 0 0 0 12px;
}
header ul.social-box li:first-of-type {
	margin: 0;
}
header ul.social-box img {
	display: block;
	height: auto;
	width: 28px;
}
banner {
	display: block;
	padding: 24px;
	max-width: 960px;
	margin: 0 auto;
}
banner img {
	display: block;
	height: auto;
	width: 100%;
}
div.entry-content {
	background-color: #bfbfbf;
	margin: 0 0 24px;
	padding: 48px 24px;
}

footer {
	display: block;
	color: #000;
	font-size: 14px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 24px;
	margin: auto;
	max-width: 960px;
}

footer p {
	line-height: 1.714285714;
	margin: 0 0 18px;
}
footer img {
	display: inline-block;
	height: auto;
	width: 60px;
}
footer a {
	color: #000;
	text-decoration: underline;
}

@media screen and (min-width: 600px) {
	header {
		display: flex;
		justify-content: space-between;
		padding: 24px;
		margin: 0 0 24px;
	}
	header div.m-menu-btn {
		display: none;
	}
	header ul.navigation {
		display: flex;
	}
	header ul.navigation li.link {
		display: block;
		line-height: 2;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 0 24px;
	}
	header ul.navigation li.link:first-of-type {
		margin: 0;
	}
	header ul.social-box {
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
	}

}

@media screen and (min-width: 960px) {

}
