@import url(base.css);

span.error {
	color: red;
}

#header-logo {
	/*margin: auto;*/
	width: 450px;
/*	border: solid red; */
}

h1 {
/*	margin: auto; */
	text-align: center;
	font-size: 1.5em;
	font-variant: small-caps;
/*	border: solid red; */
}

h2 {
	/*text-align: center;*/
	font-size: 1.3em;
	font-variant: small-caps;
}

h3 {
	font-size: 1.2em;
}

#form-div {
	margin: auto;
	margin-top: 50px;
	width: 900px;
    font-size: 1.1em;

	/*border: solid red;*/
}

#thanks-div {
	margin: auto;
	width: 900px;
	text-align: center;
	display: none;
}

input[type=text], input[type=email], textarea {
	font-family: "Libre Baskerville", serif;
	font-size: 1em;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: none;
}

input[type=checkbox] {
	margin-bottom: 5px;
	margin-top: 5px;
}

table {
	margin: auto;

	/*border: solid red;*/
}

td {
	padding: 4px;
}

/*
textarea {
	font-family: "Libre Baskerville", serif;
}
*/
#wef-submit {
	border: none;
	border-radius: 6px;
	width: 15%;
	margin: auto;
	margin-top: 50px;
	display: block;
	background-color: #991917;
	color: white;
	padding: 12px;

	text-align: center;
	text-decoration: none;
	font-family: "Libre Baskerville", serif;
	font-size: 1em;
	cursor: pointer;

	transition-duration: 0.2s;
}

#wef-submit:hover {
	background-color: black;
	color: #cda137;
}

#wef-submit:active {
/*	transform: translateY(2px); */
}
