html,
body {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  /* background: linear-gradient(#000025, #000038); */
  background-image: url("CIWBackground.png");
  font-family: "Roboto", sans-serif;
  color: #fec05d;
}

a {
  font-family: "Roboto", sans-serif;
  color: #fec05d;
}

.row1 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ciwContainer {
  width: 40%;
}

@media screen and (max-width: 680px) {
  .ciwContainer {
    width: 65%;
  }
  .lobcLogoContainer {
    width: 50%;
  }
}

.ciwLogo {
  height: 100%;
  width: 100%;
}

.row2 {
  margin-top: 45px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titleMessage {
  font-size: 2rem;
  text-align: center;
}

.subtitleMessage {
  margin-top: 15px;
  font-size: 1.3rem;
  text-align: center;
}

.row3 {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: "Lobster", sans-serif;
}

@media screen and (max-width: 900px) {
  .row3Contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    justify-content: space-between;
  }

  .lobcLogoContainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ytVideoContainer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.row3Contents {
  display: flex;
  align-items: center;
  width: 75%;
  justify-content: space-between;
}

.lobcLogoContainer {
  width: 25%;
}

.lobcLogo {
  width: 100%;
  height: 100%;
}

.ytVideoContainer {
  width: 560px;
}

.homeTownText {
  font-size: 2.5rem;
  margin-left: 10px;
}

.row4 {
  width: 100%;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  text-align: center;
}

.row5 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .mapContainer {
    width: 70% !important;
  }
}

.mapContainer {
  width: 25%;
}

.liveOakHighMap {
  width: 100%;
  height: 100%;
}

.row6 {
  margin-top: 85px;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 50px;
}

.lobcLink {
  font-size: 1.4rem;
}
