body {
  font-size: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  margin: 0px;
  background: #ffffff;
}

section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0px auto 0px;
  max-width: 1200px;
  position: relative;
  padding: 0px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* TEXT STYLING - DEFAULT */
h1 {
  font-size: 2em;
  color: #002060;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  line-height: 1.5em;
  font-weight: 100;
}

h2 {
  font-size: 1.5em;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #002060;
  line-height: 1;
  font-weight: 100;
  margin: 10px 0px 10px;
}

h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #002060;
  line-height: 1.5;
  font-weight: 100;
}

p {
  font-size: 1.5em;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

.center {
  text-align: center;
}

/* SLIDE IMAGES - DEFAULT */
#Slide1 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/F-35_1920x400c.jpg);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

#Slide2 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/OML_hand_with_product.jpg);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

#Slide3 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/OML_Header_Inside.jpg);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

#Slide4 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/Groups_of_Parts_v3c.jpg);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

#Slide5 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/x4_F-15_1920x400c-b.jpg);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

#Slide6 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/DPBanner5.jpg);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

#Slide7 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/Engineers.jpg);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

#Slide8 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/DPBanner7.jpg);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

#Slide9 {
  width: 100%;
  aspect-ratio: 16/3.36;
  background-image: url(https://www.omni-lite.com/img/slides/DP-Cast-hero-image.png);
  background-size: cover;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
  z-index: 1;
}

/* MEDIA QUERIES - START */
@media (max-width: 500px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}