html, body, a {
  height: 60%;
  margin: 0;
  padding: 0;
  color: white;
}

body {
  background-color: #282b30;
}

h2 {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 2px; 
  background: linear-gradient(to right,#8B0000, #D2691E);
  -webkit-background-clip: text; 
  background-clip: text;
  color: transparent;
  margin: 5;
  text-align: center;
}

nav {
  background-image: url(/Assets/Images/Banner.png);
  background-size: cover;
  padding-block: 2%;
}

p, a, h2, h3, h4 {
  text-decoration: none;
  font-family:'Gill Sans MT';
}

/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ */
/* NAVIGATION BAR */

.BannerLogo {
  width: 15%;
}

.BannerTitle {
  font-size: 300%;
  display: flex;
  margin-top: 110px;
}

.BannerContainer {
  position: relative;
  display: flex;
}

/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ */
/* NAVIGATION ITEMS */
.nav-items {
  display: flex;
  height: 29%;
  margin-left: 500px;
  margin-top: 80px;
  text-align: center;
  list-style: none;

}

.nav-item {
  display: flex;
  margin-left: 50px;
  font-size: 200%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #06bfff, #2d73ff);
  background-size: cover;
  padding: 15px;
  border-style: solid;
  border-color: black;
}

.nav-item a:hover {
  color: black;
  transition: all ease-in-out 250ms;
}

.nav-item a {
  text-decoration: none;
}


/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ */
/* MAIN SECTION */

.Details {
  display: flex;
}

.ImageCollection {
  background-color: #424549;
  padding: 20px;
  width: 555px;
  height: 710px;
  margin-left: 190px;
  margin-top: 100px;
}

.Image {
  border-style: solid;
  border-color: black;
  border-radius: 5px;
}

.DataCollection {
  background-color: #424549;
  padding: 20px;
  width: 555px;
  height: 710px;
  margin-left: 300px;
  margin-top: 100px;
}

.HeaderFont {
  display: flex;
  justify-content: center;
  
}

.Text {
  font-size: 24px;
  margin-top: 20px;
}

.Trailer {
  display: flex;
  border-style: solid;
  border-color: black;
  border-radius: 5px;
  margin-bottom: 40px;
}

/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ */
/* GALLERY */

.GalleryImg {
  width: 100%;
}

/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ */
/* SOCIALS */

.Socials {
  margin-left: 29%;
}

/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ */
/* FOOTER */

.Footer {
  display: flex;
  background-color: #424549;
  justify-content: space-between;
  padding: 20px;
}

.TextBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #36393e;
  padding: 20px;
  border-radius: 8px;
  width: 350px;
}

.TextBox h3 {
  font-size: 25px;
  text-align: center;
}

.TextBox h4 {
  font-size: 20px
}

.FooterText, p {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.Map {
  background-color: black;
  padding: 4px;
  border-radius: 8px;
  margin-right: 2%;
  margin-top: 1%;
}


/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ */
/* PAGE EXTENSION */

.PageExtension a{
  display: flex;
  margin-left: 450px;
  font-size: 200%;
  border-radius: 5px;
  background-image: linear-gradient(to right, #06bfff, #2d73ff);
  padding: 15px;
  border-style: solid;
  border-color: black;
  text-decoration: none;
  list-style-type: style;
}

.PageExtension a:hover {
  color: black;
  transition: all ease-in-out 250ms;
}

.PageConstruct {
  width: 100%;
}


/* ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ */
/* ABOUT */

.AboutMalteo {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #36393e;
  padding: 20px;
  width:  900px;
  height: 450px;
  margin: 100px auto; 
  border-radius: 8px;
}

.MainSection {
  display: flex;
  margin-right: 300px;
}

.MainItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
  margin-left: 280px;  
  margin-right: auto; 
  width: 100%; 
}


.Box {
  background-color: #36393e;
  padding: 30px;
  width:  555px;
  height: 600px;
  border-radius: 8px;
  margin: 50px auto;
}

.FAQ-Section {
  background-color: #36393e;
  padding: 40px 20px;
  margin: 50px auto;
  width: 80%;
  border-radius: 8px;
}

.FAQ-Container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.FAQ {
  background-color: #424549;
  padding: 20px;
  border-radius: 8px;
}

.FAQ-Question {
  font-size: 24px;
  margin-bottom: 10px;
}

.FAQ-Answer {
  font-size: 18px;
}