.titleText1 {
  color: #1e2649;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 3.4em;
  letter-spacing: 0px;
  line-height: 100%;
  margin-bottom: 10px;
}
.titleText2 {
  color: rgb(186, 0, 0);
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 3.2em;
  letter-spacing: 0px;
  line-height: 100%;
  margin: 40px 0px 10px 0px;
}

.productImg2 {
  width: 100%;
  margin: 0px auto;
}

.displayCol {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px;
  width: 50%;
}

.displayRow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0px 20px;
}

.bannerImg {
  height: 300px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#bannerImg0 {
  background-image: url('../images/heroimages2-01.jpg');
}

#bannerImg1 {
  background-image: url('../images/heroimages2-04.jpg');
}

#bannerImg2 {
  background-image: url('../images/heroimages2-02.jpg');
}

#bannerImg3 {
  background-image: url('../images/heroimages2-03.jpg');
}

#bannerImg4 {
  background-image: url('../images/heroimages2-01.jpg');
}

.bannerTitle {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 3.7em;
  letter-spacing: 1px;
  line-height: 110%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.461);
  text-align: center;
}

#banner {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 308px;
  margin-bottom: 0px;
  padding: 30px 0px;
  background-color: rgb(237, 237, 237);
}

.bannerContent {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
}

.bannerLink {
  color: white;
  text-shadow: 2px 1px 4px black;
  background-color: rgba(11, 25, 49, 0.495);
  padding: 15px 30px;
  border: 2px solid white;
  border-radius: 30px;
  font-size: 1.1em;
  margin: 20px;
}

.bannerContent a {
  text-decoration: none;
}

.bannerLink:hover {
  cursor: pointer;
  background-color: rgb(11, 25, 49);
}

.colMap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  width: 50%;
  height: 300px;
}

.imgFlip {
  float: right;
  margin: 15px 0px 0px 20px;
}

.flip {
  display: none;
}

.display {
  margin: 30px 20px 40px 20px;
  clear: both;
  text-align: center;
}

#moving-modal {
  position: absolute;
  display: none;
  margin-top: 9%;
  z-index: 3;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.359);
  justify-content: center;
  align-items: center;
  text-align: center;
}

#modal-close {
  position: absolute;
  z-index: 4;
  color: rgb(186, 0, 0);
  font-weight: bolder;
  font-size: 2.3em;
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.moving-banner {
  position: absolute;
  z-index: 3;
  width: 80vw;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 90px 120px;
  margin: 0 auto;
  border: 2px solid rgb(11, 25, 49);
}

.titleBannerText {
  color: rgb(186, 0, 0);
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 4.5em;
  letter-spacing: 0px;
  line-height: 110%;
}

.subBanner {
  margin: 8px 0px 20px 0px;
  font-weight: bold;
  font-size: 1.9em;
  text-align: center;
  letter-spacing: 0px;
}

.moving-banner2 {
  margin: 10px;
  clear: both;
  text-align: left;
  font-size: 1.2em;
  font-weight: 900;
}

.movingLink {
  font-weight: bold;
  color: rgb(186, 0, 0);
}

#explore {
  width: 520px;
}

#explore img {
  margin: 0px auto;
  max-width: 520px;
  width: 100%;
}

.clear {
  display: block;
  height: 25px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 950px) {
  #banner {
    padding: 5px 0px;
    align-content: space-around;
  }

  .bannerContent {
    flex-direction: column;
    justify-content: center;
    margin: 5px 0px;
  }

  .bannerTitle {
    font-size: 2em;
    margin-bottom: 5px;
  }

  .bannerLink {
    width: 300px;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 10px;
    font-size: 0.9em;
  }

  .imgFlip {
    clear: both;
    overflow: unset;
    width: 100%;
    margin: 0px auto 10px auto;
  }

  .flip {
    margin: 0px auto;
  }

  .display {
    margin: 0px;
  }

  #explore {
    width: 100%;
    margin: 0px auto;
  }

  .displayRow {
    flex-direction: column;
    align-items: center;
  }

  .displayCol {
    width: 100%;
    justify-content: center;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .colMap {
    width: 100%;
  }

  .clear {
    display: none;
  }

  .titleText,
  .titleText1,
  .pageTitle {
    font-size: 3.2em;
  }
}
