body.has-js::before {
	content: '.....Page Loading.....';
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9998;
	height: 100vh;
	width: 100vw;
	cursor: wait;
	transition: all .2s;
	color: yellow;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background: #000 url('/content/images/buster.gif') no-repeat center center
}

body.loaded::before {
	opacity: 0;
	width: 0;
	height: 0
}

*,
::after,
::before {
	box-sizing: border-box
}

* {
	margin: 0
}

body,
html {
	height: 100%
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased
}

canvas,
img,
picture,
svg,
video {
	display: block;
	max-width: 100%
}

button,
input,
select,
textarea {
	font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	overflow-wrap: break-word
}

p.space {
	overflow-wrap: break-word;
	line-height: .8
}

sup {
	line-height: 1;
	font-size: .7rem
}

@font-face {
	font-family: Caligula;
	src: url(Caligula.woff2) format('woff2'), url('Caligula.woff') format('woff')
}

body,
html {
	height: 100%;
	font-size: 100%
}

body,
footer {
	color: #000
}

html {
	box-sizing: border-box
}

*,
* :after,
* :before {
	box-sizing: inherit
}

body {
	background-color: #bddbdd;
	cursor: auto;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: relative
}

.row {
	margin: 0 auto;
	margin-top: 2em;
	max-width: 70em
}

.space {
	height: .4em
}

.row .row.collapse:after,
.row .row.collapse:before,
.row .row:after,
.row .row:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.row .row.collapse:after,
.row .row:after,
.row:after {
	clear: both
}

.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0
}

.row .row {
	margin: 0 auto;
	width: 100%
}

.row .row.collapse {
	margin: 0;
	max-width: none;
	width: auto
}

.columns {
	padding-left: .9375em;
	padding-right: .9375em;
	width: 100%;
	float: left
}

.columns+.columns:last-child {
	float: right
}

.close {
	font-size: 3rem;
	background: #5d4447;
	color: lime
}

@media only screen and (min-width:40.0625em) and (max-width:64em) {
	.medium-only-text-left {
		text-align: left
	}

	.medium-only-text-right {
		text-align: right
	}

	.medium-only-text-center {
		text-align: center
	}
}

@media only screen and (min-width:64.0625em) and (max-width:90em) {
	.large-only-text-left {
		text-align: left
	}

	.large-only-text-right {
		text-align: right
	}

	.large-only-text-center {
		text-align: center
	}
}

@media only screen {
	.columns {
		position: relative;
		padding-left: .9375em;
		padding-right: .9375em;
		float: left
	}

	.small-1 {
		width: 8.33333%
	}

	.small-2 {
		width: 16.66667%
	}

	.small-3 {
		width: 25%
	}

	.small-4 {
		width: 33.33333%
	}

	.small-5 {
		width: 41.66667%
	}

	.small-6 {
		width: 50%
	}

	.small-7 {
		width: 58.33333%
	}

	.small-8 {
		width: 66.66667%
	}

	.small-9 {
		width: 75%
	}

	.small-10 {
		width: 83.33333%
	}

	.small-11 {
		width: 91.66667%
	}

	.small-12 {
		width: 100%;
		font-size: 1.15rem
	}

	.row.small-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.small-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.small-text-left {
		text-align: left
	}

	.small-text-right {
		text-align: right
	}

	.small-text-center {
		text-align: center
	}

	.hide-for-large,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-medium,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.show-for-large-down,
	.show-for-medium-down,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only,
	.show-for-small-up {
		display: inherit
	}

	.hide-for-large-down,
	.hide-for-medium-down,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.hide-for-small-up,
	.show-for-large,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-medium,
	.show-for-medium-only,
	.show-for-medium-up {
		display: none
	}

	.hidden-for-large,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-medium,
	.hidden-for-medium-only,
	.hidden-for-medium-up {
		position: static;
		height: auto;
		width: auto;
		overflow: visible;
		clip-path: none
	}

	.hidden-for-large-down,
	.hidden-for-medium-down,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only,
	.hidden-for-small-up {
		clip-path: inset(1px 1px 1px 1px);
		height: 1px;
		overflow: hidden;
		position: absolute;
		width: 1px
	}

	th.hide-for-large,
	th.hide-for-large-only,
	th.hide-for-large-up,
	th.hide-for-medium,
	th.hide-for-medium-only,
	th.hide-for-medium-up,
	th.show-for-large-down,
	th.show-for-medium-down,
	th.show-for-small,
	th.show-for-small-down,
	th.show-for-small-only,
	th.show-for-small-up {
		display: table-cell
	}
}

@media only screen and (min-width:40.0625em) {
	.columns {
		position: relative;
		padding-left: .9375em;
		padding-right: .9375em;
		float: left
	}

	.medium-1 {
		width: 8.33333%
	}

	.medium-2 {
		width: 16.66667%
	}

	.medium-3 {
		width: 25%
	}

	.medium-4 {
		width: 33.33333%
	}

	.medium-5 {
		width: 41.66667%
	}

	.medium-6 {
		width: 50%
	}

	.medium-7 {
		width: 58.33333%
	}

	.medium-8 {
		width: 66.66667%
	}

	.medium-9 {
		width: 75%
	}

	.medium-10 {
		width: 83.33333%
	}

	.medium-11 {
		width: 91.66667%
	}

	.medium-12 {
		width: 100%
	}

	.row.medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.medium-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.medium-text-left {
		text-align: left
	}

	.medium-text-right {
		text-align: right
	}

	.medium-text-center {
		text-align: center
	}

	.hide-for-large,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.show-for-large-down,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-small-up {
		display: inherit
	}

	.hide-for-large-down,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-small-up,
	.show-for-large,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only {
		display: none
	}

	.hidden-for-large,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only {
		position: static;
		height: auto;
		width: auto;
		overflow: visible;
		clip-path: none
	}

	.hidden-for-large-down,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-small-up {
		clip-path: inset(1px 1px 1px 1px);
		height: 1px;
		overflow: hidden;
		position: absolute;
		width: 1px
	}

	th.hide-for-large,
	th.hide-for-large-only,
	th.hide-for-large-up,
	th.hide-for-small,
	th.hide-for-small-down,
	th.hide-for-small-only,
	th.show-for-large-down,
	th.show-for-medium,
	th.show-for-medium-down,
	th.show-for-medium-only,
	th.show-for-medium-up,
	th.show-for-small-up {
		display: table-cell
	}
}

@media only screen and (min-width:64.0625em) {
	.columns {
		position: relative;
		padding-left: .9375em;
		padding-right: .9375em;
		float: left
	}

	.large-1 {
		width: 8.33333%
	}

	.large-2 {
		width: 16.66667%
	}

	.large-3 {
		width: 25%
	}

	.large-4 {
		width: 33.33333%
	}

	.large-5 {
		width: 41.66667%
	}

	.large-6 {
		width: 50%
	}

	.large-7 {
		width: 58.33333%
	}

	.large-8 {
		width: 66.66667%
	}

	.large-9 {
		width: 75%
	}

	.large-10 {
		width: 83.33333%
	}

	.large-11 {
		width: 91.66667%
	}

	.large-12 {
		width: 100%
	}

	.row.large-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.large-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.large-text-left {
		text-align: left
	}

	.large-text-right {
		text-align: right
	}

	.large-text-center {
		text-align: center
	}

	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.show-for-large,
	.show-for-large-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-medium-up,
	.show-for-small-up {
		display: inherit
	}

	.hide-for-large,
	.hide-for-large-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-medium-up,
	.hide-for-small-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only {
		display: none
	}

	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-medium-only,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only {
		position: static;
		height: auto;
		width: auto;
		overflow: visible;
		clip-path: none
	}

	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-medium-up,
	.hidden-for-small-up {
		clip-path: inset(1px 1px 1px 1px);
		height: 1px;
		overflow: hidden;
		position: absolute;
		width: 1px
	}

	th.hide-for-medium,
	th.hide-for-medium-down,
	th.hide-for-medium-only,
	th.hide-for-small,
	th.hide-for-small-down,
	th.hide-for-small-only,
	th.show-for-large,
	th.show-for-large-down,
	th.show-for-large-only,
	th.show-for-large-up,
	th.show-for-medium-up,
	th.show-for-small-up {
		display: table-cell
	}
}

@media only screen and (min-width:90.0625em) {

	.hide-for-large,
	.hide-for-large-down,
	.hide-for-large-only,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.show-for-large-up,
	.show-for-medium-up,
	.show-for-small-up {
		display: inherit
	}

	.hide-for-large-up,
	.hide-for-medium-up,
	.hide-for-small-up,
	.show-for-large,
	.show-for-large-down,
	.show-for-large-only,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only {
		display: none
	}

	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-large-only,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-medium-only,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only {
		position: static;
		height: auto;
		width: auto;
		overflow: visible;
		clip-path: none
	}

	.hidden-for-large-up,
	.hidden-for-medium-up,
	.hidden-for-small-up {
		clip-path: inset(1px 1px 1px 1px);
		height: 1px;
		overflow: hidden;
		position: absolute;
		width: 1px
	}

	th.hide-for-large,
	th.hide-for-large-down,
	th.hide-for-large-only,
	th.hide-for-medium,
	th.hide-for-medium-down,
	th.hide-for-medium-only,
	th.hide-for-small,
	th.hide-for-small-down,
	th.hide-for-small-only,
	th.show-for-large-up,
	th.show-for-medium-up,
	th.show-for-small-up {
		display: table-cell
	}
}

@media only screen and (min-width:120.0625em) {

	.hide-for-large,
	.hide-for-large-down,
	.hide-for-large-only,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.show-for-large-up,
	.show-for-medium-up,
	.show-for-small-up {
		display: inherit
	}

	.hide-for-large-up,
	.hide-for-medium-up,
	.hide-for-small-up,
	.show-for-large,
	.show-for-large-down,
	.show-for-large-only,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only {
		display: none
	}

	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-large-only,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-medium-only,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only {
		position: static;
		height: auto;
		width: auto;
		overflow: visible;
		clip-path: none
	}

	.hidden-for-large-up,
	.hidden-for-medium-up,
	.hidden-for-small-up {
		clip-path: inset(1px 1px 1px 1px);
		height: 1px;
		overflow: hidden;
		position: absolute;
		width: 1px
	}

	th.hide-for-large,
	th.hide-for-large-down,
	th.hide-for-large-only,
	th.hide-for-medium,
	th.hide-for-medium-down,
	th.hide-for-medium-only,
	th.hide-for-small,
	th.hide-for-small-down,
	th.hide-for-small-only,
	th.show-for-large-up,
	th.show-for-medium-up,
	th.show-for-small-up {
		display: table-cell
	}
}

.customer_name,
.hidden,
.hide,
.print-only {
	display: none
}

@media print {
	* {
		background: 0 0;
		box-shadow: none;
		color: #000;
		text-shadow: none
	}

	.print-only,
	.show-for-print {
		display: block
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	img {
		page-break-inside: avoid;
		max-width: 100%
	}

	@page {
		margin: .5cm
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.hide-for-print,
	.hide-on-print {
		display: none
	}

	th.show-for-print {
		display: table-cell
	}
}

.back-to-top,
a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none
}

@media not print {
	.show-for-print {
		display: none
	}
}

.icon,
.icon_home {
	display: inline-block
}

html * {
	font-family: 'Open Sans', sans-serif
}

.icon_home {
	width: 1.5em;
	height: 1.5em
}

.icon {
	width: 1em;
	height: 1em
}

.icon-x2 {
	width: 3em;
	height: 3em
}

.icon-play,
.icon-x3 {
	width: 4em;
	height: 4em
}

.icon-x3 {
	padding: 0 .1875em
}

.top-bar-section .left {
	background: 0 0
}

@media only screen and (max-width:40em) {
	.small-only-text-left {
		text-align: left
	}

	.small-only-text-right {
		text-align: right
	}

	.small-only-text-center {
		text-align: center
	}

	.small-collapse {
		padding: 0;
		margin: 0
	}
}

footer {
	font-weight: 400;
	text-shadow: .1em .1em #e7e7e7;
	margin: auto;
	max-width: 68em;
	background: linear-gradient(0deg, #f5c6b8 20%, #ffcebf 75%, #ffdbd3 100%);
	padding: 1.5em 0 1.5em 1em;
	border-radius: 0 0 .75em .75em
}

.loadingdiv::after,
h2,
h3,
h4 {
	font-weight: 700
}

.noscript,
h2,
h3 {
	font-size: 1.1rem
}

#header {
	text-align: left;
}

.head_container {
	position: relative;
	display: flex;
	margin-top: .5em;
	align-items: center;
	justify-content: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 80em;
	background: linear-gradient(to right, #fff 0%, #ffc 15%, cornsilk 33%, #fff 45%, cornsilk 55%, #fff 70%, cornsilk 80%, cornsilk 100%);
	padding: .3em 0 .3em 1em;
	box-shadow: .125em -.125em .5em 0 rgba(0, 0, 0, .5), .125em .125em .5em 0 rgba(0, 0, 0, .5);
	border-radius: .5em
}

.head_img {
	max-width: 9.75em;
	max-height: 6.25em;
}

.head_text {
	font-family: Caligula;
	margin-left: 1.25em;
	font-size: 2.75rem;
	color: #6c5353;
	text-shadow: .1em .1em #c7c7c7
}

.nav_header {
	position: relative;
	top: .8em;
	margin-left: auto;
	margin-right: auto;
	/*box-shadow:.125em .125em .5em 0 rgba(0,0,0,.5);*/
	max-width: 80em;
	z-index: 3;
}

.nav_header ul {
	margin: 0;
	padding: .5em 0;
	list-style: none;
	border-right: .0125em solid #000
		/*overflow: hidden;*/
}

.nav_header li a {
	padding: .5em 1em;
	border: .0125em solid #000;
	border-right: 0;
	text-decoration: none;
	background: #eee;
	font-size: 1rem;
	font-weight: 700
}

.nav_header li a:hover,
.nav_header li:hover {
	background-color: #ffc;
	color: #000
}

.nav_header2 {
	position: relative;
	top: 2em;
	z-index: 3;
}

.nav_header2 ul {
	padding: .5em 0;
	overflow: hidden;
}

.nav_header2 li a {
	width: 13em;
	height: auto;
	padding: .5em 0;
	border: .0125em solid #000;
	text-decoration: none;
	background: #eee;
	font-size: 1rem;
	font-weight: 700;
	float: left;
	clear: left;
}

.nav_header2 li a:hover,
.nav_header2 li:hover {
	background-color: #ffc;
	color: #000
}

.nav_header .menu {
	clear: both;
	max-height: 0;
}

.nav_header .menu-icon .nav-icon:before,
.nav_header .menu-icon .nav-icon:after {
	background: #000;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.nav_header .menu-btn {
	display: none;
}

.nav_header li {
	float: left;
	padding: 0
}

.nav_header .menu {
	clear: none;
	float: left;
	max-height: 4em
}

.nav_header .menu-icon {
	display: none;
}

.members {
	margin-left: 19em;
	text-align: left;
	margin-top: 16em;
	color: #000;
}

.members_area_menu {
	position: relative;
	padding: 0;
	top: 2em;
	list-style: none;
	display: block;
	text-align: center;
	width: 13em;
	max-width: 13em;
	height: auto;
	left: 19em;
}

.members_area {
	text-decoration: none;
	padding: .5em;
	border: .0125em solid #000;
	border-top: 0;
}

#activities a#activitiesnav,
#articles a#articlesnav,
#body a#bodynav,
#contact a#contactnav,
#history a#historynav,
#home a#homenav,
#links a#linksnav,
#join a#joinnav,
#convention a#conventionnav,
#members a#membersnav {
	background: #c1ffcf;
	text-decoration: none;
}

.content {
	background-color: #bddbdd;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.75;
	font-size: 1rem
}

@media only screen and (max-width:56.5625em) {
	#header {
		max-width: 100%;
		height: auto
	}

	.head_container {
		display: flex;
		align-items: center;
		justify-content: left
	}

	.head_img {
		max-width: 9.75em;
		max-height: 6.25em;
	}

	.head_text {
		font-family: Caligula;
		margin-left: .5em;
		text-align: center;
		font-size: 2.5rem;
		color: #6c5353;
		text-shadow: .1em .1em #c7c7c7
	}

	.nav_header {
		position: relative;
		top: .5em;
		font-weight: bold;
		background-color: #eee;
		box-shadow: .0125em -.0125em .05em 0 rgba(0, 0, 0, .5), .125em .125em .5em 0 rgba(0, 0, 0, .5);
		width: 100%;
		z-index: 3;
	}

	.navigation_text::after {
		content: 'Navigation Menu';
		position: absolute;
		bottom: .5em;
		left: 3.5em;
		font-size: 1.2rem;
		font-weight: bold;
		max-width: 100%;
		color: #000;
		z-index: 4
	}

	.nav_header ul {
		padding: 0;
		margin-top: .4em;
		list-style: none;
		overflow: hidden;
		background: #eee;
	}

	.nav_header li:hover,
	.nav_header li a:hover,
	.nav_header .menu-btn:hover {
		background: #ffc;
	}

	.nav_header .menu {
		clear: both;
		max-height: 0;
	}

	.nav_header .menu-icon {
		cursor: pointer;
		padding: 1.5em 0 1.5em 1.25em;
		position: relative;
		user-select: none;
	}

	.nav_header .menu-icon .nav-icon {
		background: #000;
		display: block;
		height: .125em;
		position: relative;
		width: 1.5em;
		font-weight: bold
	}

	.nav_header .menu-icon .nav-icon:before,
	.nav_header .menu-icon .nav-icon:after {
		background: #000;
		content: '';
		display: block;
		position: absolute;
	}

	.nav_header .menu-icon .nav-icon:before {
		top: .3125em
	}

	.nav_header .menu-icon .nav-icon:after {
		top: -.3125em
	}

	.nav_header .menu-btn {
		display: none;
	}

	.nav_header .menu-btn:checked~.menu {
		max-height: 100%
	}

	.nav_header .menu-btn:checked~.menu-icon .nav-icon {
		background: transparent;
	}

	.nav_header .menu-btn:checked~.menu-icon .nav-icon:before {
		transform: rotate(-45deg);
		top: 0;
	}

	.nav_header .menu-btn:checked~.menu-icon .nav-icon:after {
		transform: rotate(45deg);
		top: 0;
	}

	.nav_header li {
		width: 100%;
		border-bottom: .125em dotted #000;
		padding: 0
	}

	.nav_header li a {
		padding: 1.25em 0;
		border: 0;
		display: block;
		text-decoration: none;
		text-align: center
	}

	.nav_header2 {
		position: relative;
		top: 2em;
		z-index: 3;
	}

	.nav_header2 ul {
		padding: .5em 0;
		overflow: hidden;
	}

	.nav_header2 li a {
		width: 13em;
		height: auto;
		padding: .5em 0;
		border: .0125em solid #000;
		text-decoration: none;
		background: #eee;
		font-size: 1rem;
		font-weight: 700;
		float: left;
		clear: left;
	}

	.nav_header2 li a:hover,
	.nav_header2 li:hover {
		background-color: #ffc;
		color: #000
	}

	.nav_header .menu {
		clear: none;
		float: left;
	}

	.nav_header .menu-icon {
		display: block;
	}

	.members {
		margin-left: .5em;
		text-align: left;
		margin-top: 16em;
		color: #000;
	}

	.members_area_menu {
		position: relative;
		padding: 0;
		top: 2em;
		list-style: none;
		display: block;
		text-align: center;
		width: 13em;
		max-width: 13em;
		height: auto;
		left: .5em;
	}

	.members_area {
		text-decoration: none;
	}
	
	.content {
		background-color: #bddbdd;
		margin-top: 0;
		margin-left: .5em;
		padding-right: .5em;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.75;
		font-size: 1rem
	}
}

@media only screen and (max-width:30em) {
	#header {
		text-align: center;
		font-size: 1.75rem;
		color: #6c5353;
		max-width: 100%
	}

	.head_container {
		display: flex;
		align-items: center;
		justify-content: left;
	}

	.head_img {
		max-width: 9.75em;
		max-height: 6.25em
	}

	.head_text {
		font-family: Caligula;
		margin-left: 0;
		text-align: center;
		font-size: 1.75rem;
		color: #6c5353;
	}

	.nav_header li a {
		text-align: center;
		padding: .75em;
		display: block;
		text-decoration: none;
	}

	.members {
		margin-left: .5em;
		text-align: left;
		margin-top: 13em;
		color: #000;
	}

	.members_area_menu {
		position: relative;
		top: .75em;
		float: left;
		text-align: center;
		list-style: none;
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.members_area {
		text-decoration: none;
		padding: .5em;
	}


	.content {
		background-color: #bddbdd;
		margin-top: 0;
		margin-left: .5em;
		padding-right: .5em;
		line-height: 1.75;
		font-size: 1rem;
		max-width: 100%
	}
}

.loadingdiv::after {
	content: "........Sending Message............";
	background: #000;
	z-index: 1000;
	position: fixed;
	text-align: left;
	line-height: 2500%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.1rem;
	color: #ff0;
	opacity: .8
}

img {
	max-width: 100%;
	height: auto
}

a:link,
a:visited {
	color: #4a1606
}

a:hover {
	color: #fb0000
}

a:active {
	color: #fff
}

h2,
h3 {
	color: #000
}

h4 {
	color: #513e3b;
	font-size: 1rem
}

.noscript {
	position:absolute;
	text-align:center;
	top:2em;
	left:0;
	background: red;
	width: 100%;
	max-width:100%;
	padding: 1em;
	color: #fff;
	font-weight: 700;
	z-index: 9999
}

#contact_js,
#error,
.contact_thanks {
	position: absolute
}

#contact_js {
	top: 14.375em;
	left: 11.25em;
	font-size: 1.1rem;
	color: red;
	font-weight: 700
}

#contact_form,
.send_contact {
	font-size: 1rem;
	font-weight: 700
}

#contact_form {
	position: relative;
	top: 0;
	left: 0;
	color: #5d4447;
	text-align: left
}

.contact_email,
.contact_message,
.contact_name {
	background: #fff8dc;
	border: .0125em solid #5d4447;
	max-width: 99%
}

.send_contact {
	cursor: pointer;
	background-color: #5d4447;
	color: #ffc;
	padding: .3em
}

.contact_thanks {
	top: 15em;
	left: 1.5em;
	font-size: 1.1rem;
	font-weight: 700;
	background: #7f0;
	color: #000;
	border: .125em solid #5d4447;
	padding: .5em
}

#error {
	height: 5em;
	top: 10.75em;
	left: 2em;
	font-size: 1rem;
	color: #ff0000;
	font-weight: 700
}

.back-to-top {
	position: fixed;
	bottom: 1em;
	right: 0;
	text-shadow: none;
	padding: .33em .5em;
	display: none;
	z-index: 1;
	text-align: center;
	background: #1500ff
}

a.back-to-top,
a.back-to-top:active,
a.back-to-top:hover,
a.back-to-top:visited {
	color: #fff;
	font-size: 1.2rem
}

.container {
	position: absolute;
	left: 0;
	width: 100%;
	border-top: .0125em solid #000;
	background: #e5e5e5;
}

.highlight {
	color: #4a1606;
	font-weight: 700
}

h1 {
	font-size: 1.5rem;
}

#footer {
	text-align: center;
	font-size: .9rem;
	font-weight: 700;
	color: #4a1606;
	margin-top: 2em;
	padding:.5em;
	border-bottom: solid .0125em #000;
	background: #eee;
	box-shadow: .125em -.125em .5em 0 rgba(0, 0, 0, .5), .125em .125em .5em 0 rgba(0, 0, 0, .5);
	max-width: 100%
}

.photos {
	text-align: center;
}

.photos img {
	display: inline-block;
}

.links-list {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}

.links-list-header {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.article-list li {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.announce-head {
	display: block;
	text-align: center;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #2E78FF;
	margin-left: auto;
	margin-right: auto;
	background-color: #FCD93E;
	border: solid 2px #663333;
	padding: 15px;
	margin: 10px;
}

.announce {
	text-align: center;
	font-size: 24px;
	color: #2E78FF;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #663333;
	padding: 15px;
	margin: 10px;
}

.convention table,
tr,
td {
	vertical-align: top;
	border: 0;
	padding: 24px;
	margin: 24px;
}

.convention-button {
	background-color: #FCD93E;
	border: solid 2px #33065C;
	color: #663333;
	display: inline-block;
	font-size: 1.25em;
	vertical-align: top;
	border-radius: 8px;
}

.convention-button:hover {
	color: #ec4643;
	background-color: #eedddd;
}

.convention-button:active {
	background-color: #aaaaff;
	transform: scale(0.90);
}

.convention-yellow {
	background-color: #FCD93E;
}

.registration {
}

h2 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #4a1606
}

.regisFrm input[type="text"],
.regisFrm input[type="email"],
.regisFrm input[type="password"] {
}

.send-button {
	text-align: center;
}

.send-button input[type="submit"] {
	width: 12em;
	height: 2.5em;
	line-height: 2.5;
	font-size: 1.1rem;
	font-weight: 700;
	border: .0125em solid #777;
	outline: none;
	color: #4a1606;
	background: #7bffa0;
	cursor: pointer;
}

.send-button input[type="submit"]:hover {
	background-color: #c1ffcf;
	color: #000
}

a.logout {
	display: block;
	background: #ff0000;
	color: #fff;
	width: 5em;
	height: 1.75em;
	line-height: 1.75;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center
}

p.success {
    max-height:2em;
	color:green;
	font-weight:700;
	font-size:1.1rem
}

p.error {
    max-height:2em;
	color: #ff0000;
	font-weight:700;
	font-size:1.1rem
}
