html {
  min-height: calc(100vh + 1px);
}
html body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-family: "Exo 2", sans-serif;
}
html body h2, html body h3, html body h4, html body h5, html body h6 {
  color: #AA234A;
  font-family: "SUSE Mono", sans-serif;
  letter-spacing: 4px;
}
html body h2 {
  font-size: 2em;
  text-align: center;
}
html body .container {
  max-width: 1200px;
  margin: 0 1em;
  box-sizing: border-box;
  margin: auto;
  width: calc(100% - 4em);
}
html body header {
  background: #FFBFE1;
  position: sticky;
  top: 0;
  z-index: 9999;
}
html body header .logo {
  max-height: 100px;
}
html body header .header-name {
  position: absolute;
  font-size: 2.5em;
  top: 0.6em;
  margin-left: 3em;
  font-family: "SUSE Mono", sans-serif;
  color: #AA234A;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  letter-spacing: 2px;
  font-weight: 200;
  text-shadow: 1px 1px 0px #FFFFFF;
}
html body header nav {
  float: right;
}
html body header nav #menu-toggle, html body header nav .menu-toggle-icon {
  display: none;
}
html body header nav ul {
  padding: 0;
  list-style: none;
}
html body header nav ul li {
  display: inline-block;
}
html body header nav ul li a {
  color: #22223A;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 70px;
  padding: 1em;
  border-radius: 0.5em;
}
html body header nav ul li.current_page_item a {
  outline: 2px dashed #AA234A;
}
html body header nav ul li.call-to-action a {
  background: #AA234A;
  color: #FFFFFF;
  margin-left: 1em;
  transition: background 0.3s ease-in-out;
}
html body header nav ul li.call-to-action a:hover {
  background: #D6558F;
}
html body section.masthead {
  background: #D6558F;
  color: #FFFFFF;
  padding: 2em 0;
  text-align: center;
  background-image: url("../images/banner.webp");
  background-size: cover;
  background-position: center;
  background-blend-mode: soft-light;
}
html body section.masthead h1 {
  margin: 0;
  font-size: 3em;
  letter-spacing: 8px;
  font-family: "SUSE Mono", sans-serif;
  text-shadow: 2px 2px 0px #AA234A;
}
html body section.masthead p {
  font-size: 1.2em;
  margin: 1em 2em;
  letter-spacing: 2px;
  font-family: "SUSE Mono", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
  text-shadow: 2px 2px 0px #AA234A;
}
html body section.masthead nav.social-nav ul {
  list-style: none;
  padding: 0;
}
html body section.masthead nav.social-nav ul li {
  display: inline-block;
}
html body section.masthead nav.social-nav ul li.social a {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0 1.5em;
  border-radius: 4px;
  box-shadow: 5px 5px 0px #22223A;
  transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
html body section.masthead nav.social-nav ul li.social a:hover {
  box-shadow: unset;
  background-color: #22223A;
}
html body section.masthead nav.social-nav ul li.social-facebook a {
  content: url("../images/facebook-white.svg");
}
html body section.masthead nav.social-nav ul li.social-instagram a {
  content: url("../images/instagram-white.svg");
}
html body section.masthead nav.social-nav ul li.social-whatsapp a {
  content: url("../images/whatsapp-white.svg");
}
html body section.masthead nav.social-nav ul li.social-tiktok a {
  content: url("../images/tiktok-white.svg");
}
html body div.banners {
  text-align: center;
}
html body div.banners div.wp-block-column {
  background: #8296AA;
  color: #FFFFFF;
  border-radius: 1em;
  box-shadow: 5px 5px 0px #22223A;
  transition: box-shadow 0.3s ease-in-out;
}
html body div.banners div.wp-block-column:hover {
  box-shadow: unset;
}
html body div.banners div.wp-block-column h3 {
  color: #FFFFFF;
  font-size: 1.75em;
  letter-spacing: 2px;
  padding: 0 1em;
}
html body div.banners div.wp-block-column h4 {
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}
html body div.banners div.wp-block-column ul {
  list-style: none;
  background: #FFFFFF;
  color: #22223A;
  border-radius: 1em;
  margin: 0 3em;
  box-shadow: 5px 5px 0 #22223A;
  margin-bottom: 2em;
  padding: 0;
  overflow: hidden;
}
html body div.banners div.wp-block-column ul li {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0.5em 1em;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border-bottom: 1px solid #AA234A;
}
html body div.banners div.wp-block-column ul li:hover {
  /*background: $colour-cg-dark-pink;
  color: $colour-cg-white;*/
  background: #FFBFE1;
}
html body div.banners div.wp-block-column img {
  max-width: 10em;
  margin-top: 2em;
}
html body div.banners div.wp-block-column figure.cg-map img {
  max-width: unset;
  width: calc(100% - 4em);
  margin: auto;
  border-radius: 1em;
  border: 2px solid #22223A;
}
html body div.banners div.wp-block-column p {
  padding: 0em 2em 1em;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: bold;
}
html body div.banners.banners-pink div.wp-block-column {
  background: #AA234A;
}
html body figcaption {
  font-style: italic;
  font-size: 0.9em;
}
html body footer {
  background: #AA234A;
  padding: 2em 0;
  color: #FFFFFF;
}
html body footer a {
  color: #FFFFFF;
  text-decoration: underline;
}
html body footer div.header {
  font-size: 1.5em;
}
html body footer ul {
  list-style: none;
  padding: 0;
  margin: 1em;
}
html body footer ul li {
  display: block;
}
html body footer ul li a {
  display: block;
  padding: 0.75em 1em;
  border-bottom: 1px solid #AA234A;
  color: #FFFFFF;
  text-decoration: none;
}
html body footer ul li a:hover {
  background: #D6558F;
  color: #FFFFFF;
}
html body footer div.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body footer div.row > div {
  flex: 1;
  text-align: center;
  min-width: 200px;
}
html body .f13-email-ajax-form {
  display: block;
  max-width: 40em;
  margin: auto;
}
html body .f13-email-ajax-form label {
  display: block;
  margin: 0.5em 0;
  font-size: 1.2em;
  letter-spacing: 1px;
}
html body .f13-email-ajax-form input[type=text], html body .f13-email-ajax-form input[type=email], html body .f13-email-ajax-form textarea {
  width: 100%;
  padding: 0.5em;
  border: 2px solid #AA234A;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 5px 5px 0px #22223A;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font-family: "SUSE Mono", sans-serif;
  font-size: 1.2em;
  border-radius: 0.5em;
}
html body .f13-email-ajax-form input[type=text]:focus, html body .f13-email-ajax-form input[type=email]:focus, html body .f13-email-ajax-form textarea:focus {
  box-shadow: unset;
}
html body .f13-email-ajax-form input[type=submit] {
  margin: 1em 0 2em;
  background-color: #AA234A;
  color: #FFFFFF;
  box-shadow: 5px 5px 0px #22223A;
  border: none;
  padding: 0.75em 1.5em;
  border-radius: 0.5em;
  font-size: 1.2em;
  font-family: "SUSE Mono", sans-serif;
  font-weight: 500;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  letter-spacing: 2px;
}
html body .f13-email-ajax-form input[type=submit]:hover {
  background-color: #D6558F;
  box-shadow: unset;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  html body div.row {
    display: block;
  }
  html body header nav .menu-toggle-icon {
    display: block;
    content: url("../images/burger-pink.svg");
    width: 2em;
    height: 2em;
    font-size: 2em;
    margin-top: 0.5em;
    transition: transform 0.3s ease-in-out;
  }
  html body header nav #menu-toggle ~ div {
    display: block;
    position: fixed;
    top: 104px;
    left: 0;
    right: 0;
    background: #FFBFE1;
    border-top: 1px solid #AA234A;
    border-bottom: 1px solid #AA234A;
    z-index: 1000;
    translate: 100% 0;
    transition: translate 0.3s ease-in-out;
  }
  html body header nav #menu-toggle ~ div ul {
    margin: 0;
  }
  html body header nav #menu-toggle ~ div ul li {
    display: block;
  }
  html body header nav #menu-toggle ~ div ul li a {
    display: block;
    line-height: 1.5em;
    outline: none;
    background: unset;
    margin: 0;
    color: #22223A;
  }
  html body header nav #menu-toggle ~ div ul li a:hover {
    background: #F9A9D1;
  }
  html body header nav #menu-toggle:checked ~ label {
    transform: rotate(90deg);
  }
  html body header nav #menu-toggle:checked ~ div {
    translate: 0 0;
  }
  html body header .header-name span {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  html body section.masthead nav.social-nav ul li.social a {
    margin: 0 0.75em;
  }
}

/*# sourceMappingURL=style.css.map */
