a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;line-height:1.25}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font: normal normal 400 12pt/1.15em Arial, sans-serif;
	/* background: #301d0f url("images/bg.webp") no-repeat center top fixed;
	background-size: 100%; */
	/* background-image: linear-gradient(to bottom, #DECBA4, #3E5151);
	background-attachment: fixed; */
}

body#home {
	/* background: #301d0f; */
	background-size: 100%;
}

@font-face {
	font-family: 'fontello';
	src: url('js/font/fontello.eot?76824327');
	src: url('js/font/fontello.eot?76824327#iefix') format('embedded-opentype'), url('js/font/fontello.woff?76824327') format('woff'), url('js/font/fontello.ttf?76824327') format('truetype'), url('js/font/fontello.svg?76824327#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
	vertical-align: auto;
}

.soci {font: normal normal 400 15pt/normal'fontello', sans-serif;}

p {
	line-height: 1.5em;
	margin: 8px 0;
	text-indent: 2em;
}

#schedule p {
	text-indent: 0;
}

h1,h2,h3,h4,h5 {
	font-weight: 900;
	text-transform: capitalize;
	line-height: normal;
}

h1 {font-size: 3em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.5em;}

a {
	text-decoration: none;
	color: #00008b;
	transition: all 0.75s ease-in-out;
}

a:hover {
	color: #990000;
	transition: all 0.75s ease-in-out;
}

.bgi {}

.bgi a {
	display: block;
	margin: 4px;
	padding: 4px 10px;
	text-transform: uppercase;
	color: #f5f5f5;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.75);
	transition: all 0.75s ease-in-out;
}

.bgi a:hover {
	color: #ffd700;
	background-color: rgba(204,204,204,0.75);
	transition: all 0.75s ease-in-out;
}

contain {
	width: 100%;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

/*************************************** COLORS ***************************************/

.gold {color: #ffd700;}
.orange {color: #5551a2;}
.blue {color: #41658a;}
.green {color: #59c7d0;}
.red {color: #d82f3e;}
.dgray {color: #cac9cb;}
.lgray {color: #e5e5e7;}
.black {color: #000;}
.white {color: #fff;}
.bg_gold {background-color: #ffd700;}
.bg_orange {background-color: #5551a2;}
.bg_blue {background-color: #41658a;}
.bg_green {background-color: #59c7d0;}
.bg_red {background-color: #d82f3e;}
.bg_dgray {background-color: #cac9cb;}
.bg_lgray {background-color: #e5e5e7;}
.bg_black {background-color: #000;}
.bg_white {background-color: #fff;}

.bg_mn {
	background-color: rgba(255,255,255,0.80);
	backdrop-filter: blur(4px);
	padding: 4px 8px;
}

/*************************************** MISC ***************************************/

.smlme {
	font-size: 0.8em;
	line-height: normal;
	font-style: italic;
}

.centerme {text-align: center;}
.boldme, strong {font-weight: 900;}
.italme {font-style: italic;}
.btme {font-size: 1.3em;}
.bgme {background-color: #ccc;}
.noindme {text-indent: 0;}
.novsme {display: none;}
.padme {padding: 10px;}
.mrgme {margin: 10px;}
.maxme {width: 100%;margin: 0 auto 5px auto;}
.maxme img {width: 100%;}
.tshadme {text-shadow: 2px 2px 4px #000;}

.btnme {
	display: inline-block;
	padding: 7px 10px;
	color: #fff;
	font-weight: bold;
	background-color: rgba(153,0,0,0.75);
	border-radius: 20px;
}

.btnme:hover {
	background-color: rgba(255,255,255,0.75);
	color: #990000;
	transition: all 0.75s ease-in-out;
}

.norme {margin: 10px 0;}
.norme li {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #444;
}
.norme li:last-child {
	border-bottom: none;
}

.blist {margin: 10px 0;text-align: center;}

.blist li {
	display: block;
	margin: 4px auto;
}

.blist li a {
	display: block;
	text-transform: uppercase;
	padding: 8px 16px;
	font-weight: 900;
	background-color: #fff;
}

hr {
	margin: 20px 0;
	border: none;
	border-top: 1px solid #ddd;
}

.bg1 {
	background: url('images/bgz/1.webp') no-repeat center center fixed;
	background-size: cover;
}

.bg2 {
	background: url('images/bgz/2.webp') no-repeat center center fixed;
	background-size: cover;
}

.bg3 {
	background: url('images/bgz/3.webp') no-repeat center center fixed;
	background-size: cover;
}

.bg4 {
	background: url('images/bgz/4.webp') no-repeat center center fixed;
	background-size: cover;
}

/*************************************** NEWZ ***************************************/

#newz {
	width: 100%;
	column-count: 2;
	column-gap: 1em;
}

@media (max-width:952px) {
#newz {
	column-count: 1;
	column-gap: 1em;
}
}

/*************************************** ACCORDION ***************************************/

.accordion {
	margin: 50px;
}

.accordion dt, .accordion dd {
	padding: 10px;
	border: 1px solid black;
	border-bottom: 0;
}

.accordion dt:last-of-type, .accordion dd:last-of-type {
	border-bottom: 1px solid black;
}

.accordion dt a, .accordion dd a {
	display: block;
	color: black;
	font-weight: bold;
}

.accordion dd {
	border-top: 0;
	font-size: 12px;
}

.accordion dd:last-of-type {
	border-top: 1px solid white;
	position: relative;
	top: -1px;
}

/*************************************** FORM ***************************************/

.xform {
	width: 382px;
	max-width: 100%;
	height: calc(100% - 40px);
	padding: 8px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 100;
}

.xform .input, .xform .textarea {
	display: block;
	font: normal normal 400 10pt/1.45em 'Montserrat', sans-serif;
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
	transition: box-shadow 500ms;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .input:first-child {
}

.xform .textarea {
}

.xform .button {
	border: 1px solid rgba(0,0,0,0.5);
	width: 100%;
	margin: 4px auto;
	font-weight: 900;
	padding: 8px;
	box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .input:focus, .xform .textarea:focus, .xform .button:focus {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

