@charset "UTF-8";

* {
	font-family: 'Noto Sans Display', sans-serif;

}

html {
    height: 100%;
    height: -webkit-fill-available;
	line-height: 1.4;
}

body {
	min-height: 100%;
}

body, input, textarea, select, button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #333;
	overflow-y: scroll;
	font-weight: 300;
	/* background-color: #B6AFA9; */
	background-color: #ffffff;
	/*background-image: url(../graphics/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bg {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	/* Preserve aspet ratio */
	min-width: 70%;
	min-height: 100%;
	display: none;
}

#bg-mask {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: none;
}

#leftFader {
	/* width: 240px; */
	width: 190px;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	background: rgba(182, 175, 169, 1);
}

::selection {
	/* [disabled]color: #000;
*/
	background-color: rgba(0, 153, 255, 0.5);
}

::-moz-selection {
	/* [disabled]color: #000;
*/  background-color: rgba(0, 153, 255, 0.5);
}

a,
input,
textarea,
select,
.title,
img {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

b,
strong {
	font-weight: 500;
}

a {
	color: #333;
}

a:hover {
	color: #666;
}

ul {
	list-style-type: square;
}

#logo {
	text-align: center;
	background-color: #333;
	position: fixed;
	left: 0px;
	top: 20px;
	width: 240px;
	padding: 10px;
	z-index: 1000;
}

#layout {
	z-index: 100;
	height: auto;
	/* left: 240px; */
	top: 0px;
	/* width: 900px; */
	width: 100%;
    max-width: 100%;
	position: relative;
}

#mainContainer {
	position: relative;
	z-index: 1000;
	height: auto;
	left: 0px;
	top: 0px;
	padding-left: 220px;
	padding-right: 20px;
}

.screen {
	display: block;
	position: relative;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: min(calc(100vh - 200px), 400px);
}

.screen-contents {
	position: relative;
	z-index: 1000;
	left: 0px;
	top: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 100px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 184px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
}

#header .inside {
}

#footer {
	font-size: 12px;
	text-align: right;
	position: fixed;
	z-index: 1000;
	width: 200px;
	right: 0px;
	bottom: 40px;
	padding-left: 10px;
	background-color: #333;
	color: #B6AFA9;
}

#footer .inside {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer p {
	margin: 0px;
}

#footer p + p {
	margin-top: 5px;
}

ul#mainMenu {
	position: fixed;
	left: 0px;
	top: 184px;
	z-index: 1000;
	width: 170px;
}

ul#mainMenu,
#mainMenu li {
	list-style-type: none;
	margin: 0px;
	display: block;
	text-align: right;
	padding: 0px;
}

#mainMenu li a {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: 400;
	font-variation-settings: "wdth" 70;
}

#mainMenu li a:hover {
	color: #FFF;
}

#mainMenu li.active a {
	font-size: 1.8em;
	line-height: 1;
	color: #FFF;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.pageIntro {
	font-size: 2.5em;
	font-weight: 300;
	font-variation-settings: "wdth" 70;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 0px;
}

.pageTitle {
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0px;
	font-variation-settings: "wdth" 70;
}

h4, .heading-4 {
    font-size: 1.4em;
    font-weight: 400;
}

/* .projects {
	display: block;
	margin-bottom: 20px;
	width: auto;
} */
.projects {
    /* display: block; */
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
.projects .project {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	/* padding-right: 20px; */
	padding: 0;
	position: relative;
	padding-bottom: 30px;
}

.projects .project .ccc {
	/* margin-right: 10px; */
	margin: 0;
	position: relative;
}

.projects .project .title {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	/*white-space: nowrap;*/
	/*overflow: hidden;
	text-overflow: ellipsis;*/
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	position: absolute;
	right: 0;
	z-index: 1000;
	min-width: 100%;
	box-sizing: border-box;
	opacity: 0;
}

.projects .project.hover .title {
	opacity: 1;
}

.projects .project .img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* display: block; */
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	text-align: left;
	/* white-space: nowrap; */
}

.projects .project .img a {
	display: flex;
    width: auto;
    max-width: 100%;
}

.projects .project .img a img {
    width: auto;
	height: 80px;
    max-width: 160px;
	object-fit: cover;
}

.projects .project .description {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: none;
}

.projects a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	filter: grayscale(100%);
	opacity: 0.8;
}

.projects a:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.show-project {
	padding: 20px;
}

.show-project h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
	background-color: #09F;
	display: inline-block;
	margin-top: -20px;
	margin-left: -20px;
	padding: 20px;
	max-width: 750px;
}

.show-project img {
}

.show-project .show-desc {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
}


#aviation .table .td.doc { 
	padding-left: 40px; 
	vertical-align: bottom;
}

#contact .table .td {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media only screen and (min-width: 568px) {
	#contact .table .td {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 1025px) {
	#contact .table .td {
		grid-template-columns: repeat(3, 1fr);
	}
}

input[type=text],
input[type=password],
input[type=file],
textarea,
select {
	/* border: 1px solid #FFFFFF; */
	border-bottom-color: #333333;
	width: 100%;
}

textarea { border-color: #333333; }

/*.inputStyle2,*/
input[type=text],
input[type=password],
input[type=file],
textarea {
	background-color: #FFF;
	/* background-color: rgba(182, 175, 169, 0.2); */
	padding: 5px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
	border: 1px solid #0099FF;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}

	#aviation .table,
	#aviation .table .td { display: block; }

	#aviation .table .td.doc { padding: 20px 0px;}
}