/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end of CSS reset */

body{
	font-family:Arial, Helvetica, sans-serif;
}

header{
	display: flex;
	justify-content: space-between;
	background-color: black;
}

header h1{
	width:75%;
	font-size: 40px;
	padding: 5px;
	color: white;
}

.icon{
	padding: 5px;
	font-size: 40px;
	color:white;
}

#logo{
	padding:0;
	border:0;
	display:flex;
	max-width: 15%;
	margin-right: 10px
}

#mainMenu{
	display: none;
}

#mainMenu ul{
	width:100%;
	background-color: whitesmoke;
	color:black;
}

#mainMenu li{
	font-size: 20px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px white solid;
}

#mainMenu a{
	text-decoration: none;
	color:black;
}

input, textarea{
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif
}

label{
	font-family: Arial, Helvetica, sans-serif;
}

section form {
    display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	color: black;
}

section form p{
    color: black;
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 36px;
	padding: 30px 10px;
	margin:10px auto;
	font-family: Arial, Helvetica, sans-serif;
}
form p span{
	color: red;
}

#homeButtons a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	border-color:black;
	border-radius: 20px;
	color: white;
	font-size: 20px;
	width:30%;
	text-decoration: none;
	text-align:center;
}

label {
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Honeypot */
#address {
	display: none;
}

article{
	background-color: white;
}

#mainImg{
	display: flex;
	justify-content: center;
	padding:0;
	max-width: 100%;
	height: auto;
}

#media{
	font-size: 30px;
	text-align: center;
}

#media a{
	color:black;
}

footer{
	text-align: center;
	background-color: black;
	color: white;
	position:static;
	bottom: 0;
	width: 100%;
}

#text{
	line-height:1.5;
}

#text h2, h3{
	text-align:center;
	margin: 0px 25px 0px 25px;
	font-weight: bold;
}
#text h2{
	font-size:18px;
}

#text p{
	font-size: 16px;
	text-align:center;
	margin: 0px 25px 0px 25px;
	line-height:1.5;
}

#chicken{
	display: block;
	margin: auto;
	max-width: 50%;
	height: auto;
}

#competition{
	display: block;
	margin: auto;
	max-width: 75%;
	height: auto;
}

#map{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
	height: auto;
}

#submitButton input{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	border-color:black;
	border-radius: 20px;
	color: white;
	font-size: 20px;
}

