body {background-color: #000;}

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

header {
	width: 100%;
	padding: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

header .logo {margin-right: 55px;}

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;
}

#about content .ins {background-color: #fff;}

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

/*************************************** FOOTER ***************************************/
/*
footer {
	background-color: rgba(0,0,0,.85);
	backdrop-filter: blur(4px);
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer ul {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	font-size: 0.8em;
	color: #5551a2;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer ul li {
	text-align: center;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer ul li img {max-height: 32px;}

footer ul li a {
	display: inline-block;
	color: #fff;
}
*/

footer {
	background-color: rgba(0,0,0,.70);
	backdrop-filter: blur(4px);
	width: 100%;
	height: 40px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#home footer {
	#home footer {
		background-color: transparent;
		backdrop-filter: blur(4px);
	}
}

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 {
	font-size: 0.7em;
	line-height: 40px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf li a {color: #fff;}

footer .inf li img {vertical-align: middle;}

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


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

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

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

nav ul li.on a, nav ul li a:hover {
    color: #fff;
	text-shadow: 0 0 2px #ff3333, 0 0 4px #ff3333, 0 0 6px #ff3333, 0 0 8px #ff3333,0 0 10px #ff3333,0 0 12px #ff3333,0 0 14px #ff3333;
	transition: all 0.5s ease-in-out;
}

nav ul li a img {max-height: 20px;}

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

#vegasSliderInner {
	text-align: center;
	margin: 0 auto;
	/*font-size: 2.6em;*/
	font-size: 9vw;
	line-height: auto;
	font-weight: 900;
	width: 100%;
	max-width: 1200px;
	min-height: calc(100vh - 420px);
	line-height: 1.25em;
	color: #fff;
	text-shadow: 4px 4px 4px #000;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#vegasSliderInner span {
	display: block;
	padding: 0 20px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.inn {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 10px;
	break-inside: avoid;
	position: relative;
}

.inn .gmi {
	padding: 0;
	position: relative;
}

.inn .gmi img {
	width: 100%;
	vertical-align: middle;
}

.inn .dte {
	font-weight: 900;
	border-bottom: 1px solid #000;
	font-size: 1.25rem;
}

.inn .dte a {
	display: block;
	padding: .75rem;
	border-radius: 10px 10px 0 0;
	color: #5551a2;
	transition: all 0.75s ease-in-out;
}

.inn .dte a:hover {
	color: #ddd;
	background-color: #5551a2;
	transition: all 0.75s ease-in-out;
}

.inn .dat {
	padding: 10px;
}

/***************************************************************** FLEXIT *****************************************************************/

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

.flexit .inx, .flexit .iny, .flexit .inv {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.flexit .inx {text-align: center;margin: 10px;}

.flexit .inx img, .flexit .iny img, .flexit .inv img {max-height: 80px;}

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

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

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