/*
### Colors
Orange = EF7F1A
Grey = 696964
*/

@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/regular.eot');
	src: url('fonts/regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/regular.woff2') format('woff2'),
		url('fonts/regular.woff') format('woff'),
		url('fonts/regular.ttf') format('truetype'),
		url('fonts/regular.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/bold.eot');
	src: url('fonts/bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/bold.woff2') format('woff2'),
		url('fonts/bold.woff') format('woff'),
		url('fonts/bold.ttf') format('truetype'),
		url('fonts/bold.svg#svgFontName') format('svg');
}

* {
    margin: 0;
    padding: 0;
	outline-width: 0px;
}

a:link {
	color: #EF7F1A;
	text-decoration: underline;
}

a:active {
	color: #EF7F1A;
	text-decoration: underline;
}

a:hover {
	color: #696964;
	text-decoration: underline;
}

a:visited {
	color: #EF7F1A;
	text-decoration: underline;
}


body {
	background-color: #FFF;
	color: #696964;
	font: 100.01% 'Schrift';
	height: 100%;
    margin: 0;
    padding: 0;
}

form * {
	font-family: 'Schrift', Arial;
	font-size: 0.8rem;
}

form button {
	background-color: #EF7F1A;
	border: 0px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	padding: 7px;
}

form button[type=button] {
	background-color: #696964;
	border: 0px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	padding: 7px;
}

form div[class^=widget] {
	margin-bottom: 15px;
}

form div[class^=widget]:nth-last-child(1) {
	margin: 0px;
}

form input[type=submit] {
	background-color: #EF7F1A;
	border: 0px;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	padding: 7px;
}

form input[type=submit]:hover {
	background-color: #696964;
	color: #FFF;
}

form input[type=submit]:disabled {
	background-color: #efaa6d;
	color: #666;
}

form input[type=text] {
	background-color: #FFF;
	border: 1px #696964 solid;
	box-sizing: border-box;
	margin-bottom: 25px;
	max-width: 300px;
	padding: 7px;
	text-align: center;
	width: 100%;
}

form label {
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
	width: 100%;
}

form select {
	border: 1px #696964 solid;
	box-sizing: border-box;
	padding: 6px;
	width: 100%;
}

form textarea {
	background-color: #FFF;
	border: 1px #696964 solid;
	box-sizing: border-box;
	min-height: 150px;
	padding: 7px;
	width: 100%;
}

form .widget-submit {
	margin-top: 10px !important;
	text-align: center;
}

h1 {
	color: #EF7F1A;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 img {
	height: auto;
	width: 20px;
}

h2,
h3 {
	color: #EF7F1A;
	font-size: 0.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

html {
    height: 100%;
    overflow-y: scroll;
}

#main .inside {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 600px;
	padding: 50px;
	text-align: center;
}

#main .logo {
	margin-bottom: 50px;
	text-align: center;
}

#main .logo img {
	height: auto;
	max-width: 300px;
	width: 100%;
}