@charset "utf-8";
/* CSS Document */

.title {
	display: flex;
	justify-content: center;
	background-color: #000;
	border-radius: 3px;
}
.leftBox {
	flex: 1;
}
.rightBox {
	flex: 1;
	margin: auto auto;
	color: #FFF;
}
.banner1 {
	color: #FFADAD;
	background-color: #FF201E;
	margin: 15px 0;
	border-radius: 5px;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 2em;
}
.ovalHeader {
	border: #000 thin solid;
	border-radius:5px;
	padding: 10px;
/*	height:400px;*/
}
.impactFont {
	font-size: 1.1em;
	font-weight: bold;
}
.box1 {
	background-color: #FF201E;
	padding: 20px 20px;
	border-radius: 5px;
	height: 100%;
}
.box2 {
	background-color: #FFADAD;
	padding: 20px 20px;
	border-radius: 5px;
	height: 100%;	
}.quoteRef {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: right;
}
.quote   {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-size: 1.5em;
	padding-left: 5em;
	padding-right: 5em;
}
#contact h3 {
	padding-left: 15px;
}
contact:invalid {
	background-color: #ffdddd;
}
contact:valid {
	background-color: #ddffdd;
}
contact:required {
	border-color: darkgray;
	border-width: 2px;
}
#name, #email, #organisation, #phone {
	width: 100%;
}
#contact #submit {
	background-color: #7CD5B7;
	border-radius: 8px;
}
