body {
	background: #282828 url('./img/tiles.png');
	background-attachment: fixed;
	font-family: "Roboto", sans-serif;
	color: #D7D7D7;
	margin: 0;
}
div.series, div.support {
	display: inline-block;
}
div.heading {
	cursor: default;
	position: fixed;
	line-height: 0;
	z-index: 1;
	left: 0;
	right: 0;
	border-bottom: 2px solid #FFC80A;
	background: rgba(220,155,10,0.3);
	box-shadow: 0 0 10px 2px #111;
	backdrop-filter: blur(3px);
}
div.title {
	margin: 18px 0;
}
div.logo {
	background-image: url(./img/logo.png);
	position: relative;
	float: right;
	right: 15px;
	width: 70px;
	height: 67px;
}
div.page {
	padding-top: 99px;
}
div.info {
	margin: 0 10%;
	border: 3px solid #FFC80A;
	background: rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 2px #000;
}
div.gallery {
	margin: 30px auto;
	width: fit-content;
	width: -moz-fit-content;
	padding: 7px 50px 3px 50px;
	border-width: 3px 0;
	border-style: solid;
	border-color: #FFC80A;
}
div.primary-part {
	margin: 0 20px;
	height: 2px;
	border-style: solid;
	border-width: 1px 20px;
	border-color: #FFC80A;
}
div.secondary-part {
	margin:  12px 50% 0 20px;
	border-top: 1px solid #FFC80A;
}
div.highplain {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(3px);
}
div.contactbox {
	position: relative;
	width: 545px;
	margin: 0 auto;
	background: url('./img/tiles.png');
	border: 1px solid #FFC80A;
	box-shadow: 0 0 40px 15px #000;
	top: 123px;
}
div.hiddenbox {
	display: none;
	width: fit-content;
	width: -moz-fit-content;
	background: rgba(255,255,255,0.2);
	margin: 0 15px 15px 15px;
	padding: 1px;
	border-width: 0 2px;
	border-style: solid;
	border-color: #FFF;
}
div.photos {
	display: inline-block;
	position: relative;
	width: 600px;
	height: 600px;
	margin: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	background-color: #404040;
	box-shadow: 0 0 10px 2px #000;
	background-size: 100%;
}
div.hov {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
div.p1 {
	background-image: url(./img/vane.jpg);
}
div.p2 {
	background-image: url(./img/mans.jpg);
}
div.p3 {
	background-image: url(./img/pb5ac.jpg);
}
div.p4 {
	background-image: url(./img/loco.jpg);
}
div.hov1:hover {
	background-image: url(./img/hov1.png);
}
div.hov2:hover {
	background-image: url(./img/hov2.png);
}
div.hov3:hover {
	background-image: url(./img/hov3.png);
}
div.hov4:hover {
	background-image: url(./img/hov4.png);
}
div.inline {
	line-height: 0;
	margin: 15px 30px;
	max-width: 500px;
	background: #404040;
	border: 2px solid #000;
	box-shadow: 0 0 10px 2px #000;
}
div.last {
	margin-bottom: 10px;
}
div.social {
	position: fixed;
	bottom: 0;
	right: 0;
}
div.grecaptcha-badge, p.disclaim {
	display: none;
}
h1 {
	font-size: 1.6em;
	margin: 15px 15px 5px 15px;
}
h2 {
	font-size: 1.3em;
	margin: 10px 15px 5px 15px;
	display: inline-block;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px;
}
i.fa-check-double {
	padding: 0 3px;
}
i.fa-tools, i.fa-headset {
	padding: 0 2px;
}
img.inline {
	width: 100%;
}
p {
	font-size: 1em;
	margin: 15px;
}
p.title {
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	margin: 15px;
}
p.announce {
	font-size: 1.6em;
}
p.verti {
	position: fixed;
	bottom: 75px;
	right: 25px;
	margin: 0;
	writing-mode: vertical-rl;
	font-size: 1.3em;
	line-height: 1.3em;
	text-shadow: 0 0 5px rgb(0 0 0);
	cursor: default;
}
span.name {
	color: #FFC80A;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}
li {
	font-size: 1em;
	margin-right: 15px;
}
form {
	display: inline-block;
	float: right;
	margin: 12px 15px 0 15px;
}
button {
	background: none;
	font-family: sans-serif;
	color: #FFC80A;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	padding: 0;
	border: 0;
}
button.contact {
	font-size: 1.3em;
	line-height: 1.1em;
}
button.contact:hover {
	border-bottom: 1px solid #FFC80A;
}
button.exit {
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #FFC80A;
	font-size: 1em;
	padding: 5px;
}
button.exit:hover {
	background: #8C6E00;
	color: #FFF;
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
button.exit:active {
	color: #D2D2D2;
	text-shadow: none;
	box-shadow: 0 0 8px 1px #000 inset;
}
a {
	color: #87AAE1;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #87AAE1;
}
a:active, button.contact:active {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	text-shadow: 0 0 10px rgba(255,255,255,1);
}
a.social {
	position: fixed;
	bottom: 20px;
	right: 25px;
	font-size: 2em;
	color: #2D88FF;
	text-shadow: 6px 6px 10px rgb(0,0,0);
}
a.social:hover {
	bottom: 17px;
	right: 23px;
	font-size: 2.3em;
	border: 0;
}
a.social:active {
	border: 0;
	color: #FFF;
	text-shadow: 0 0 10px rgb(255,255,255);
}
::-moz-selection {
	color: #FFF;
	background: #646464;
}
::selection {
	color: #FFF;
	background: #646464;
}
@media screen and (max-width: 1800px) {
	div.photos {
		width: 400px;
		height: 400px;
	}
}
@media screen and (max-width: 1270px) {
	div.logo, div.social {
		display: none;
	}
	div.contactbox {
		width: 510px;
	}
	div.photos {
		width: 300px;
		height: 300px;
	}
	div.info {
		margin: 0 5%;
	}
	div.gallery {
		padding: 5px 30px 5px 30px;
	}
}
@media screen and (max-width: 860px) {
	div.title {
		margin: 0;
		line-height: 2.1em;
	}
	div.series {
		width: 100%;
		text-align: center;
	}
	div.heading {
		position: static;
	}
	div.page {
		padding-top: 10px;
	}
	div.info {
		margin: 0 10px;
	}
	div.contactbox {
		width: auto;
		margin: 0 20px;
		background: #282828;
		top: 112px;
	}
	div.gallery {
		width: auto;
		margin: 10px 0 0 0;
		padding: 1px 20px 20px 20px;
		border-width: 2px 0 0 0;
		background: rgba(220,155,10,0.3);
		box-shadow: 0 0 10px 2px #000;
	}
	div.shadow {
		box-shadow: 0 0 10px 2px #000;
		border: 2px solid #000;
	}
	div.photos {
		width: 100%;
		height: unset;
		padding-top: 100%;
		box-shadow: none;
		display: block;
		margin: 0;
		border-width: 0 0 2px 0;
	}
	div.p4 {
		border-width: 0;
	}
	p.title {
		font-size: 1.8em;
		margin: 12px;
	}
	p.disclaim {
		display: block;
		font-size: 0.8em;
		font-weight: bold;
		color: #000;
		text-shadow: 0 0 10px rgb(255 200 10);
		text-align: center;
		margin: 2px;
		cursor: default;
	}
}