/* =Reset
-------------------------------------------------------------- */

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}
body {
	background: url(../img/bg.png) fixed;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q {
	quotes: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body {
	color: #666;
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font: normal 34px "Coustard", helvetica, arial;
	text-transform: uppercase;
}
h2 {
	font: 28px "Coustard", helvetica, arial;
}
h3 {
	font: 24px georgia, helvetica, arial;
}
h4 {
	font: 20px georgia, helvetica, arial;
}
h5 {
	font: 18px georgia, helvetica, arial;
}
h6 {
	font: 16px georgia, helvetica, arial;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/* Links */
a {
	color: #DD574C;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #000;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover {
	color: #DD574C;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 15px 15px 15px 0;
	box-shadow: 0 2px 6px rgba(100, 100, 100, .3);
}
.alignright {
	display: inline;
	float: right;
	margin: 15px 0 15px 15px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, .3);
}
.aligncenter {
	clear: both;
	display: block;
	margin: 15px auto;
	box-shadow: 0 2px 6px rgba(100, 100, 100, .3);
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Container
----------------------------------------------- */

#page {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#primary {
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
}
#main {
	clear: both;
}


/* =Branding
----------------------------------------------- */

#masthead {
	clear: both;
	background: #fff;
	box-shadow: 0 2px 6px rgba(100, 100, 100, .3);
}
#masthead img {
	display: block;
	clear: left;
	height: auto;
	overflow: hidden;
}
#masthead .site-branding {
	padding: 30px 60px;
}
#masthead .site-title {
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 4px;
}
#masthead .site-title a {
	color: #1f1f1f;
}
#masthead .site-title a:hover {
	color: #999;
}
#masthead .site-description {
	color: #999;
	font-size: 16px;
	font-style: italic;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: linear-gradient(#252525, #0a0a0a);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "actor", georgia, arial;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 45px;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #999;
	padding: 14px;
}
.main-navigation a:hover {
	color: #fff;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	background: #1f1f1f;
	color: #fff;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	color: #999;
	background: linear-gradient(#252525, #0a0a0a);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	font-size: 14px !important;
	text-transform: uppercase;
	font-family: "actor", georgia, arial;
	padding: 20px;
	text-align: center;
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation ul {
	margin: 0;
	padding: 0;
	background: #222;
}
.main-small-navigation ul ul {
	margin: 0;
	padding: 0;
	background: #222;
}
.main-small-navigation ul li {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid #999;
}
.main-small-navigation ul li a:hover {
	color: #fff;
}


/* =Content
----------------------------------------------- */

.page-content {
	margin: 0 0 80px 0;
	padding: 0 0 60px 0;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(100, 100, 100, .3);
}
.entry-title {
	text-align: center;
	text-transform: uppercase;
	padding: 60px 60px 0 60px;
	font-size: 32px;
	font-style: normal;
	letter-spacing: 4px;
	color: #333;
}
.entry-content {
	padding: 0 60px;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

embed,
iframe,
object {
	max-width: 100%;
}


/* =Lightbox
----------------------------------------------- */

#lightbox {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1000;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
#lightbox.open {
	display: flex;
}
#lightbox img {
	max-width: 90vw;
	max-height: 90vh;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
	cursor: default;
}
#lightbox-close {
	position: fixed;
	top: 16px;
	right: 24px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}


/* =Footer
----------------------------------------------- */

.site-footer {
	clear: both;
	width: 100%;
	background: #fff;
}
.site-info {
	color: #000;
	text-align: center;
	padding: 15px 0;
}
.site-info a {
	color: #DD574C;
}
.site-info a:hover {
	color: #000;
}
