﻿body {
	background-color: #000;
	font-family: 'itc-avant-garde-gothic-pro', Arial, sans-serif;
	font-size: 22px;
	text-shadow: 2px 2px 8px #333;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #e84033;
	text-decoration: underline;
}
a:hover {
	color: #963831;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
img {
	border: none;
	max-width: 100%;
	/* just in case, to force correct aspet ratio */
	height: auto !important;
}
input {
	background: rgba(0, 0, 0, 0.5);
	font-family: Helvetica, sans-serif;
	font-size: medium;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	border: 2px solid #4a0f0d;
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0 0 5px;
}
input.btn {
	height: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	background-image: none;
}
select {
	font-family: Helvetica, sans-serif;
	font-size: medium;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	border: 2px solid #4a0f0d;
}
textarea {
	font-family: Helvetica, sans-serif;
	font-size: medium;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	height: 45px;
	border: 2px solid #4a0f0d;
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0 0 5px;
}
.radio input {
	height: 15px;
	width: 15px !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#contentbody {
	width: 760px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-align: centre;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.6em;
}
#footer {
	width: 100%;
	height: 120px;
        position: absolute;
        bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .logo {
	width: 400px;
	padding: 0px;
        margin-right: 50px;
	float: right;
}
.h1 {
	font-family: 'itc-avant-garde-gothic-pro', Arial, sans-serif;
	font-size: 70px;
	color: #fff;
	text-transform: uppercase;
}
.huge {
	font-size: 36px;
	line-height: 1.4em;
}
.highlight {
	color: #007428;
	font-weight: bold;
}
.smalltxt {
	font-family: Helvetica, sans-serif;
	font-size: x-small;
}
.table_padding {
	table-layout: fixed;
}
.table_padding input {
	width: 100%;
}
.table_padding td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#contentbody {
	width: 95%;
}
#footer .logo {
	width: 95%;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
#contentbody {
	width: 95%;
}
#footer .logo {
	width: 95%;
}
}

@media only screen 
and (max-width: 767px) {
body {
	font-size: medium; 
}
#contentbody {
	width: 95%;
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: centre;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.4em;
}
#footer .logo {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	text-align: right;
}
.h1 {
	font-size: xx-large;
}
.huge {
	font-size: 24px;
}
.table_padding td {
	text-align: left;
}
}
