@charset "UTF-8";
/* CSS Document */
.hero {
  position: relative;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  overflow: hidden;
  background-image: url('/i/16/Art-of-Aviation-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.hero > *:not(.hero__video):not(.hero__overlay) {
  position: relative;
  z-index: 2;
}
.form-panel {
  z-index: 3 !important;
}
.core-heading {
  background: url(/i/26/hr-w.svg) center 90% / 200px no-repeat;
  text-align: center;
  padding: 10% 0 50px;
  margin-bottom: 0;
  font-family: CoreDeco;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 40px;
  color: var(--white);
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.33);
}
#home {
  height: auto;
  background-image: url('/i/26/private-jet-charter-farnborough.jpg');
  padding-bottom: 100px;
}
#aircraft-charter {
  height: auto;
  background-image: url('/i/26/private-jet-charter-new-york.jpg');
  padding: 25px 0 125px;
}
#carbon-programme {
  height: auto;
  background-image: url('/i/26/private-jet-charter-uk.jpg');
  padding: 100px 0;
}
#home .core-heading {}
#aircraft-charter .core-heading {}
#carbon-programme .core-heading {
  text-align: start;
  background: url(/i/26/hr-w.svg) 28% 20% / 200px no-repeat;
	padding: 0 0 250px;
}

#contact_form { width:85%; padding-left: 15%;}

@media screen and (max-width: 1440px) {
  #home, #aircraft-charter, #carbon-programme {
    padding-bottom: 25px;
  }
	#carbon-programme {
    padding-top: 25px;
  }
}