@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

h1, h2, h4,.sitelinks, .button, .submit {
  font-weight: bold;
}

body {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin: 0px;
  font-size: 1.1em;
}



a {
  text-decoration: none;
  color: #42332e;
}

a:hover {
  color: #de7a26;
}

.top {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  align-items: center;
  border-bottom: 2px solid #c34b27;
  background-color: white;
  opacity: 1;
  position: sticky;
  z-index: 5;
  left: 0;
  top: 0;
}

img.header-logo {
  height: 70px;
}

@media (min-width: 950px) {
  img.header-logo {
    height: 98px;
    padding-left: 0px;
  }

  .top {
    justify-content: space-around;
    position: relative;
  }
}

#menu-toggle {
  display: none;
}

#hamburger {
  color: #c34b27;
  font-size: 2.5em;
}

#hamburger::before {
  content: 'menu';
}

#menu-toggle:checked ~ nav {
  background-color: white;
  box-shadow: none;
  height: 100%;
}

#menu-toggle:checked ~ nav .inner-section {
  flex-direction: column;
  height: 100%;
  padding: 0;
}

#menu-toggle:checked ~ nav .sitelinks {
  display: flex;
  flex-direction: column;
}

#menu-toggle:checked ~ nav #hamburger {
  align-self: end;
  padding: 20px;
  display: inherit;
}

#menu-toggle:checked ~ .top #hamburger::before {
  content: 'close';
}

#menu-toggle:checked ~ main {
  display: none;
}

#menu-toggle:checked ~ nav .sitelinks {
  border-bottom: 0px;
}

.sitelinks {
  flex: 1;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 90px;
  padding-right: 90px;
  border-bottom: 2px solid #c34b27;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  justify-content: space-between;
  display: none;
  gap: 25px;
}

main {
  overflow-y: scroll;
}

section {
  margin-top: 25px;
  border-top: 2px solid #c34b27;
  scroll-margin-top: 100px;
}

@media (min-width: 950px) {
  .sitelinks {
    display: flex;
    height: 35px;
    gap: initial;
  }

  section {
    scroll-margin-top: 85px;
  }

  #menu-toggle, #hamburger {
    display: none;
  }
}



nav .inner-section {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

nav {
  background-color: white;
  opacity: 1;
  position: sticky;
  z-index: 4;
  left: 0;
  top: 0;
}

img.chorusheader {
  width: 100%;
}

section#threeframegreatland {
  display: flex;
}

img.threeframegreatland {
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
}

section#fourframegreatland {
  display: flex;
}

img.fourframegreatland {
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
}

section#home {
  position: relative;
  border-top: 0px;
  margin: 0px;
  display: flex;
}

section .titles {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #42332e90;
}

.titles h1 {
  line-height: 1;
  font-size: 7vw;
  color: white;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 0px;
}

.titles h3 {
  line-height: 1.1;
  font-size: 3vw;
  color: #de7a26;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 13px;
}

h2 {
  font-size: 2.5em;
  color: #c34b27;
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
  line-height: .9;
  padding-left: 20px;
  padding-right: 20px;
}

h4 {
  font-size: 1.3em;
  color: #c34b27;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1;
}

ul:first-of-type {
  margin-top: 0px;
}

ul:last-of-type {
  margin-bottom: 0px;
}

section#about-greatland {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

div.container {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 60px;
  width: 100%;
}

.inner-container {
  display: inline-block;
  text-align: left;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0px;
}

.contact-container {
  display: inline-block;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  position: relative;
}

.left {
  text-align: left;
}

.cbox-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 700px) {
  .cbox-container {
    flex-direction: row;
    align-items: stretch;
  }
}

div.cbox {
  display: flex;
  flex-direction: column;
  border: 2px solid #de7a26;
  padding: 30px;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  position: relative;
  background-color: #E88A3C;
  width: 275px;
}

.cbox p:first-of-type {
  margin-top: 0px;
}

a.button {
  background-color: #c34b27;
  border: none;
  padding: 15px;
  text-decoration: none;
  margin-top: 0;
  font-size: 1.1em;
  color: white;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

a.button:hover {
  background-color: #de7a26;
  color: white;
}

.registration-one {
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 60px;
}

.registration-two {
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
}

section#calendar {
  position: relative;
  margin-top: 0px;
}

section#director {
  margin-top: 0px;
}

a.contact-button {
  background-color: #c34b27;
  border: none;
  padding: 15px;
  text-decoration: none;
  font-size: 1.5em;
  color: white;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

a.button:hover {
  background-color: #de7a26;
  color: white;
}

.contact-button {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}

footer {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  margin-top: 60px;
  border-top: 2px solid #c34b27;
  background-color: #c34b27;
  color: white;
  font-size: .8em;
}
