/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	/*	position: relative; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	border: 1px solid #c0c0c0;
	padding: 3px;
	text-align: left;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Quicksand', "Century Gothic", Helvetica;
	/* set the font choices here */
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1em;
	padding: 0 1em;
}

blockquote.wp-block-quote {
	border-left: 2px solid #980101;
	/*margin-left: 0em;*/
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 1em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

figcaption {
	font-size: 85%;
	font-style: italic;
}

/*--------------------------------------------------------------
## Menus larger screen)
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #ccc;
	opacity: 0.8;
	border-bottom: 1px solid black;
	z-index: 9999;
}

#site-title {
	float: left;
	margin: 5px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #fefefe;
	opacity: 1;
}

.main-navigation li {
	float: left;
	margin: 0;
	padding: 12px;
	position: relative;
	border-left: 1px solid black;

}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0;
	color: #980101;
}

/*--------------------------------------------------------------
# Mobile Burger Menu (slide-down version)
--------------------------------------------------------------*/
#burger-icon {
	background: url('/mini-button.png') no-repeat center;
	background-size: contain;
	cursor: pointer;
	border: none;
	width: 40px;
	height: 40px;
	margin: 7px;
	float: right;
	display: none;
	z-index: 10001;
}

/* Hidden menu container */
#burger-nav {
	display: none;
	position: absolute;
	top: 60px; /* just below header */
	right: 0;
	left: 0;
	background: #eee;
	border-bottom: 2px solid #980101;
	text-align: right;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	z-index: 10000;
	max-height: 0;
	transition: max-height 0.4s ease-out;
}

/* When shown, expand vertically */
#burger-nav.show {
	display: block;
	max-height: 400px;
	transition: max-height 0.4s ease-in;
}

#burger-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#burger-nav li {
	border-top: 1px solid #ccc;
}

#burger-nav a {
	display: block;
	padding: 12px 20px;
	text-decoration: none;
	color: #980101;
	font-weight: bold;
}

#burger-nav li:hover a {
	background: #980101;
	color: #fff;
}

/* Mobile view: hide desktop menu, show burger icon */
@media screen and (max-width: 1300px) {
	#desktop-navigation {
		display: none;
	}
	#burger-icon {
		display: inline-block;
	}
}


/*--------------------------------------------------------------
# Body container
--------------------------------------------------------------*/

#main-content {
	margin: 50px 5px 5px 5px;
}





/*--------------------------------------------------------------
# Footer container
--------------------------------------------------------------*/

#site-footer {

	position: fixed;
	bottom: 0;
	width: 100%;
	height: 25px;
	background: #ccc;
	border-top: 1px solid #555;
}