h1
{
	text-align:center;
}

a
{
	color:black;
	text-decoration:none;
}


.BizName
{
	color:#A36A0D;
	font-size:72px;
}

.Links{
	text-content:right;
	padding:right;
}

.MainDonk
{
	display:block;
	margin:auto;
}

p
{
	text-align:center;
	font-size:20px;
}

.eventList
{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	font-size:20px;
}

.contactInfo
{
	background-color:gold
}

h3, h2
{
	text-align:center;
	font-size:30px;
}



input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}


.current
{
	text-decoration:underline
}

.memberInfo
{
	margin:auto;
	display:block;
	width:400px;
	height:500px;
	text-align:center;
}

.donkey
{
	border-radius:50%;
	
}

.rates
{
	font-size:30px;
	text-align:center;
	
}

h6
{
	text-align:center;
}