/* 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;
}
header{
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin: auto;
	padding: 10px;
	flex-flow: row-reverse;
	flex-direction: row-reverse;
	display: flex;
	justify-content: space-between;
	background-color:#ff704d;
	position: fixed;
}
body{
	background-color: #ffeecc;
}
h1{
	font-size: 50px;
}
#buttons{
	display: flex;
	justify-content: flex-end;
	font-size: 35px;
	color: white;
	padding: 0px 20px;
	
}
#people{
	display: flex;
	align-items: center;

}
#main-menu{
	color: black;
	background-color: rgb(255, 127, 63);
	height: 100%;
}
.sticky {
	margin: 0px 0px 5px 0px;
	position: fixed;
	top: 0;
	width: 100%;
	
  }
  .sticky + .content {
	padding-top: 102px;
  }
  .chickenwing{
	margin: 5px;
	width: 50%;
	display: flex;
	margin: 0 25%;
  }
  a:visited {
	color: black;
  }
  a:link {
	color: black;
  }
  #main-menu ul {
	text-align: right;

}
#main-menu {
    display: none;
}
#main-menu li {
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 5px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    border-top: 1px black solid;
	border-bottom: 1px black solid;
}
h2{
	text-align: center;
	font-size: 30px;
	margin: 0px 0px 10px 0px;
}
h3{
	font-size: 20px;
	padding: 10px 20px;
}
#spacer{
	height: 150px;
}
#map{
	display: flex;
	justify-content: center;
}
footer{
	display: flex;
	position: absolute;
	width: 100%;
	height: 5%;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background-color: #ff704d;
}
#cooksinfo{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
#info{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}
form {
    width: 100%;
}

input, textarea {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
}

form p {
    width: 90%;
    margin: 10px auto;
}

form p span {
    color: #ff3838;
    font-size: 16px;
}

label {
    font-family: Arial, Helvetica, sans-serif;
}

/*honey pot*/
#address{
    display: none;
}
#captains{
	display: flex;
	flex-direction: column;
	text-align: left;
}
#TeamNames{
	display: flex;
	flex-direction: column;
	text-align: right;
	justify-content: space-between;
}
#submit{
	color: black;
	background-color:#ff704d;
}
.firstgroup{
	margin: 15px;
	display: flex;
	flex-direction: row;
	width: 50%;
	height: 50%;
}
.secondgroup{
	margin: 15px;
	display: flex;
	flex-direction: row;
	width: 50%;
	height: 50%;
}
.thirdgroup{
	margin: 15px;
	display: flex;
	flex-direction: row;
	width: 50%;
	height: 50%;
}