:root {
	--clr-primery: #0374ba;
	--clr-primery-light: #3387bc;
	--clr-primery-lighter: #59bfff;
	--clr-primery-dark: #000a2e;
	--clr-secondary: #ddfcf6;
	--clr-border: #bcc2d0;
	--clr-ttl: #ffb967;
  --clr-sub: #ffe2d8;
}

button {
	background: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
}

button:focus,
input:focus {
	outline: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	zoom: 100%;
	-moz-transform: scale(1);
}

.lang {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.flag-img {
	width: 32px;
	padding: 0 5px;
	margin-top: 5px;
	transition: 0.3s;
}

.selected {
	width: 40px;
}

.flag-img:hover,
.flag-image:focus {
	width: 48px;
	transition: 0.3s;
}


section {
	min-height: 100vh;
}

#airlines,
#general,
#airports,
#logistics {
	display: none;
}

#airlines.active,
#general.active,
#airports.active,
#logistics.active
{
  display: block;
}

.container {
	margin: 0px auto;
	padding: 0px 15px;
}

@media (max-width: 1700px) {
	.container {
		max-width: 1400px;
	}
}

@media (max-width: 1200px) {
	.container {
		max-width: 1000px;
	}
}

@media (max-width: 890px) {
	.container {
		max-width: none;
	}
}

.title {
	font: 2.2em Georama;
	font-weight: 600;
	color: white;
	text-decoration: underline; 
	text-shadow: -1px -1px 2px rgba(78, 78, 78, 0.9), 1px 1px 2px rgba(0,0,0,.5);
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}	

.title-secondary {
	font: 1.8em Georama;
	font-weight: 600;
	color: var(--clr-secondary);
	text-decoration:underline; 
	text-shadow: -1px -1px 1px rgba(78, 78, 78, 0.5), 1px 1px 1px rgba(0,0,0,.5);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0px auto;
}	

.ttl {
	font-family: 'Saira Semi Condensed';
	font-size: 2.7em;
	font-weight: 400;
	color: var(--clr-ttl);
/*	text-shadow: -1px -1px 2px rgba(78, 78, 78, 0.9), 1px 1px 2px rgba(0,0,0,.5);*/
	margin-right: 1rem;
	padding-bottom: 0.25em;
	
}	

.sub {
	font-family: 'Saira Semi Condensed';
	font-size: 1.67em;
	color: var(--clr-sub);
/*	text-shadow: -1px -1px 2px rgba(78, 78, 78, 0.9), 1px 1px 2px rgba(0,0,0,.5);*/
	margin-right: 1rem;
}	

.first-pub {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-wrap: nowrap;
	padding-top: .35em;
}

.last-pub {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-wrap: nowrap;
}

.home, 
.about, 
.mission,
.experience,
.contact,
.airlines,
.general,
.airports,
.logistics{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 3.0em;
	margin-top : 10px; 
}

.contact {
	height: calc(100vh - 5em);
}

.div-home, 
.div-about,
.div-mission,
.div-contact
{
	display: flex;
	flex-direction: row;
	max-height: 50%;
	justify-content: space-between;
	align-items: center;
}

.div-experience,
.div-airlines,
.div-general,
.div-airports {
	display: flex;
	flex-direction: row;
	max-height: 50%;
	justify-content: space-between;
	align-items: flex-start;
	flex-grow: 0;
	flex-shrink 0; 
	gap: 2rem;
}

.div-logistics {
	display: flex;
	flex-direction: row;
	max-height: 50%;
	justify-content: space-between;
	align-items: center;
	flex-grow: 0;
	flex-shrink 0; 
}

.div-home .div-img, 
.div-about .div-img,
.div-mission .div-img,
.div-logistics .div-img {
	padding-right: 0;
}

.space-holder {
	width: 100%;
	height: 2em;
}

.div-experience a:active,
.div-experience a:hover,
.div-experience a:visited {
	text-decoration: none;
}

.div-experience {
	justify-content: center;
	align-items: flex-start;
}

.div-home > *,
.div-about > *,
.div-mission > *,
.div-experience > *,
.div-contact > *,
.div-airlines > *,
.div-general > *,
.div-airports > *,
.div-logistics > * {
	flex-basis: 100%;
}

.div-col {
	display: flex;
	flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
	width: 100%;
  flex-grow: 1;
	flex-shrink: 1;
}

.last-section {
	position: relative;
}

.footer {
	position: fixed;
	bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 30px;
	width: 100%;
	background-color: white;
	opacity: 0.70;

}

.footer-img{
	margin-top: auto;
	height: 50px; 
}


.footer-img img{
	height: 48px; 
}

.footer-copy {
	font-size: 1.0em;
	color: var(--clr-primery);
	font-family: sans-serif;
	font-weight: 600;
	line-height: 6em;
	padding: 0 5px;
	height: auto;
}

@media (max-width: 890px) {
	.div-home, 
	.div-about,
	.div-mission,
	.div-experience,
	.div-contact,
	.div-airlines,
	.div-general,
	.div-airports,
	.div-logistics {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.first-pub {
		padding-bottom: 1em;
	}
	
	.last-pub {
		visibility: hidden;	
	}
	
	.ttl{
		font-size: 4.5vw;	
		padding-bottom: 0;
	}
	
	.sub{
		font-size: 2.89vw;
		line-height: calc(5.2vw);
	}

	.contact {
		height: auto;
	}
	
	.div-img {
		max-width: 50%;
		text-align: center;
		padding: 10px !important;
	}
	
	.footer-copy {
		font-size: 2.0vw;
	}	
	
	.div-text {
		font-size: 1.3em;
		line-height: 1.0em;
	}
}

.div-img {
	flex: 0 0 22%;
	text-align: center;
	padding: calc(1% + 10px);
}

.svg {
	height: 20%;
	width: 20%;
	padding: 5px;
	background-color: lightgray;
}

.div-img img {
	
	border-radius: 15%;
	width: 100%;

	object-fit: cover;
	-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 5px 4px rgba(0,0,0,0); 
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 5px 4px rgba(0,0,0,0);
}

.div-text {
	font-size: 1.4em;
	color: #fff;
	font-family: sans-serif;
	line-height: 1.3em;
	padding: 0 20px;
	height: auto;
	margin-left: 0px;
	backdrop-filter: blur(4px);
}

.cart {
	color: var(--clr-primery-dark);
	background-color: #d6e7ff;
	padding: 0 20p;
	margin: 20px;
	border-radius: 20px;
	max-width: 85%;
	flex-grow: 1;
	opacity: 0.8;
	-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 5px 4px rgba(0,0,0,0); 
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 5px 4px rgba(0,0,0,0);	
}

.div-col .div-text p {
	margin-bottom: 0;
}

.place-holder {
	min-height: 20px; 
	min-width: 20px;
}

#home {
	background-color: var(--clr-primery);
	background: url("/images/aviation-banner4.jpg") no-repeat center;
	background-size: cover;
}

#about {
	background-color: var(--clr-primery-light);
	background: url("/images/aviation-banner3.jpg") no-repeat center;
	background-size: cover;
}

#mission {
	background-color: var(--clr-primery);
	background: url("/images/aviation-banner2.jpg") no-repeat center;
	background-size: cover;
}

#experience {
	background-color: var(--clr-primery);
	background: url("/images/aviation-banner2.jpg") no-repeat center;
	background-size: cover;	
}

#contact {
	background-color: var(--clr-primery);
	background: url("/images/aviation-banner5.jpg") no-repeat center;
	background-size: cover;
}

#airlines,
#general,
#airports,
#logistics {
	background-color: var(--clr-primery);
	background: url("/images/frontface.jpg") no-repeat center;
	background-size: cover;	
}

/*-------------Helpers-------------*/
.skew {
	transform: skew(-20deg);
}

.un-skew {
	transform: skew(20deg);
}

/*-------------Nav-------------*/
#nav-wrapper {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#nav {
	background-color: #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 4em;
	overflow: hidden;
}

#nav.nav-visible {
	height: 100%;
	overflow: auto;
}

.nav {
	display: flex;
	height: 4em;
	line-height: 4em;
	flex-grow: 1;
}

.nav.left {
	font-family: "Georama", sans-serif;
}

.nav.right {
	font-family: "Saira Semi Condensed", sans-serif;
	overflow: visible;
	word-wrap: normal;
	flex-basis: 100%;
}

.nav-link,
.logo {
	padding: 0 0.8em;
	text-wrap: nowrap;
	padding-right: 0.8em;
}

span.gradient {
	background: var(--clr-primery-lighter);
	background: -webkit-linear-gradient(45deg, var(--clr-primery-lighter), var(--clr-primery));
	background: linear-gradient(45deg, var(--clr-primery-lighter), var(--clr-primery));
	padding: 0 1em;
	position: relative;
	right: 1em;
	margin-right: auto;
}

span.gradient:hover {
	animation-name: logo-hover;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.17, 0.57, 0.31, 0.85);
}

h1.logo {
	font-weight: 300;
	font-size: 1.75em;
	line-height: 0.5em;
	color: #fff;
	overflow:inherit;
}

h1.logo a,
a:active,
a:hover,
a:visited {
	text-decoration: none;
	color: #fff;
}

.nav-link {
	text-transform: uppercase;
	text-align: center;
	border-top: 0.5px solid #ddd;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: var(--clr-primery);
}

a:hover {
	text-decoration: underline;
}

.right {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-wrap: nowrap;
}

.btn-nav {
	color: var(--clr-primery);
	padding-left: 1.5em;
	padding-right: 1.5em;
}

@media (min-width: 890px) {
	#nav-wrapper {
		overflow: hidden;
	}

	#nav {
		overflow: hidden;
		flex-direction: row;
	}

	.nav-link {
		border-top: none;
	}

	.right {
		overflow: hidden;
		flex-direction: row;
		justify-content: flex-end;
		position: relative;
		left: 1.0em;
		height: auto;
	}

	.btn-nav {
		display: none;
	}

	.nav a:link.active,
	.nav a:visited.active,
	.nav a:active.active {
		background: var(--clr-primery-lighter);
		background: -webkit-linear-gradient(45deg, var(--clr-primery-lighter), var(--clr-primery));
		background: linear-gradient(45deg, var(--clr-primery-lighter), var(--clr-primery));
		color: #fff;
	}

	.nav-link-span {
		transform: skew(20deg);
		display: inline-block;
	}

	.nav-link {
		transform: skew(-20deg);
		color: #777;
		text-decoration: none;
	}

	.nav-link:last-child {
		padding-right: 2em;
		
	}

	a:hover.nav-link:not(.active) {
		color: #444;
		background: #ddd;
		background: linear-gradient(45deg, #fff, #ddd);
	}

}

span.ita {
  font-style: italic;
	font-weight: 600;
}

/*@keyframes logo-hover {
  20% {
    padding-right: 0em;
  }
  100% {
    padding-right: 5em;
  }
}*/


#starsLeft {
	position: absolute;
	left: 0px;
	top: 5%;
	opacity: 0.7;
	z-index: 2;
}

#starsRight {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 5%;
	opacity: 0.7;
}

.clouds {
	position: absolute;
	bottom: 0;
	width: 100%;
}
