* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

#header {
  background-color: #6e085e;
  padding: 12px 0;
}

#footer {
  height: 458px;
  background-image: url('/images/bells.jpg');
  background-size: 100% 100%;
  color: #ffffff;
  text-align: center;
  padding-top: 360px;
}

.white-line {
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
}

.navigation {
  width: fit-content;
  max-width: 96%;
  margin: 10px auto;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.navigation a {
  color: rgb(219, 165, 212);
  padding: 0 10px;
  text-decoration: none;
}

.navigation a:hover {
  color: #ffffff;
}

.navigation a.active {
  color: #ffffff;
  background-color: rgb(86, 111, 184);
}

.top-moons {
  max-width: 700px;
  width: 96%;
  margin: 10px auto;
  display: block
}

h1 {
  text-align: center;
}

.content-background {
  background-image: url('/images/candle_and_lamp.jpg');
  background-size: 100% 100%;
  background-attachment: fixed;
}

.content {
  background-color: rgba(38, 21, 59, 0.9);
  color: #ffeebb;
  text-align: center;
  width: 97%;
  max-width: 900px;
  margin: 0 auto;
  padding: 5px 1.5rem 15px;
}

.jury-block {
  background-color: #aa88aa;
  color: #26153b;
  font-family: Arial, sans-serif;
  font-size: 20px;
  padding: 0.5rem;
  margin: 0.5rem 0;
}

.jury-h2 {
  font-size: 56px;
  color: rgb(234, 141, 0);
  text-align: left;
}

.banner-image {
  width: 100%;
  margin: 0.5rem 0;
}

.floating-text-small {
  position: absolute;
  font-size: 15px;
  text-align: right;
  font-family: Arial, sans-serif;
  padding: 20px 0;
}

.floating-text-large {
  position: absolute;
  font-size: 55px;
  font-family: corben, serif;
  padding: 0 5px;
}

.floating-text-block {
  height: 230px;
}

.two-columns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.two-columns img {
  margin: 0.5rem 0;
  width: 100%;
}

.two-columns .extra-gaps-column img {
  margin: 31px 0;
}

.two-columns .extra-gaps-column img:first-child {
  margin-top: 0.5rem;
}

.two-columns .extra-gaps-column img:last-child {
  margin-bottom: 0.5rem;
}

.notification {
  display: none;
  width: fit-content;
  background: #ffdfd0;
  color: #222222;
  font-weight: bold;
  padding: 1rem;
  border-radius: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}

.notification .close {
  margin-left: 1rem;
  vertical-align: middle;
  cursor: pointer;
}

.contact-form {
  text-align: left;
}

.contact-form textarea {
  resize: none;
}

.contact-form textarea, input[type="email"], input[type="text"] {
  width: 100%;
  border: 3px solid #7e186e;
  font-size: 18px;
  padding: 6px;
  border-radius: 4px;
  color: #ffffff;
  background-color: transparent;
}

.contact-form .submit-button {
  text-align: right;
}

.contact-form button {
  font-size: 18px;
  padding: 6px;
  border: 3px solid #7e186e;
  border-radius: 4px;
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 950px) {
  #footer {
    height: 220px;
    padding-top: 120px;
  }

  .floating-text-small {
    padding: 0;
    position: static;
    text-align: left;
  }

  .floating-text-large {
    padding: 0;
    position: static;
    text-align: left;
    font-size: 42px;
  }

  .floating-text-block {
    height: auto;
  }

  .content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
