@font-face {
    /* See fonts/Saniretro-License.txt for copyright/licensing information */
	font-family: 'Saniretro';
	src: url('/fonts/Saniretro.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
	font-family: sans-serif;
}

body {
	background-color: black;
	color: white;
	margin: auto;
	padding: 0px;
	max-width: 1284px;
}

main {
}

a {
	color: #7EA0BE;
}

a:hover {
	color: white;
}

.mainlogo {
	width: 100%;
}

/* Navigation section */

nav ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #3B445E;
	display: block;
	overflow: hidden;
}

@media screen and (min-width: 800px) {
	nav ul {
		top: -3em;
		margin-bottom: -3em;
	}
}

li.navtext {
	display: inline;
	float: left;
}

li.navtext a {
	font-size: 1.75em;
	display: block;
	text-decoration: none;
	color: white;
	padding: 8px 12px;
	font-weight: normal;
    font-family: 'Saniretro';
}

li.navtext a:hover {
	background-color: #292F42;
}

li.navtext a.current {
	background-color: #3B445E;
}

li.navicon {
	float: right;
	margin-right: 20px;
	display: block;
}

/* Content section */

a.accent {
	border: 1px solid #3B445E;
	background-color: #292F42;
	font-size: 1.25em;
	text-decoration: none;
	color: white;
	text-align: center;
	display: inline-block;
	padding: 8px 12px 6px 12px;
	margin: auto;
}
a.accent:hover {
	background-color: #3B445E;
}

section {
}

article {
	width: auto;
	margin: auto;
	margin-top: 2em;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 640px));
	justify-content: space-evenly;
}

article div.text {
	padding: 40px;
	border: 1px solid #3B445E;
}

article img {
	max-width: 100%;
	border: 1px solid #3B445E;
}

h1 {
	font-size: 3em;
	font-weight: normal;
    font-family: 'Saniretro';
    margin: 0;
    padding: 0;
}

/* Footer section */

footer {
	list-style-type: none;
	margin: 0;
	margin-top: 2em;
	padding: 0;
	border-top: 2px solid #3B445E;
	display: block;
	overflow: hidden;
	text-align: center;
}

footer p {
	text-align: center;
}

/* *********** Feedback form *********** */

article.message {
	display: block;
	text-align: center;
}

article.message h1 {
	font-family: sans-serif;
	font-size: 1.5em;
}

h1.error {
	color: red;
}

.inputgroup {
	display: grid;
	grid-template-columns: 0.25fr 0.75fr
}

.inputsingle {
	display: grid;
	grid-template-colums: 1fr;
}

.submitgroup {
	display: grid;
	grid-template-columns: 0.75fr 0.25fr;
	width: 100%;
	float: right;
}

.submitgroup a {
	width: 100%;
}

textarea {
	padding: 20px 20px 20px 20px;
	border: 1px solid #504E6A;
    background-color: #0D0D1D;
    color: white;
}

input {
	border: 1px solid #504E6A;
    padding: 2px 10px 2px 10px;
    background-color: #0D0D1D;
    color: white;
}

.feedback_body {
    height: 65px;
    margin-top: 12px;
    margin-bottom: 12px;
}
