/* Main content */
.main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .page1-contents {
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .page2-contents {
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .page1-contents {
    font-size: 24px;
  }
  .page2-contents {
    font-size: 24px;
  }
}

.page1 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none !important;
  background-color: rgba(244,241,234,1);
  opacity: 1;
  overflow: hidden;
  display:flex;
  padding: 0;
  flex-direction: column;
}

.page1-heading {
  color: rgba(73,108,164,1);
  font-family: Instrument Sans;
  font-weight: bold;
  font-size: 64px;
  opacity: 1;
  text-align: center;
}
.page1-contents {
  color: black;
  font-family: Instrument Sans;
  font-weight: normal;
  opacity: 1;
  text-align: center;
}

.page2 {
  position: relative;
  width: 100%;
  height: 70vh;
  max-width: none !important;
  background-color: rgba(73,108,164,1);
  opacity: 1;
  overflow: hidden;
  display:flex;
  padding: 0;
  flex-direction: column;
}

.page2-heading {
  color: rgba(240,211,115,1);
  font-family: Instrument Sans;
  font-weight: bold;
  font-size: 64px;
  opacity: 1;
  text-align: center;
}
.page2-contents {
  color: white;
  font-family: Instrument Sans;
  font-weight: normal;
  opacity: 1;
  text-align: center;
}

.fullmedia {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.fullmedia2 {
  width: 93%;
  height: 93%;
  border-radius: 16px;
  margin: auto;
  object-fit: cover;
}
.pagefooter {
  position: relative;
  width: 100%;
  height: 280px;
  max-width: none !important;
  background-color: black;
  color: rgba(235,232,226,1);
  opacity: 1;
  overflow: hidden;
  display:grid;
  grid-template-columns: auto auto;
}

@media only screen and (min-width: 320px) {
  .pagefooterdiv {
    grid-row: 1; 
    grid-column: 1; 
    margin-top: 2vh; 
    margin-left: 20px; 
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .pagefooterdiv {
    grid-row: 1; 
    grid-column: 1; 
    margin-top: 2vh; 
    margin-left: 80px; 
    margin-bottom: 0;
  }
}

.pagefooterheading {
  color: rgba(255,255,255,1);
  font-family: Instrument Sans;
  font-weight: SemiBold;
  font-size: 50px;
  opacity: 1;
  text-align: left;
}

.pagefootercontent {
  color: rgba(255,255,255,1);
  font-family: Inter;
  font-weight: Regular;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
