body {
	background-color:rgb(226, 255, 254);
	font-family: Liberation;
}
#fullWrapper {
	margin-left:auto;
	margin-right:auto;
	/*width:auto;*/
	padding:30px;
	border-radius:20px;
	background-color:rgb(255, 153, 0);
}
#titleHead {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 100px;
	position: relative;
}
#titleSubhead {
	top: -20px;
	right: -122px;
	font-size: 20px;
	position: relative;
}
.titleSubheadLink {
	color:black;
}
#footer {
	text-align:center;
	font-size:10px;
	color:#8F8F8F;
}
#footer a:link {
	color:#8F8F8F;
}
#footer a:visited {
	color:#8F8F8F;
}
#footer a:hover {
	color:#696969;
}
#footer a:active {
	color:#5E5E5E;
}
@font-face {
	font-family: Bebas;
	src: url('/res/fonts/BebasNeue.otf');
}
@font-face {
	font-family: Liberation;
	src: url('/res/fonts/LiberationSerif.ttf');
}

#simplemodal-overlay {
	background-color:#000;
}
#simplemodal-container {
	background-color:#FFF7C2;
	border:8px solid rgb(255, 153, 0);
	border-radius:20px;
	padding:12px;
	color: black;
}
.defaultModalCloseButton {
	position: absolute;
	right: -15px;
	top: -15px;
	border-radius: 10px;
	background-color: #5C5C5C;
	border: 2px solid #8C8C8C;
}
.defaultModalTitle {
	font-size:40px;
	text-transform:uppercase;
}
.defaultModalContent {
	font-size:20px;
}
.defaultModalButtons {
	text-align:right;
	padding-top:20px;
}
.modalWarning {
	text-wrap: pretty;
	min-width: 100%;
	max-width: min-content; /* or even 0 */
	padding: 10px 0;
}
.modalWarningInnerSection {
	padding: 5px 0;
}
.modalWarningEmphasis {
	font-weight: bold;
}
button {
	cursor:pointer;
}
a img {
	border: 0;
}
.undecLink {
	color:black;
	text-decoration:none;
}
.indexButton {
	background-color:#FFB240;
	text-align:center;
	font-family:Liberation;
	border: 5px ridge #A66300;
}
.indexButton:active {
	border-style:inset;
}
.emphasis {
	font-weight:bold;
}
