/* UX Rules */
.grecaptcha-badge {
	visibility: hidden;
}

/* Font Specifics */
a {
	text-decoration: none;
	color: #98979b;
}

a:hover {
	color: #48484d;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Times New Roman", serif;
}

h4,
p {
	text-shadow: 0.1em 0.1em 0.1em #333;
	color: #dbdbdb;
	margin-bottom: 0.5em;
}

.grey {
	color: #515151;
}

p.small {
	font-size: 0.8em;
}

p.medium {
	font-size: 1em;
}

p.large {
	font-size: 1.5em;
}

p.title {
	color: #c6bfbf;
}

h4 {
	font-size: 2em;
	margin: 1em auto;
}

.italic {
	font-style: italic;
}

.full-height {
	min-height: 100%;
	position: relative;
}

/* Style Rules */
* {
	padding: 0;
	margin: 0;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

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

.section-bg1 {
	background: #0e0e0ee6;
}

.section-bg2 {
	background: #222222e6;
}

.grey {
	color: #666262;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	display: block;
	height: 100%;
	width: 100%;
	background: #191919 url("imgs/background-dark.jpg") top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100%;
	position: relative;
}

header {
	background: linear-gradient(to right, #0d0c0c, #242424, #171717);
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 1em 0 0.5em 0;
}

header #header_items {
	width: inherit;
	height: 100%;
	position: relative;
}

img#profile_pic {
	width: 40%;
	height: auto;
	padding-top: 1em;
}

header p#profile_name {
	color: #666;
	text-shadow: 0.1em 0.1em 0.1em #000;
	font-size: 1em;
	padding-top: 1em;
}

#header_copyright {
	display: none;
	position: fixed;
	bottom: 1em;
	width: inherit;
	font-size: .7em;
	color: #979797;

}

#menu_btn {
	background: url("imgs/mobile-menu-btn-2.png") no-repeat;
	background-size: 4.5em 3.5em;
	outline: none;
	border: none;
	margin: 1em auto;
	cursor: pointer;
	width: 4.5em;
	height: 3.5em;
}

#menu_btn:active {
	background: url("imgs/mobile-menu-btn-hover.png") no-repeat;
	background-size: 4.5em 3.5em;
}

nav#web_nav {
	margin: 2em auto 0;
	display: none;
}

nav#web_nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-evenly;
}

nav#web_nav ul li {
	margin: 0.5em 0;
	width: 30%;
	border: 0.05em solid #2d2d2d;
	box-shadow: 0 0 0.2em 0.05em #060606;
	padding: 0.3em 0;
}

nav#web_nav ul li:hover {
	border: 0.05em solid #2d2d2d;
	box-shadow: inset 0 0 0.2em 0.1em #000;
	transition: none;
}

nav#web_nav ul li a {
	color: #aeadad;
	padding: 0.15em 0;
	text-shadow: 0.1em 0.1em 0.1em #333;
	font-size: 1.1em;
	transition: all ease-in-out 0.35s;
	cursor: pointer;
	width: 100%;
	display: inline-block;
}

nav#web_nav ul li a:hover {
	color: #797979;
	transition: none;
}

nav#web_nav ul li a.inview:hover {
	color: #777171;
	transition: none;
}

nav#web_nav ul li a.inview {
	font-size: 1.2em;
	transition: all ease-in-out 0.35s;
	color: #eaeaea;
}

nav#mobile_nav {
	width: 100%;
	text-align: center;
	transform-origin: bottom;
	position: absolute;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	transform: translateY(-100%);
}

nav#mobile_nav.active {
	transform: translateY(0%);
}

nav#mobile_nav ul {
	padding: 0.5em 0;
	list-style: none;
	background: linear-gradient(to right, #0d0c0c, #242424, #171717);
}

nav#mobile_nav ul li {
	width: 100%;
	padding: 0.8em 0;
	border-top: 0.07em solid #111;
}

nav#mobile_nav ul li a {
	color: #eaeaea;
	text-shadow: 0.1em 0.1em 0.1em #333;
	font-size: 1.1em;
}

nav#mobile_nav ul li a:hover {
	color: #999;
}

nav#mobile_nav ul li a:active {
	color: #999;
}

#about_me {
	padding: 2em;
}

#about_me p {
	margin-bottom: 1em;
}

#made_by_me {
	padding: 2em 2em 1em 2em;
	position: relative;
	overflow-x: hidden;
}

#privacy_policy {
	padding: 2em;
}

footer {
	background: #1e1e1e;
	padding: 1.2em 0 1em;
	text-align: center;
	display: block;
}

footer p#footer_copyright {
	margin-top: 1em;
	font-size: 0.9em;
}

footer a {
	font-size: 0.9em;
}

footer#pinned {
	position: relative;
	bottom: 0;
	width: 100%;
}

#mobile_gallery_items {
	display: block;
	border-top: 0.1em dotted #353434;
}

#gallery_items {
	display: none;
	padding-top: 2em;
	border-top: 0.1em dotted #353434;
}

#mobile_gallery_items .desc {
	text-align: left;
	padding: 0em 0 0 0.2em;
}

#mobile_gallery_items img {
	margin-bottom: 1em;
}

.gallery-item {
	position: relative;
	text-align: center;
	border-bottom: 0.1em dotted #353434;
	padding: 2em 0 0.5em 0;
	display: block;
	margin: 0 auto;
	width: 90%;
}

.gallery-item p {
	position: relative;
	scale: 1;
	opacity: 1;
	right: 0;
	transition: all ease-in-out 0.7s;
	transition-delay: 0.2s;
}

.gallery-item p a {
	color: #0053d3;
	text-shadow: 0em 0em 0em #000;
	font-size: 85%;
}

.gallery-item img {
	position: relative;
	scale: 1;
	opacity: 1;
	right: 0;
	transition: all ease-in-out 0.7s;
}

.gallery-item img.gallery-item-left {
	right: 100%;
	transition: all ease-in-out 0.5s;
	scale: 0.85;
	opacity: 0;
}

.gallery-item p.gallery-item-right {
	right: -100%;
	transition: all ease-in-out 0.5s;
	scale: 0.85;
	opacity: 0;
}

.gallery-item button.gallery-item-right {
	right: -100%;
	transition: all ease-in-out 0.5s;
	scale: 0.85;
	opacity: 0;
}

.gallery-item:last-of-type {
	border: none;
}

.gallery-item img {
	width: 100%;
	margin-top: 1em;
}

.gallery-item .desc {
	color: #9b9a9a;
}

.gallery-item .build-type {
	color: #9b9a9a;
	text-align: center;
}

.gallery-item .desc-btn {
	display: block;
	margin: 0.2em auto 0.5em;
	background: none;
	outline: none;
	border: none;
	color: #a8a8a8;
	cursor: pointer;
	position: relative;
	scale: 1;
	opacity: 1;
	right: 0;
	transition: all ease-in-out 0.7s;
	transition-delay: 0.4s;
	padding: 0.8em;
}

.gallery-item .desc-btn:hover {
	color: #a8a8a8;
}

.gallery-item .desc-btn:focus {
	color: #a8a8a8;
}

#contact_form {
	padding: 2em 2em 0em 2em;
}

#contact_form form {
	width: 100%;
	margin: 0 auto;
}

#contact_form .field:last-of-type {
	padding-bottom: 0.5em;
}

.field {
	position: relative;
	text-align: center;
	padding-bottom: 2em;
}

label {
	display: block;
	margin: 0 auto 1em auto;
}

input[type="text"] {
	font-size: 1.2em;
	font-weight: bold;
	color: #494949;
	padding: 0.1em;
	background: #d2d2d2;
	font-family: "Times New Roman", serif;
	outline: 0.07em solid #000;
	border-radius: 0.3em;
}

textarea {
	font-size: 1.2em;
	font-weight: bold;
	color: #494949;
	padding: 0.1em;
	background: #d2d2d2;
	font-family: "Times New Roman", serif;
	max-width: 45em;
	border-radius: 0.3em;
}

#name {
	width: 90%;
}

#email {
	width: 100%;
}

#subject {
	width: 100%;
}

#message {
	width: 100%;
	height: 20em;
	resize: none;
	outline: 0.07em solid #000;
}

#message_character_counter {
	position: absolute;
	left: 81%;
	padding: 0.1em;
	bottom: 7%;
	color: #00000045;
	font-weight: bold;
	text-shadow: none;
}

#contact_form_messages {
	margin-top: 1.5em;
}

#contact_form_messages .success-msg {
	color: #00ff00;
}

#contact_form_messages .error-msg {
	color: #ff0000;
	font-size: 0.9em;
	padding: 0.3em 0;
}

#form_button {
	width: 50%;
	background: linear-gradient(#d0d0d0, #ccc, #b1acac);
	border: 0.1em solid #242222;
	border-radius: 0.4em;
	padding: 0.3em;
	color: #2b2b2b;
	font-size: 1.7em;
	font-weight: bold;
	box-shadow: 0em 0em 0.5em 0.1em #242424;
	cursor: pointer;
	outline: none;
	font-family: "Times new roman";
	font-variant-caps: petite-caps;
}

#form_button:hover {
	background: linear-gradient(#a8a8a8, #9f9c9c, #919191);
}

#form_button:active {
	box-shadow: inset 0em 0em 0.5em 0.1em #333;
}

#page_top {
	text-align: center;
	padding: 2em 0 1em;
}

#page_top img {
	width: 3em;
}

.privacy-policy-part {
	margin-top: 2em;
}

#cookie_agreement_anchor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

#cookie_agreement {
	background: linear-gradient(#3e3d3d, #2b2b2b);
	padding: 1em 0 2em;
	border-radius: 0 0 1em 1em;
	max-width: 31em;
	margin: 0 auto;
	border: 0.3em solid #2d2a2a;
	border-top: none;
}

#cookies_details {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

#cookies_details a {
	color: #5172f0;
}

#cookies_accepted_btn {
	margin: 2em auto 0;
	max-width: 17em;
	display: block;
	background: #82c454;
	border: 0.1em solid #242222;
	border-radius: 0.4em;
	padding: 0.5em 2em;
	color: #2b2b2b;
	font-size: 0.9em;
	font-weight: bold;
	box-shadow: 0em 0em 0.5em 0.1em #242424;
	cursor: pointer;
	outline: none;
	font-family: "Times new roman";
	font-variant-caps: petite-caps;
}

#cookies_accepted_btn:hover {
	background: #73aa4d;
}

#cookies_accepted_btn:active {
	background: #82c454;
}

@media (min-width:300px) {
	p.medium {
		font-size: 1.1em;
	}

	p.medium {
		margin-bottom: 0.8em;
	}
}

@media(min-width:390px) {
	img#profile_pic {
		width: 35%;
	}

	.gallery-item img {
		width: 90%;
	}

	#mobile_gallery_items .desc {
		width: 90%;
		margin: 0 auto 0.5em;
	}
}

@media (min-width:481px) {
	header {
		padding: 0;
	}

	img#profile_pic {
		width: 27%;
		padding-top: 2em;
	}

	p#profile_name {
		margin-bottom: 1em;
	}

	#menu_btn {
		display: none;
	}

	nav#web_nav {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
	}

	nav#mobile_nav {
		display: none;
	}

	section {
		padding: 2em 4em;
	}

	p.medium {
		font-size: 1.2em;
	}

	p.large {
		font-size: 1.6em;
	}

	section:not(:first-of-type) h4 {
		margin-top: 0.3em;
	}

	#name {
		width: 75%;
	}

	#email {
		width: 85%;
	}

	#subject {
		width: 85%;
	}

	#message {
		width: 85%;
	}

	#form_button {
		width: 35%;
		margin-top: 0.5em;
	}
}

@media(min-width:550px) {

	.gallery-item img {
		width: 80%;
	}

	#mobile_gallery_items .desc {
		width: 80%;
	}
}

@media (min-width:641px) {
	p.small {
		font-size: 0.9em;
	}

	img#profile_pic {
		width: 22%;
	}

	#mobile_gallery_items {
		display: none;
	}

	#gallery_items {
		display: block;
	}

	.gallery-item {
		display: table;
		width: 90%;
		padding: 2em 0em;
		transition: all ease-in-out 0.7s;
	}

	.gallery-item-view {
		transition: all ease-in-out 0.7s;
	}

	.gallery-item img {
		display: table-cell;
		width: 100%;
		;
		vertical-align: top;
	}

	.details {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		width: 65%;
		padding: 0 0 0 3em;
	}

	.gallery-item .build-type {
		text-align: left;
	}

	#about_me {
		padding: 2em 6em;
	}

	#privacy_policy {
		padding: 2em 6em;
	}

	#name {
		width: 50%;
	}

	#email {
		width: 65%;
	}

	#subject {
		width: 75%;
	}

	#message {
		width: 75%;
	}

	#form_button {
		width: 22%;
	}
}

@media (min-width:800px) {
	img#profile_pic {
		width: 17%;
	}

	#about_me p {
		margin-bottom: 1em;
	}

	p.medium {
		font-size: 1.3em;
	}

	h4 {
		font-size: 2.2em;
	}

	#about_me {
		padding: 5em 7em;
	}

	#privacy_policy {
		padding: 5em;
	}

	.gallery-item img {
		width: 100%;
	}

	section:not(:first-of-type) h4 {
		margin-top: 0.5em;
	}
}

@media (min-width:961px) {
	p.small {
		font-size: 1em;
	}

	nav#web_nav ul li {
		border: none;
		box-shadow: none;
		background: none;
	}

	nav#web_nav ul li:hover {
		box-shadow: none;
		border: none;
	}

	header nav ul li a {
		font-size: 1.2em;
	}

	body {
		display: table;
	}

	header {
		width: 25%;
		max-width: 24em;
		min-height: 100%;
		box-shadow: -1em 0em 01em 0.6em #000;
		display: table-cell;
		vertical-align: top;
		padding: 0;
	}

	#cookie_agreement_anchor {
		left: 12.5%;
	}

	img#profile_pic {
		width: 60%;
	}

	#header_copyright {
		display: block;
	}

	footer#pinned {
		display: none;
	}

	nav#web_nav {
		border: none;
		margin-top: 1em;
	}

	nav#web_nav ul {
		flex-direction: column;
	}

	nav#web_nav ul li {
		width: auto;
	}

	header #header_items {
		height: 100%;
		margin-top: 1em;
		position: fixed;
		left: 0;
	}

	.details {
		padding: 0 0 0 3em;
	}

	#contact_form form {
		width: 100%;
	}

	.privacy-policy-part {
		margin-top: 4em;
	}

}

@media (min-width:1281px) {
	#about_me p {
		margin-bottom: 1.2em;
	}

	p.small {
		font-size: 1.1em;
	}

	p.medium {
		font-size: 1.4em;
	}

	h4 {
		font-size: 2.8em;
		margin-bottom: 1em;
	}

	header {
		width: 20%;
	}

	#cookie_agreement_anchor {
		left: 10%;
	}

	nav#web_nav ul li a {
		font-size: 1.2em;
	}

	nav#web_nav ul li a.inview {
		font-size: 1.3em;
	}

	#about_me {
		padding: 6em 13em;
	}

	#privacy_policy {
		padding: 6em 13em;
	}

	.gallery-item .details {
		width: 75%;
	}

	.gallery-item {
		width: 80%;
	}

	section:not(:first-of-type) h4 {
		margin: 0.8em auto 0.5em;
	}

	#message_character_counter {
		left: 82%;
	}
}

@media (min-width:1500px) {
	header {
		width: 16%;
	}

	#cookie_agreement_anchor {
		left: 8%;
	}

	footer {
		padding: 1em 0;
	}

	#about_me {
		padding: 7em 17em;
	}

	#privacy_policy {
		padding: 7em 17em;
	}

	#contact_form form {
		width: 70%;
	}

	.gallery-item {
		padding: 3em 0em;
	}

	h4 {
		font-size: 3.4em;
	}

	#name {
		width: 30%;
	}

	#email {
		width: 40%;
	}

	#subject {
		width: 50%;
	}

	#message {
		width: 75%;
	}

	#form_button {
		width: 20%;
		margin-top: 0.5em;
	}

	.gallery-item {
		width: 80%;
	}

	.gallery-item img {
		width: 90%;
	}
}

@media (min-width:1800px) {
	header #header_items {
		margin-top: 2em;
	}

	img#profile_pic {
		width: 50%;
	}

	#about_me {
		padding: 7em 23em;
	}

	#privacy_policy {
		padding: 7em 23em;
	}

	.gallery-item {
		width: 61%;
	}

	.gallery-item img {
		width: 95%;
	}

	p.medium {
		font-size: 1.3em;
	}

	#form_button {
		width: 18%;
	}

	#message_character_counter {
		left: 82%;
	}
}

@media (min-width:2100px) {
	header #header_items {
		margin-top: 3em;
	}

	#about_me {
		padding: 7em 33em 10em 33em;
	}

	#privacy_policy {
		padding: 13em 33em;
	}

	.gallery-item {
		width: 62%;
	}

	.gallery-item img {
		width: 85%;
	}

	#form_button {
		width: 15%;
	}

	.gallery-item {
		padding: 4em 0em;
	}

	#message_character_counter {
		left: 76%;
	}
}