body {background-color: #000;}

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

header {
	width: 100%;
    backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 120;
}

header .inh {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.nostick {
	background-color: transparent;
	box-shadow: none;
	transition: all 0.75s ease-in-out;
}

.stick {
	background-color: rgba(0,0,0,.85);
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.70);
	transition: all 0.75s ease-in-out;
}

.nostick, .nostick .inh {
	height: 160px;
	transition: all 0.75s ease-in-out;
}

.stick, .stick .inh {
	height: 100px;
	transition: all 0.75s ease-in-out;
}

header .inh .logo {
	padding: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

header .inh .logo img {vertical-align: middle;}

.nostick .inh .logo img {
	max-height: 140px;
	transition: all 0.75s ease-in-out;
}

.stick .inh .logo img {
	max-height: 80px;
	transition: all 0.75s ease-in-out;
}

.topsp {
	width: 100%;
	height: 160px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

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

content .ins {
	background-color: transparent;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}

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

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

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

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 {
	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: none;}

nav {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

nav ul {
	transform-style: preserve-3d;
	text-align: right;
}

nav ul li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: text-bottom;
}

nav ul li a {
	display: block;
	padding: 5px 0;
    color: #ff3333;
    font-weight: 600;
	transition: all 0.75s ease-in-out;
}

nav ul li a:hover, nav ul li.on a {
    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.75s ease-in-out;
}

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

/*************************************************** MORE ***************************************************/

.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: nowrap;
	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;}

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

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

#portfolio .inn .dat .msg p {margin: 0;}

#vegasSliderInner {
	text-align: center;
	margin: -40px auto 0 auto;
	font-size: 7vw;
	line-height: auto;
	font-weight: 900;
	width: 100%;
	max-width: 1400px;
	min-height: calc(100vh - 200px);
	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;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

#vz {
	display: none;
	visibility: hidden;
	position: fixed;
}

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

