@font-face {
  font-family: Galindo;
  src: url('../fonts/Galindo-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --stdtext: white;
  --stdnavbar: blue;
  --stdnavbartext: white;
  --white: white;
  --stdbackgroundmid: grey;
  --stdfootertext: white;
  --colyellow: #ff0;
  --coldarkgreen: #028106;
  --stdbackgrounddark: grey;
  --collightgreen: #89a802;
  --stdlink: red;
  --stdfooter: blue;
  --stdbackgroundlight: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--stdtext);
  text-align: center;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

a {
  color: var(--stdtext);
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a:hover {
  text-decoration-style: solid;
}

.navbar-section {
  background-color: var(--stdnavbar);
  color: var(--stdnavbartext);
  width: 100%;
  height: auto;
  position: sticky;
}

.standard-container {
  width: auto;
  max-width: 1500px;
}

.standard-container.cta {
  margin-top: 40px;
}

.standard-container.hero {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #0000009e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.navbar-buffer {
  height: 150px;
}

.footer-section {
  border-top: 1px solid var(--stdbackgroundmid);
  background-color: var(--black);
  color: var(--stdfootertext);
  height: 200px;
  margin-top: auto;
  padding-top: 60px;
}

.body-section {
  margin-bottom: 40px;
}

.navbar {
  background-color: #0000;
  height: 100px;
}

.nav-link {
  color: var(--stdnavbartext);
}

.nav-link:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--colyellow);
}

.banner-section {
  background-image: url('../images/six60_Strings_Copyright_DavidRutherford_LowRes-112.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-bottom: 60px;
}

.banner {
  background-image: url('../images/logo2_noDate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.heading, .heading-2 {
  text-align: center;
  line-height: 1.2;
}

.email-signup {
  margin-top: 46px;
}

.code-embed-mobile {
  display: none;
}

.grid {
  background-color: #0000;
  grid-template-rows: auto;
}

.div-block {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.footer-text {
  margin-bottom: 20px;
  font-size: .7em;
}

.footer-left {
  flex-flow: column;
  display: flex;
}

.footer-right {
  text-align: right;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--stdfootertext);
  margin-bottom: 20px;
  font-size: .7em;
}

.form-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: .8em;
}

.standard-button {
  color: var(--white);
  background-color: #88a900;
  margin-top: 20px;
}

.standard-button:hover {
  color: var(--stdtext);
}

.form-block {
  max-width: 1080px;
  margin-top: 20px;
}

.spacer {
  height: 30px;
}

.spacer.large {
  height: 60px;
}

.menu-section {
  z-index: 999;
  background-color: var(--black);
  width: 100%;
  position: fixed;
  top: 0;
}

.nav-menu {
  float: right;
}

.container {
  color: var(--stdtext);
  text-align: center;
}

.navbar-2 {
  color: var(--white);
  background-color: #0000;
}

.h1-heading.centred {
  font-family: Galindo, Arial, sans-serif;
}

.h2-heading {
  font-size: 1.3em;
}

.h2-heading.centred {
  font-family: Galindo, Arial, sans-serif;
  font-size: 2.2em;
}

.tempter-questions {
  padding-top: 20px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 1.5em;
  line-height: 1.25;
}

.prize-text {
  border: 3px solid var(--coldarkgreen);
  background-color: var(--colyellow);
  color: var(--black);
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Galindo, Arial, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.partners-sponsors-section {
  margin-bottom: 60px;
}

.partner-grid {
  grid-template-rows: auto;
  place-items: center;
}

.sponsor-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.cta-grid {
  grid-template-rows: auto;
}

.right-div {
  justify-content: flex-start;
  align-items: flex-end;
}

.cta-button {
  border: 1px solid var(--coldarkgreen);
  background-color: var(--colyellow);
  box-shadow: 2px 3px 5px 0 var(--stdbackgrounddark);
  color: var(--black);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  padding: 15px 20px;
  font-family: Galindo, Arial, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.cta-button:hover {
  box-shadow: inset 2px 3px 5px 0 var(--stdbackgrounddark);
}

.cta-button.dark {
  background-color: var(--coldarkgreen);
}

.press-release-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3, .heading-4 {
  color: var(--stdbackgrounddark);
  font-family: Galindo, Arial, sans-serif;
}

.tempter-para {
  margin-bottom: 30px;
}

.navbar-3 {
  background-color: #0000;
}

.container-2 {
  color: var(--stdnavbartext);
  max-width: 1500px;
}

.nav-link-2 {
  color: var(--stdnavbartext);
}

.nav-menu-2 {
  padding-top: 22px;
  font-size: .8em;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h2-hero {
  margin-bottom: .4em;
  font-size: 2em;
}

.h3-hero {
  margin-top: 0;
  font-size: 1.5em;
}

.image-2 {
  filter: invert();
}

.image-3 {
  margin-left: -150px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--collightgreen);
  font-family: Galindo, Arial, sans-serif;
}

.paragraph-2 {
  font-size: 1.5em;
}

.logo-image {
  width: 100%;
  height: 100%;
}

.logo-image.willys {
  aspect-ratio: 1;
  width: 95%;
  height: 95%;
}

.sponsor-link.willys {
  padding: 3%;
}

.footer-flex {
  justify-content: flex-start;
  align-items: center;
}

.textarea {
  min-height: 40vh;
}

.logo-background-div {
  background-image: url('../images/CALLIOPE-LOGO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.partner-link {
  background-image: url('../images/CALLIOPE-LOGO.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.partner-link.calliope {
  text-shadow: 3px 3px 1px #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  display: flex;
}

.partner-text {
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
}

.partner-text:hover {
  text-decoration: underline;
}

.form-message {
  color: var(--black);
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.form-block-2 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  padding-left: 5%;
  padding-right: 15%;
}

.cf-turnstile {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .standard-container {
    max-width: 95vw;
  }

  .nav-link {
    text-align: right;
  }

  .banner-section {
    margin-bottom: 40px;
  }

  .heading {
    font-size: 5vw;
  }

  .heading-2 {
    font-size: 4.5vw;
  }

  .nav-menu-2 {
    background-color: #494949;
  }

  .icon {
    font-size: 2.5em;
  }

  .menu-button.w--open {
    background-color: var(--black);
    color: var(--collightgreen);
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    margin-bottom: 20px;
  }

  .body {
    font-size: 18px;
  }

  .cta-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .body-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .standard-container.hero {
    padding-left: 5px;
    padding-right: 5px;
  }

  .code-embed-desktop {
    display: none;
  }

  .body {
    font-size: 16px;
  }

  .code-embed-mobile {
    display: block;
  }

  .body-2 {
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Galindo';
  src: url('../fonts/Galindo-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}