body {}

/*************************************** HEADER ***************************************/

header {
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	padding: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

header .inh {
	width: 100%;
	position: relative;
}

header .logo {}

header .logo img {max-height: 140px;max-width: 100%;}

.topsp {
	display: none;
}

/*************************************** CONTENT ***************************************/

content {
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

content .ins {
	padding: 10px;
	width: 100%;
}

content .ins img {
	max-width: 100%;
}

/*************************************** FOOTER ***************************************/

footer {
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
	width: 100%;
	height: 40px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf {
	width: 100%;
	padding: 0 10px;
	color: #5551a2;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer .inf li {
	line-height: 40px;
	vertical-align: middle;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf li:nth-child(1) {text-align: left;}
footer .inf li:nth-child(2) {text-align: right;}

footer .inf li a img {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	max-height: 24px;
}

/*************************************** TOPMENU ***************************************/

#barz {
	display: inline-block;
	cursor: pointer;
	background-color: rgba(255,255,255,0.75);
	backdrop-filter: blur(4px);
	border-bottom-left-radius: 10px;
	padding: 2px 0;
	box-shadow: -2px 2px 8px 0 rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 181;
}

#barz .bar1, #barz .bar2, #barz .bar3 {
	width: 35px;
	height: 5px;
	background-color: #fe0000;
	margin: 6px 10px;
	transition: 0.4s;
}

.change .bar1 {
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	transform: rotate(45deg) translate(-8px, -8px);
}

nav {
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.85);
	backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 180;
}

nav ul {
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

nav ul li {
	margin: 10px 0;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

nav ul li a {
	font-family: "madcap", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 1.4em;
	color: #fe0000;
	font-size: 17pt;
	transition: all 0.75s ease-in-out;
}

nav ul li.on a, nav ul li a:hover {
	color: #fffaeb;
	text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000;
	transition: all 0.75s ease-in-out;
}

/*************************************** STUFF ***************************************/

.inx {
	width: 100%;
	margin: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.inx .nwz {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.inx .nwz .dte {
}

.inx .nwz .msg {
}

.inx .pic {
}

.inx .pic img {
	max-width: 100%;
}

.alphame {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	/* border: 1px solid #ddd; */
	background-color: rgba(221,221,221,0.75);
	backdrop-filter: blur(4px);
	border-radius: 0 0 10px 10px;
	position: sticky;
	top: 0;
}

.alphame li {
	display: inline-block;
}

.alphame li a {
	display: block;
	padding: 4px 8px;
	font-weight: 900;
	font-size: 1.7em;
}

.alphame li.current a {
	color: green;
}

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

#vz {
	display: block;
	visibility: visible;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -100;
}

.mbsho {display: block;}
.dssho {display: none;}
