body {}

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

header {
	height: 120px;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	width: 100%;
}

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

header .inh .logo img {
	max-width: 100%;
	max-height: 100px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.topsp {display: none;}

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

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

content .ins {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}

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

#home content, #news content {
	background-color: transparent;
	backdrop-filter: blur(0px);
}

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

footer {
	display: block;
	background-color: rgba(0,0,0,0.75);
	backdrop-filter: blur(5px);
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer .inf li {
	width: 48%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;	
}

footer .inf li:nth-child(2) {display: none;}

footer .inf li:nth-child(3) {
	text-align: right;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf li a {
	display: inline-block;
	padding: 5px 8px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

/*************************************** NAV ***************************************/

#barz {
	display: inline-block;
	cursor: pointer;
	background-color: rgba(255,255,255,0.75);
	border-bottom-left-radius: 10px;
	padding: 2px 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1081;
}

#barz .bar1, #barz .bar2, #barz .bar3 {
	width: 35px;
	height: 5px;
	background-color: #980000;
	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(0,0,0,0.90);
	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 {
	display: inline-block;
	font-weight: 800;
	font-size: 1.2em;
	line-height: 1.2em;
    color: #777;
	transition: all 0.5s ease-in-out;
}

nav ul li.on a, nav ul li a:hover {
    color: #fff;
	transition: all 0.5s ease-in-out;
}

nav ul li.ssl a {
	display: inline-block;
	margin: 4px 10px;
}

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

.inn {
	width: 100%;
	border: 1px solid #000;
    background-color: rgba(255,255,255,0.85);
	margin-bottom: 20px;
	color: #000;
	break-inside: avoid;
}

.inn .dte {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 900;
	padding: 10px;
	text-transform: uppercase;
}

.inn .gmi {
	text-align: center;
}

.inn .gmi img {
	display: block;
	max-width: 100%;
	vertical-align: middle;
	margin: 0 auto;
}

.inn .dat {
	padding: 10px;
}

/*************************************** LAST ***************************************/

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

.mbsho {display: block;}
.mbisho {display: inline-block;}
.dssho {display: none;}