body {
	font-family: "geosanslightregular", sans-serif;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0px 10px 10px 10px;
	font-weight: normal; /* fix bug with safari making faux-bold */
}

h1,
h2,
h3,
h4,
h5 {
	color: rgb(185, 137, 97);
}

strong,
th {
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	font-size: 80%;
}

table {
	margin: 0px 0px 10px 0px;
	border: 0px none;
	border-collapse: collapse;
}

th {
	text-align: left;
}

h1 {
	font-family: "thirsty_scriptlight", sans-serif;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
}
h3,
h4,
h5,
p {
	font-size: 16px;
}

a {
	text-decoration: none;
	background: transparent;
	color: rgb(185, 137, 97);
}

a:hover {
	background: rgb(238, 229, 222);
	text-decoration: none;
}

/* Visually hidden (screen-reader only) utility */
.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	border: 1px solid rgb(180, 122, 73);
	background-color: rgb(238, 229, 222);
	font-size: 14pt;
	font-family: GeosansLight;
	color: rgb(185, 137, 97);
}

button {
	font-family: "thirsty_script_regular", sans-serif;
	background-color: #d0a77f;
	color: white;
	display: inline-block;
	border: 1px solid #ac7348;
	border-radius: 12px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	padding: 4px 12px;
	outline: none;
}

button:hover {
	background-color: #ac7348;
}
