@charset "utf-8";

												/* ALL PAGES -- ALL PAGES */
												/* ALL PAGES -- ALL PAGES */
												/* ALL PAGES -- ALL PAGES */




/* COLOURS */
/* COLOURS */
/* COLOURS */




/*
--blue: #056EA4;
--darkgrey: #141414;
--mediumgrey: #7E959F;
--grey: #DFDFE2;
--green: #6BBD9E;
--orange: #F16461;
--purple: #FF0043;
--red: #FF0043;
--white: #EEEEEF;
*/




/* BODY */
/* BODY */
/* BODY */




body {
	height: 100vh;
	width: 100%;
	overflow-x: hidden !important;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	background-color: #141414;
}

a:hover {
 cursor:pointer;
}

.break {
	flex-basis: 100%;
	height: 0;
}

.break-2 {
	flex-basis: 100%;
	height: 0;
	margin: 0;
	border-bottom: 5px solid #DFDFE2;
}


/* TYPOGRAPHY */
/* TYPOGRAPHY */
/* TYPOGRAPHY */




@font-face {
	font-family: 'Arial';
	src: url("../Arial.ttf");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url("../G_ari_i.TTF");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Arial';
	src: url("../G_ari_bd.TTF");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url("../ARIBL0.ttf");
	font-weight: 800;
	font-style: normal;
}

h1 {
font-family: 'Arial';
font-size: 84px;
color: #EEEEEF;
font-weight: 700;
line-height: 1.2;
margin: 0;
padding: 0;
letter-spacing: 0.5px;
}

@media screen and (max-width:1400px) {
	h1 {
		font-size: 450%;
	}
}

@media screen and (max-width:1200px) {
	h1 {
		font-size: 60px;
	}
}

@media screen and (max-width:1000px) {
	h1 {
		font-size: 48px;
	}
}

h2 {
font-family: 'Arial';
font-weight: 400;
color: #DFDFE2;
font-size: 42px;
padding: 0;
line-height: 1.5;
letter-spacing: 0.5px;
}

h3 {
font-family: 'Arial';
font-weight: 400;
color: #DFDFE2;
font-size: 24px;
padding: 0;
line-height: 1.5;
letter-spacing: 0.5px;
}

h4 {
font-family: 'Arial';
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.5px;
}

h5 {
font-family: 'Arial';
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.5px;
}

h6 {
font-family: 'Arial';
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.5px;
}

a {
font-family: 'Arial';
font-weight: 400;
margin: 0;
text-decoration: none;
color: #EEEEEF;
letter-spacing: 0.5px;
}

p {
font-family: 'Arial';
color: #DFDFE2;
font-weight: 100;
font-size: 18px;
margin: 27px 0 0 0;
padding: 0;
line-height: 1.5;
letter-spacing: 0.5px;
}




/* BUTTONS */
/* BUTTONS */
/* BUTTONS */




.red {
	z-index: 500;
	display: block;
	cursor: pointer;
	width: 225px;
	margin-top: 50px;
	background-color: #FF0043;
	font-size: 18px;
	padding: 12px;
	border-radius: 15px;
	border: 2px solid #EEEEEF;
	text-align: center;
	transition: background-color 150ms;
}
.red a {
	color: #EEEEEF;
	text-decoration: none;
	text-align: center;
	margin: auto;
}
.red:hover {
	background-color: #6BBD9E;
}

.clear {
	z-index: 500;
	display: block;
	cursor: pointer;
	width: 225px;
	margin-top: 50px;
	background-color: transparent;
	font-size: 18px;
	padding: 12px;
	border-radius: 15px;
	border: 2px solid #EEEEEF;
	text-align: center;
	transition: background-color 150ms;
}
.clear a {
	color: #EEEEEF;
	text-decoration: none;
	text-align: center;
	margin: auto;
}
.clear:hover {
	background-color: #6BBD9E;
	border: 2px solid #EEEEEF;
}
.clear:hover a {
	color: #EEEEEF;
}




/* NAV */
/* NAV */
/* NAV */




nav {
	position: fixed;
	z-index: 1000;
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 60px;
	background-color: #141414;
}
.nav-links {
	display: flex;
	gap: 40px;
	margin-right: 6%;
}
.nav-links a {
	color: #7E959F;
	text-decoration: none;
	font-size: 16px;
	font-weight: 100;
}
.nav-links a:hover {
	color: #6BBD9E;
}
.nav-links a:active {
	color: #7E959F;
}
.nav-links li {
	list-style: none;
}

.contact-number a {
	color: #FF0043;
}

.burger {
	display: none;
	cursor: pointer;
}
.burger div {
	width: 20px;
	height: 2px;
	background-color: #056EA4;
	margin: 5px;
	margin-right: 30px;
	transition: all 0.6s ease;
}
.phone-link a {
	color: #EEEEEF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.logo {
	margin-left: 6%;
	margin-top: 10px;
}

/* RESPONSE ELEMENT TO NAV MENU */

@media screen and (max-width:900px) {
	.nav-links {
		position: absolute;
		gap: 0;
		right: -6%;
		height: 80vh;
		top: 10vh;
		background-color: #141414;
		opacity: 0.98;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		justify-content: space-around;
		transform: translateX(100%);
		transition: transform 0.1s ease-in;
	}
	.nav-links a {
		font-size: 24px;
	}
	.burger {
		display: block;
	}
	.phone {
		display: none;
	}
.nav-active {
	transform: translateX(0%);
}
.toggle .line1{
	transform: rotate(-45deg) translate(-5px, 5px) ;
}
.toggle .line2{
	opacity: 0;
}
.toggle .line3{
	transform: rotate(45deg) translate(-5px,-5px) ;
}
}
@keyframes navLinkFade {
		from {
			opacity: 0;
			transform: translateX(0px);
		}to{
			opacity: 1;
			transform: translateX(0px);
		}
	}




/* FOOTER */
/* FOOTER */
/* FOOTER */




.footer {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	min-height: 500px;
	background-color: #141414;
	padding: 60px 6% 100px 6%;
}
.footer-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.footer-content h5 {
	font-size: 42px;
	color: #EEEEEF;
}

.contact-details {
	width: 100%;
	display: flex;	
	flex-wrap: wrap;
	margin-top: -60px;
	margin-bottom: 100px;
}
.phone-button {
	position: relative;
	margin-right: 100px;
}
.phone-icon {
	position: absolute;
	top: 32px;
	right: -45px;
	transform: rotate(10deg)
}
.email-button {
	position: relative;
	margin-right: 100px;
}
.email-icon {
	position: absolute;
	top: 34px;
	right: -41px;
	transform: rotate(10deg)
}

.footer-items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}
.socials-icons {
	display: flex;	
	flex-wrap: wrap;
	gap: 20px;
	min-width: 50%;
	padding-top: 90px;
	margin-bottom: 100px;
	margin-right: auto;
	position: relative;
}
.follow {
	position: absolute;
	top: -12px;
}
.follow h5 {
	color: #7E959F;
	font-size: 32px;
	margin: 20px 0;
	padding: 0;
}
.company-details {
	display: flex;	
	flex-wrap: wrap;
	gap: 100px;
	min-width: 50%;
	margin-bottom: 0;
	position: relative;
}
.aeroava-details {
	position: relative;
	max-width: 300px;
	padding-top:70px;
}
.aeroava-details h6 {
	color: #7E959F;
	font-size: 24px;
	margin: 36px 0 0 0;
	padding: 0;

}
.aeroava-details p {
	color: #7E959F;
	font-size: 14px;
	margin: 21px 0 0 0;
}
.aeroava-details a {
	display: block;
	color: #7E959F;
	text-decoration: none;
	margin: 21px 0 0 0;
	font-size: 14px;
	font-weight: 100;
}
.aeroava-details a:hover {
	color: #6BBD9E;
}
.aeroava-details img {
	position: absolute;
	top: 0;
}




												/* INDEX PAGE -- INDEX PAGE */
												/* INDEX PAGE -- INDEX PAGE */
												/* INDEX PAGE -- INDEX PAGE */




.home-page {
	background-color: #000000;
}


/* INDEX HERO - INDEX HERO */
/* INDEX HERO - INDEX HERO */
/* INDEX HERO - INDEX HERO */


.home-hero-container {
	width: 88%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 6% 0 6%;
	z-index: 0;
}

.home-hero-container video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	top: 0;
	left:0;
	z-index: -1;
}

.home-hero-container img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	align-content: center;
	border-style: none;
	width: 100%;
	height: 100vh;
	opacity: 0;
	max-width: 100%;
	object-fit: cover;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}

.home-hero-content {
	width: 100%;
	max-width: 2000px;
	z-index: 500;
}

.home-hero-title h1 {
	color: #EEEEEF;
	text-shadow: 1px 1px #141414;
}
.home-hero-para p {
	color: #EEEEEF;
	font-size: 32px;
	text-shadow: 1px 1px #DFDFE2;
	margin-top: 30px;
	padding: 0px;
	max-width: 1050px;
}

@media screen and (max-width:600px) {
	.home-hero-para p {
		font-size: 24px;
	}
}

/* RESPONSE ELEMENT TO HERO IMAGE / VIDEO */

@media screen and (max-width:1200px) {
	.home-hero-container img { opacity: 1; }
	.home-hero-container video { display: none; }	
}

/* RESPONSE ELEMENT TO HERO TEXT / CTA */

@media screen and (max-width:1400px) {
	.cta {
		margin-top: 60px;
	}
}
@media screen and (max-width:1200px) {
	.cta {
		margin-top: 40px;
	}
}
@media screen and (max-width:1000px) {
	.cta {
		margin-top: 30px;
	}
}
@media screen and (max-width:800px) {
	.home-hero-title {
		max-width: 380px;
	}
}
@media screen and (max-width:600px) {
	.home-hero-para {
		max-width: 280px;
	}
}


/* INDEX ONE - INDEX ONE */
/* INDEX ONE - INDEX ONE */
/* INDEX ONE - INDEX ONE */




.home-s1-container {
	background-color: #000000;	
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.home-s1-content-part-1 {
	border-radius: 10px;
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.home-s1-content-part-1 p {
	max-width: 800px;
	color: #7E959F;
}

.home-s1-content-part-1 h2 {
	color: #EEEEEF;
}

.who-are-aeroava-grid-images {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 0;
	display: grid;
	margin: 0 auto 150px auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"who1 who2 who3 who4"
		;
}

@media screen and (max-width: 1600px) {
	.who-are-aeroava-grid-images {
		grid-template-areas: 
		"who1 who2"
		"who3 who4"
		;
	}
}

@media screen and (max-width: 800px) {
	.who-are-aeroava-grid-images {
		grid-template-areas: 
		"who1"
		"who2"
		"who3"
		"who4"
	}
}

.who-item {
	display: flex;
	justify-content: flex-end;
	text-align: center;
	flex-direction: column;
	overflow: hidden;
	border-radius: 20px;
	padding: 50px;
	margin-top: 100px;
}

.who-item-1 {
	grid-area: who1;
	background-image: url("../Images/JPEG/AeroAVA combine a drone show with pyrotechnics at The Royal Edinburgh Military Tattoo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.who-item-2 {
	grid-area: who2;
	background-image: url("../Images/JPEG/AeroAVA opening the end of The Royal Edinburgh Military Tattoo with a nightly drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.who-item-3 {
	grid-area: who3;
	background-image: url("../Images/JPEG/AeroAVA fly a treble clef at The Royal Edinburgh Military Tattoo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.who-item-4 {
	grid-area: who4;
	background-image: url("../Images/JPEG/AeroAVA flying King Charles the 3rd royal crest at The Royal Edinburgh Military Tattoo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.home-s1-content-part-2 {
	border-radius: 10px;
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.home-s1-content-part-2 h2 {
	color: #EEEEEF;
	margin-top: 100px;
}

.all-our-drone-shows-include {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 50px 0 0 0;
	display: grid;
	margin: 0 auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"icon1 icon2 icon3 icon4"
		;
}

@media screen and (max-width: 1200px) {
	.all-our-drone-shows-include {
		grid-template-areas: 
		"icon1 icon2"
		"icon3 icon4"
		;
	}
}

@media screen and (max-width: 600px) {
	.all-our-drone-shows-include {
		grid-template-areas: 
		"icon1"
		"icon2"
		"icon3"
		"icon4"
	}
}

.who-icon {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.home-s1-content-part-2 h3 {
	color: #EEEEEF;
	margin-top: 30px;
}

.who-icon p {
	color: #7E959F;
	margin: 0 0 50px 0;
}

.who-icon-1 {
	grid-area: icon1;
	min-height: 200px;
	max-width: 100%;
}

.who-icon-2 {
	grid-area: icon2;

	min-height: 200px;
	max-width: 100%;
}

.who-icon-3 {
	grid-area: icon3;

	min-height: 200px;
	max-width: 100%;
}

.who-icon-4 {
	grid-area: icon4;

	min-height: 200px;
	max-width: 100%;
}

/* INDEX TWO - INDEX TWO */
/* INDEX TWO - INDEX TWO */
/* INDEX TWO - INDEX TWO */

.home-s2-container {
	background-image: url("../Images/JPEG/AeroAVA flying an animated bird created with 100 drones - right bias - dark.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 450px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

@media screen and (max-width: 1200px) {
	.home-s2-container {
	background-image: url("../Images/JPEG/AeroAVA flying an animated bird created with 100 drones - dark.jpg");
	}
}

.home-s2-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.home-s2-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	max-width: 1000px;
	margin: 0 0 30px 0;
}

.home-s2-content p {
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;		
	max-width: 800px;
}


/* INDEX THREE - INDEX THREE */
/* INDEX THREE - INDEX THREE */
/* INDEX THREE - INDEX THREE */


.home-s3-container {
	background-color: #000000;	
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.home-s3-content-part-1 {
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.home-s3-content-part-1 h2 {
	color: #EEEEEF;
}

.aeroava-features {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 50px 0 0 0;
	display: grid;
	margin: 0 auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"feature1 feature2 feature3 feature4"
		;
}

@media screen and (max-width: 1200px) {
	.aeroava-features {
		grid-template-areas: 
		"feature1 feature2"
		"feature3 feature4"
		;
	}
}

@media screen and (max-width: 600px) {
	.aeroava-features {
		grid-template-areas: 
		"feature1"
		"feature2"
		"feature3"
		"feature4"
	}
}

.feature-icon {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.home-s3-content-part-1 h3 {
	color: #EEEEEF;
	margin-top: 30px;
}

.feature-icon p {
	color: #7E959F;
	margin: 0 0 50px 0;
}

.feature-icon-1 {
	grid-area: feature1;
	min-height: 200px;
	max-width: 100%;
}

.feature-icon-2 {
	grid-area: feature2;
	min-height: 200px;
	max-width: 100%;
}

.feature-icon-3 {
	grid-area: feature3;
	min-height: 200px;
	max-width: 100%;
}

.feature-icon-4 {
	grid-area: feature4;
	min-height: 200px;
	max-width: 100%;
}

.home-s3-content-part-2 {
	border-radius: 10px;
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.home-s3-content-part-2 p {
	max-width: 800px;
	color: #7E959F;
}

.home-s3-content-part-2 h2 {
	color: #EEEEEF;
	margin-top: 100px;	
}

.example-images-grid {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 0;
	display: grid;
	margin: 0 auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"image1 image2 image3 image4"
		"image5 image6 image7 image8"
		;
}

@media screen and (max-width: 1600px) {
	.example-images-grid {
		grid-template-areas: 
		"image1 image2"
		"image3 image4"
		"image5 image6"
		"image7 image8"
		;
	}
}

@media screen and (max-width: 800px) {
	.example-images-grid {
		grid-template-areas: 
		"image1"
		"image2"
		"image3"
		"image4"
		"image5"
		"image6"
		"image7"
		"image8"
	}
}

.image-item {
	display: flex;
	justify-content: flex-end;
	text-align: center;
	flex-direction: column;
	overflow: hidden;
	border-radius: 20px;
	padding: 50px;
	margin-top: 100px;
}

.image-item-1 {
	grid-area: image1;
	background-image: url("../Images/JPEG/AeroAVA flying an animated bird created with 100 drones.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.image-item-2 {
	grid-area: image2;
	background-image: url("../Images/JPEG/The AeroAVA logo drawn in the night sky with 100 drones as part of a drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.image-item-3 {
	grid-area: image3;
	background-image: url("../Images/JPEG/The Great Ormond Street logo drawn in the night sky with 100 drones as part of a drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.image-item-4 {
	grid-area: image4;
	background-image: url("../Images/JPEG/The Great Ormond Street Hashtag drawn in the night sky with 100 drones as part of a drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.image-item-5 {
	grid-area: image5;
	background-image: url("../Images/JPEG/A pumpkin drawn in the sky with 100 drones as part of a drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.image-item-6 {
	grid-area: image6;
	background-image: url("../Images/JPEG/The Cancer Hashtag drawn in the night sky with 100 drones as part of a drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.image-item-7 {
	grid-area: image7;
	background-image: url("../Images/JPEG/A red arrows pulling up in the night sky, drawn with 100 drones as part of a drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}

.image-item-8 {
	grid-area: image8;
	background-image: url("../Images/JPEG/Two red arrows passing in the night sky, drawn with 100 drones as part of a drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	min-height: 200px;
	max-width: 100%;
}


/* INDEX FOUR - INDEX FOUR */
/* INDEX FOUR - INDEX FOUR */
/* INDEX FOUR - INDEX FOUR */


.home-s4-container {
	background-image: url("../Images/JPEG/A swarm of show drones preparing for a drone show at AeroAVA's testing site - dark.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 450px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

.home-s4-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.home-s4-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	width: 100%;
	margin: 0 0 30px 0;
}

.home-s4-content p {
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;	
	max-width: 800px;	
}

.home-s4-content img {
	margin-top: 50px;
}


												/* ABOUT PAGE - ABOUT PAGE */
												/* ABOUT PAGE - ABOUT PAGE */
												/* ABOUT PAGE - ABOUT PAGE */

.about-page {
	background-color: #000000;
}

/* ABOUT HERO - ABOUT HERO */
/* ABOUT HERO - ABOUT HERO */
/* ABOUT HERO - ABOUT HERO */

.about-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.about-hero-container p {
	max-width: 800px;
}

.about-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}


/* ABOUT ONE - ABOUT ONE */
/* ABOUT ONE - ABOUT ONE */
/* ABOUT ONE - ABOUT ONE */


.about-s1-container {
	background-image: url("../Images/JPEG/AeroAVAs drones laid our ready to fly at The Royal Edinburgh Military Tattoo dark.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 450px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

.about-s1-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.about-s1-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	width: 100%;
	margin: 0 0 30px 0;
}

.about-s1-content p {
	max-width: 800px;
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;
}


/* ABOUT TWO - ABOUT TWO */
/* ABOUT TWO - ABOUT TWO */
/* ABOUT TWO - ABOUT TWO */


.about-s2-container {
	background-color: #000000;	
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.about-s2-content {
	border-radius: 10px;
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.about-s2-content p {
	max-width: 800px;
	color: #7E959F;
}

.about-s2-content h2 {
	color: #EEEEEF;
}

.about-grid-one {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 0;
	display: grid;
	margin: 100px auto 0 auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"about1 about2 about3 about4"
		;
}

@media screen and (max-width: 1200px) {
	.about-grid-one {
		grid-template-areas: 
		"about1 about2"
		"about3 about4"
		;
	}
}

@media screen and (max-width: 600px) {
	.about-grid-one {
		grid-template-areas: 
		"about1"
		"about2"
		"about3"
		"about4"
	}
}

.about-one-item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.about-one-item p {
	color: #7E959F;
	margin: 0 0 50px 0;
}

.about-one-item img {
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.about-one-1 {
	grid-area: about1;
	min-height: 200px;
	max-width: 100%;
}

.about-one-2 {
	grid-area: about2;
	min-height: 200px;
	max-width: 100%;
}

.about-one-3 {
	grid-area: about3;
	min-height: 200px;
	max-width: 100%;
}

.about-one-4 {
	grid-area: about4;
	min-height: 200px;
	max-width: 100%;
}


/* ABOUT THREE - ABOUT THREE */
/* ABOUT THREE - ABOUT THREE */
/* ABOUT THREE - ABOUT THREE */


.about-s3-container {
	background-image: url("../Images/JPEG/AeroAVA at the EPS show where we also won best aerial spectacular.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 450px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

.about-s3-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.about-s3-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	width: 100%;
	margin: 0 0 30px 0;
}

.about-s3-content p {
	max-width: 800px;
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;
}


/* ABOUT FOUR - ABOUT FOUR */
/* ABOUT FOUR - ABOUT FOUR */
/* ABOUT FOUR - ABOUT FOUR */


.about-s4-container {
	background-color: #000000;	
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.about-s4-content {
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.about-s4-content p {
	max-width: 800px;
	color: #7E959F;
}

.about-s4-content h2 {
	color: #EEEEEF;
}

.team-grid-one {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 0;
	display: grid;
	margin: 100px auto 0 auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"team1 team2 team3 team4"
		"team5 team6 team7 team8"
		;
}

@media screen and (max-width: 1600px) {
	.team-grid-one {
		grid-template-areas: 
		"team1 team2"
		"team3 team4"
		"team5 team6"
		"team7 team8"
		;
	}
}

@media screen and (max-width: 800px) {
	.team-grid-one {
		grid-template-areas: 
		"team1"
		"team2"
		"team3"
		"team4"
		"team5"
		"team6"
		"team7"
		"team8"
		;
	}
}

.team-one-item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.team-one-item p {
	color: #7E959F;
	margin: 0 0 50px 0;
}

.team-one-item img {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
}

.team-one-1 {
	grid-area: team1;
	min-height: 200px;
	max-width: 100%;
}

.team-one-2 {
	grid-area: team2;
	min-height: 200px;
	max-width: 100%;
}

.team-one-3 {
	grid-area: team3;
	min-height: 200px;
	max-width: 100%;
}

.team-one-4 {
	grid-area: team4;
	min-height: 200px;
	max-width: 100%;
}

.team-one-5 {
	grid-area: team5;
	min-height: 200px;
	max-width: 100%;
}

.team-one-6 {
	grid-area: team6;
	min-height: 200px;
	max-width: 100%;
}

.team-one-7 {
	grid-area: team7;
	min-height: 200px;
	max-width: 100%;
}

.team-one-9 {
	grid-area: team9;
	min-height: 200px;
	max-width: 100%;
}




												/* AUGMENTS PAGE - AUGMENTS PAGE */
												/* AUGMENTS PAGE - AUGMENTS PAGE */
												/* AUGMENTS PAGE - AUGMENTS PAGE */



.augments-page {
	background-color: #000000;
}

/* AUGMENTS HERO - AUGMENTS HERO */
/* AUGMENTS HERO - AUGMENTS HERO */
/* AUGMENTS HERO - AUGMENTS HERO */

.augments-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.augments-hero-container p {
	max-width: 800px;
}

.augments-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}


/* AUGMENTS ONE - AUGMENTS ONE */
/* AUGMENTS ONE - AUGMENTS ONE */
/* AUGMENTS ONE - AUGMENTS ONE */


.augments-s1-container {
	background-image: url("../Images/JPEG/AeroAVA has a sound app that can be used.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 450px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

.augments-s1-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.augments-s1-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	width: 100%;
	margin: 0 0 30px 0;
}

.augments-s1-content p {
	max-width: 800px;
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;
}


/* AUGMENTS TWO - AUGMENTS TWO */
/* AUGMENTS TWO - AUGMENTS TWO */
/* AUGMENTS TWO - AUGMENTS TWO */


.augments-s2-container {
	background-color: #000000;
	border-style: none;
	z-index: 950;
	width: 88%;
	display: block;
	padding: 180px 6% 150px 6%;
}

.augments-s2-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.augments-s2-content h2 {
	color: #EEEEEF;
	width: 100%;
}


/* AUGMENTS THREE - AUGMENTS THREE */
/* AUGMENTS THREE - AUGMENTS THREE */
/* AUGMENTS THREE - AUGMENTS THREE */


.augments-s3-container {
	background-image: url("../Images/JPEG/Two red arrows passing in the night sky, drawn with 100 drones as part of a drone show.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 600px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}


/* AUGMENTS FOUR - AUGMENTS FOUR */
/* AUGMENTS FOUR - AUGMENTS FOUR */
/* AUGMENTS FOUR - AUGMENTS FOUR */


.augments-s4-container {
	background-image: url("../Images/JPEG/AeroAVA offer live broadcast drone show augmentation.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 450px;
	display: block;
	padding: 180px 6% 150px 6%;
}

.augments-s4-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.augments-s4-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	width: 100%;
	margin: 0 0 30px 0;
}

.augments-s4-content p {
	max-width: 800px;
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;
}


/* AUGMENTS FIVE - AUGMENTS FIVE */
/* AUGMENTS FIVE - AUGMENTS FIVE */
/* AUGMENTS FIVE - AUGMENTS FIVE */


.augments-s5-container {
	background-image: url("../Images/JPEG/AeroAVA offer live broadcast drone show augmentation.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 600px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}




												/* FAQs PAGE -- FAQs PAGE */
												/* FAQs PAGE -- FAQs PAGE */
												/* FAQs PAGE -- FAQs PAGE */




.faqs-page {
	background-color: #000000;
}

/* FAQs HERO - FAQs HERO */
/* FAQs HERO - FAQs HERO */
/* FAQs HERO - FAQs HERO */

.faqs-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.faqs-hero-container p {
	max-width: 800px;
}

.faqs-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}


/* FAQs ONE - FAQs ONE */
/* FAQs ONE - FAQs ONE */
/* FAQs ONE - FAQs ONE */


.faqs-s1-container {
	background-image: url("../Images/JPEG/AeroAVA fly a Scottish symbol the Thistle at The Royal Edinburgh Military Tattoo dark.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 750px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

.faqs-s1-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.faqs-s1-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	width: 100%;
	margin: 0 0 30px 0;
}

.faqs-s1-content p {
	max-width: 800px;
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;
}


/* FAQs GWR - FAQs GWR */
/* FAQs GWR - FAQs GWR */
/* FAQs GWR - FAQs GWR */


.faqs-gwr-container {
	background-color: #000000;	
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.faqs-gwr-content {
	border-radius: 10px;
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.faqs-gwr-content p {
	max-width: 800px;
	color: #7E959F;
}

.faqs-gwr-content h2 {
	color: #EEEEEF;
}

.faqs-grid-gwr {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 0;
	display: grid;
	margin: 100px auto 0 auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"faqs1 faqs2 faqs3 faqs4"
		;
}

@media screen and (max-width: 1200px) {
	.faqs-grid-gwr {
		grid-template-areas: 
		"faqs1 faqs2"
		"faqs3 faqs4"
		;
	}
}

@media screen and (max-width: 600px) {
	.faqs-grid-gwr {
		grid-template-areas: 
		"faqs1"
		"faqs2"
		"faqs3"
		"faqs4"
	}
}

.faqs-gwr-item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.faqs-gwr-item p {
	color: #7E959F;
	margin: 30px 0 50px 0;
}

.faqs-gwr-item img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.faqs-gwr-1 {
	grid-area: faqs1;
	min-height: 200px;
	max-width: 100%;
}

.faqs-gwr-2 {
	grid-area: faqs2;
	min-height: 200px;
	max-width: 100%;
}

.faqs-gwr-3 {
	grid-area: faqs3;
	min-height: 200px;
	max-width: 100%;
}

.faqs-gwr-4 {
	grid-area: faqs4;
	min-height: 200px;
	max-width: 100%;
}


/* FAQs TWO - FAQs TWO */
/* FAQs TWO - FAQs TWO */
/* FAQs TWO - FAQs TWO */


.faqs-s2-container {
	background-color: #000000;	
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.faqs-s2-content {
	border-radius: 10px;
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.faqs-s2-content p {
	max-width: 800px;
	color: #7E959F;
}

.faqs-s2-content h2 {
	color: #EEEEEF;
}

.faqs-grid-one {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 0;
	display: grid;
	margin: 100px auto 0 auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"faqs1 faqs2 faqs3 faqs4"
		;
}

@media screen and (max-width: 1200px) {
	.faqs-grid-one {
		grid-template-areas: 
		"faqs1 faqs2"
		"faqs3 faqs4"
		;
	}
}

@media screen and (max-width: 600px) {
	.faqs-grid-one {
		grid-template-areas: 
		"faqs1"
		"faqs2"
		"faqs3"
		"faqs4"
	}
}

.faqs-one-item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.faqs-one-item p {
	color: #7E959F;
	margin: 30px 0 50px 0;
}

.faqs-one-item img {
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.faqs-one-1 {
	grid-area: faqs1;
	min-height: 200px;
	max-width: 100%;
}

.faqs-one-2 {
	grid-area: faqs2;
	min-height: 200px;
	max-width: 100%;
}

.faqs-one-3 {
	grid-area: faqs3;
	min-height: 200px;
	max-width: 100%;
}

.faqs-one-4 {
	grid-area: faqs4;
	min-height: 200px;
	max-width: 100%;
}


/* FAQs THREE - FAQs THREE */
/* FAQs THREE - FAQs THREE */
/* FAQs THREE - FAQs THREE */


.faqs-s3-container {
	background-image: url("../Images/JPEG/A previsual of the number 75 above Edinburgh Castle for The Royal Edinburgh Military Tattoo 2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 650px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

@media screen and (max-width: 1200px) {
	.faqs-s3-container {
	background-image: url("../Images/JPEG/A previsual of the number 75 above Edinburgh Castle for The Royal Edinburgh Military Tattoo 3.png");
	}
}

.faqs-s3-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.faqs-s3-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	width: 100%;
	margin: 0 0 30px 0;
}

.faqs-s3-content p {
	max-width: 800px;
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;
}


/* FAQs FOUR - FAQs FOUR */
/* FAQs FOUR - FAQs FOUR */
/* FAQs FOUR - FAQs FOUR */


.faqs-s4-container {
	background-color: #000000;	
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.faqs-s4-content {
	max-width: 2000px;
	margin: 0 auto;
	display: block;
}

.faqs-s4-content p {
	max-width: 800px;
	color: #7E959F;
}

.faqs-s4-content h2 {
	color: #EEEEEF;
}

.faqs-grid-two {
	background-color: #000000;	
	width: 100%;
	max-width: 2000px;
	padding: 0;
	display: grid;
	margin: 100px auto 0 auto;
	grid-auto-columns: 1;
	grid-template-rows: auto;
	gap: 50px;
	grid-template-areas: 
		"faqs1 faqs2 faqs3 faqs4"
		;
}

@media screen and (max-width: 1200px) {
	.faqs-grid-two {
		grid-template-areas: 
		"faqs1 faqs2"
		"faqs3 faqs4"
		;
	}
}

@media screen and (max-width: 600px) {
	.faqs-grid-two {
		grid-template-areas: 
		"faqs1"
		"faqs2"
		"faqs3"
		"faqs4"
	}
}

.faqs-two-item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.faqs-two-item p {
	color: #7E959F;
	margin: 0 0 50px 0;
}

.faqs-two-item img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.faqs-two-1 {
	grid-area: faqs1;
	min-height: 200px;
	max-width: 100%;
}

.faqs-two-2 {
	grid-area: faqs2;
	min-height: 200px;
	max-width: 100%;
}

.faqs-two-3 {
	grid-area: faqs3;
	min-height: 200px;
	max-width: 100%;
}

.faqs-two-4 {
	grid-area: faqs4;
	min-height: 200px;
	max-width: 100%;
}

/* FAQs FIVE - FAQs FIVE */
/* FAQs FIVE - FAQs FIVE */
/* FAQs FIVE - FAQs FIVE */


.faqs-s5-container {
	background-image: url("../Images/JPEG/AeroAVA opening the end of The Royal Edinburgh Military Tattoo with a nightly drone show 2 dark.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 650px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

.faqs-s5-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.faqs-s5-content h2 {
	color: #EEEEEF;
	text-shadow: 2px 2px #000000;
	width: 100%;
	margin: 0 0 30px 0;
}

.faqs-s5-content p {
	max-width: 800px;
	color: #DFDFE2;
	text-shadow: 1px 1px #000000;
}



												/* CONTACT PAGE -- CONTACT PAGE */
												/* CONTACT PAGE -- CONTACT PAGE */
												/* CONTACT PAGE -- CONTACT PAGE */




.contact-page {
	background-color: #000000;
}


/* CONTACT FORM - CONTACT FORM */
/* CONTACT FORM - CONTACT FORM */
/* CONTACT FORM - CONTACT FORM */


.contact-form {
	background-image: url("../Images/JPEG/An image of a dragon made by AeroAVA with just 100 of their award winning show drones.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 150;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

@media screen and (max-width: 1200px) {
	.contact-form {
	background-image: url("../Images/JPEG/An image of a dragon made by AeroAVA with just 100 of their award winning show drones mobile version.jpg");
	}
}

.contact-form-content {
	max-width: 2000px;
	margin: 0 auto;
}
.contact-form-content p {
	max-width: 800px;
}

#contactform {
	margin-top: 100px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #7E959F;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #7E959F;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #7E959F;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #7E959F;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #7E959F;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #7E959F;
}

.title-box {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.small-box {
	display: flex;
	outline: none;
	font-family: "Arial";
	color: #DFDFE2;
	cursor: pointer;
	margin: 30px 0 0 0;
	padding: 12px 0;
	width: 100%;
	max-width: 1200px;
	font-size: 18px;
	border: none;
	border-bottom: 2px solid #7E959F;
	background-color: transparent;
	transition: border-bottom 150ms;
}
.small-box:hover {
	border-bottom: 2px solid #6BBD9E;	
}
.small-box:checked {
	border-bottom: 2px solid #6BBD9E;	
}
.small-box:active {
	border-bottom: 2px solid #6BBD9E;	
}

.large-box {
	display: flex;
	outline: none;
	font-family: "Arial";
	color: #DFDFE2;
	cursor: pointer;
	margin: 30px 0 0 0;
	padding: 12px 0;
	width: 100%;
	max-width: 1200px;
	font-size: 18px;
	border: none;
	border-bottom: 2px solid #7E959F;
	background-color: transparent;
	transition: border-bottom 150ms;
}
.large-box:hover {
	border-bottom: 2px solid #6BBD9E;	
}
.large-box:checked {
	border-bottom: 2px solid #6BBD9E;	
}
.large-box:active {
	border-bottom: 2px solid #6BBD9E;	
}

.checkbox:empty {
	cursor: pointer;	
	margin: 50px 0 0 0;
	height: 20px;
	width: 20px;
	margin-right: 10px;	
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #7E959F;
    border-radius: 4px;
    outline: none;
    transition-duration: 150ms;
    background-color: transparent;
}

.checkbox:hover {
    border: 2px solid #6BBD9E;
}

.checkbox:checked {
    border: 2px solid #6BBD9E;
    background-color: #6BBD9E;
	content: url("../Images/SVG/confirmation tick.svg");
}

label {
	font-family: "Arial";
	color: #7E959F;
	font-size: 18px;
}

.g-recaptcha {
	display: flex;
	margin: 30px 0 0 0;
	color: #EEEEEF;
	cursor: pointer;
	width: 225px;
	margin-top: 50px;
	background-color: #FF0043;
	font-size: 18px;
	padding: 12px;
	border-radius: 15px;
	border: 1px solid #EEEEEF;
	justify-content: center;
	transition: background-color 150ms;
}

.g-recaptcha:hover {
	background-color: #6BBD9E;
}


/* CONTACT ONE - CONTACT ONE */
/* CONTACT ONE - CONTACT ONE */
/* CONTACT ONE - CONTACT ONE */


.contact-elements {
	z-index: 950;
	width: 88%;
	display: block;
	background-color: #000000;
	padding: 90px 6% 150px 6%;
}

.contact-elements h2 {
	color: #EEEEEF;
}

.contact-elements h3 {
	color: #EEEEEF;
	font-size: 20px;
}

.contact-elements p {
	color: #7E959F;
}

.contact-elements-wide {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto 50px auto;
}

.contact-elements-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.contact-elements-items-one {
	display: block;
	min-width: 40%;
	max-width: 300px;
	margin-bottom: 0;
	position: relative;
}

.contact-elements-items-two {
	display: block;
	min-width: 60%;
	max-width: 600px;
	margin-bottom: 0;
	position: relative;
}


/* CONTACT TWO - CONTACT TWO */
/* CONTACT TWO - CONTACT TWO */
/* CONTACT TWO - CONTACT TWO */


.contact-s2-container {
	background-image: url("../Images/JPEG/AeroAVA fly a treble clef at The Royal Edinburgh Military Tattoo 2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	align-content: center;
	border-style: none;
	z-index: 950;
	width: 88%;
	min-height: 650px;
	display: block;
	background-color: #141414;
	padding: 180px 6% 150px 6%;
}

.contact-s2-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.contact-s2-content h2 {
	color: #EEEEEF;
	width: 100%;
	margin: 0 0 100px 0;
}



												/* CONTACT RESULT PAGE -- CONTACT RESULT PAGE */
												/* CONTACT RESULT PAGE -- CONTACT RESULT PAGE */
												/* CONTACT RESULT PAGE -- CONTACT RESULT PAGE */




.contact-outcome {
	background-color: #141414;
}

.hero-contact-outcome {
	z-index: 950;
	background-color: #141414;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 0 6%;
}

.hero-contact-outcome-content {
	max-width: 2000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.hero-contact-outcome-content-sub {
	max-width: 800px;
}

.status-msg p {
	font-color: #FF0043;
}





												/* ERROR PAGE - ERROR PAGE */
												/* ERROR PAGE - ERROR PAGE */
												/* ERROR PAGE - ERROR PAGE */




.error-page {
	background-color: #000000;
}

/* ERROR HERO - ERROR HERO */
/* ERROR HERO - ERROR HERO */
/* ERROR HERO - ERROR HERO */

.error-hero-container {
	z-index: 950;
	width: 88%;
	display: block;
	position: relative;
	padding: 150px 6% 150px 6%;
}

.error-hero-container p {
	max-width: 800px;
}

.error-hero-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}



