/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
body {
	background-color: whitesmoke;
}
img {
    width: 100%;
	border: #172a45 4px solid;
}
.HERO {
    grid-column: 2/6;
	grid-row: 2/3;
}
.header {
	background-color: #172a45;
	color: #ffffff;
	text-align: center;
	position: fixed;
	padding: 20px 0;
	width: 100%;
	z-index: 9999999999999999999999999999999999999999999;
}

.header h1 {
	font-size: 36px;
	margin: 0;
	font-family: Gabarito, sans-serif;
}

.navbar {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.navbar a {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	margin: 0 20px;
	position: relative;
	font-family: Poppins, sans-serif;
}

.navbar a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #5e60ce;
	bottom: -5px;
	left: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease-in-out;
}

.navbar a:hover::before {
	transform: scaleX(1);
}
.welcome {
    grid-column: 2/6;
	grid-row: 3/4;
}
.ABOVE {
	grid-column: 2/6;
	grid-row: 5/6;
	padding-bottom: 10px;
	padding-top: 10px;
}
.explination {
	grid-column: 2/6;
	grid-row: 3/4;
}
.bluetxt {
	margin-top: auto;
	margin-bottom: auto;
	grid-column: 4/6;
	grid-row: 4/5;
}
.blueimg {
	grid-column: 2/4;
	grid-row: 4/5;
	padding: 20px;
}
.beigetxt {
	margin-top: auto;
	margin-bottom: auto;
	grid-column: 4/6;
	grid-row: 5/6;
}
.beigeimg {
	grid-column: 2/4;
	grid-row: 5/6;
	padding: 20px;
}
.yellowtxt {
	margin-top: auto;
	margin-bottom: auto;
	grid-column: 4/6;
	grid-row: 6/7;
}
.yellowimg {
	grid-column: 2/4;
	grid-row: 6/7;
	padding: 20px;
}
.peachtxt {
	margin-top: auto;
	margin-bottom: auto;
	grid-column: 4/6;
	grid-row: 7/8;
}
.peachimg {
	grid-column: 2/4;
	grid-row: 7/8;
	padding: 20px;
}
.greentxt {
	margin-top: auto;
	margin-bottom: auto;
	grid-column: 4/6;
	grid-row: 8/9;
}
.greenimg {
	grid-column: 2/4;
	grid-row: 8/9;
	padding: 20px;
}
.line {
	grid-column: 2/6;
	grid-row: 4/5;
}
.Policies {
	grid-column: 2/6;
	grid-row: 4/5;
}
footer {
	font-family: 'Poppins', sans-serif;
}
a {
	text-decoration: none;
}
.AirLogo {
	grid-column: 3/3;
	grid-row: 3/4;
	margin-left: -40px;
}
.AirLogo img{
	width: 40px;
	border: none;
	padding-top: 10px;
}
.Face {
	grid-column: 3/3;
	grid-row: 3/4;
	margin-left: 10px;
}
.Face img{
	width: 40px;
	border: none;
	padding-top: 10px;
}
hr {
	border-color: #172a45;
	border-width: 2px;
}
.imglink1 img {
	border: none;
}
.imglink2 img {
	border: none;
}
.imglink3 img {
	border: none;
}
.imglink4 img {
	border: none;
}
.imglink1 {
	grid-column: 2/3;
	grid-row: 6/6;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.imglink2 {
	grid-column: 3/4;
	grid-row: 6/6;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.imglink3 {
	grid-column: 4/5;
	grid-row: 6/6;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.imglink4 {
	grid-column: 5/6;
	grid-row: 6/6;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.imglink1::before, .imglink2::before, .imglink3::before, .imglink4::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    pointer-events: none;
}
.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out;
	grid-column: 2/3;
	grid-row: 4/4;
	z-index: 999999999;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	pointer-events: none;
}
.imglink1:hover .overlay-text {
    transform: translateY(-750%);
}
.imglink2:hover .overlay-text {
    transform: translateY(-750%);
}
.imglink3:hover .overlay-text {
    transform: translateY(-750%);
}
.imglink4:hover .overlay-text {
    transform: translateY(-750%);
}
.menuIMG {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

h2 {
	font-size: 24px;
	font-family: 'Gabarito', sans-serif;
	padding: 5px;
	padding-top: 20px;
	color: #172a45;
}
p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding: 10px;
	line-height: 25px;
}
.Break {
	grid-column: 3/5;
	grid-row: 4/5;
}
.Discover {
	grid-column: 2/6;
	grid-row: 7/8;
	padding-bottom: 10px;
	padding-top: 10px;
}
footer {
	background-color: #172a45;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	width: 100%;
}
form {
	background-color: #fff;
	color: #172a45;
	padding: 20px;
	width: 50%;
	height: 80%;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	grid-column: 2/6;
	grid-row: 2/3;
	margin: auto;
	padding-bottom: 70px;
  }
  #address {
	display: none;
  }
  
  form h2 {
	color: #172a45;
  }
  
  label {
	display: block;
	margin: 10px 0;
	font-weight: bold;
	text-align: left;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="Sub"],
  textarea {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	border: none;
	border-radius: 5px;
  }
  
  input[type="submit"] {
	color: #fff;
	background-color: #172a45;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
  }
  
  input[type="submit"]:hover {
	background-color: #007a8f;
	color: #ffffff;
  }
  textarea {
	resize: none;
  }
  .stick {
	position: fixed;
	bottom: 0px;
  }
  .Thanks {
	grid-column: 3/5;
	grid-row: 3/4;
	text-align: center;
  }
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
	grid-column: 2/6;
	grid-row: 4/6;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
	border: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
}

.modal-content img {
    max-width: 100%;
    max-height: 100%;
	border: none;
}
.map {
	grid-column: 3/6;
	grid-row: 8/9;
}
footer p {
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
}
.Return {
	grid-column: 1/7;
	grid-row: 99/99;
	text-align: center;
}
.Return h2 {
	padding: 30px;
}