#contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px; }
  @media (min-width: 600px) {
    #contact {
      -ms-grid-columns: 1fr 1.618fr;
      grid-template-columns: 1fr 1.618fr; } }
  #contact .contact-details {
    background-color: #90ca80; }

#dietary {
  display: -ms-grid;
  display: grid;
  min-height: 70vh;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 600px) {
    #dietary {
      -ms-grid-columns: 1.618fr 1fr;
      grid-template-columns: 1.618fr 1fr; } }
  #dietary .dietary-right {
    padding: 40px;
    background-color: #fcdf45; }

#downloads {
  display: -ms-grid;
  display: grid;
  min-height: 50vh;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 600px) {
    #downloads {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }
  #downloads .download {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 40px;
    background-color: #ffb0b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative; }
    #downloads .download:hover .pink-overlay {
      opacity: 0.4; }
    #downloads .download a.btn {
      text-decoration: none;
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #downloads .download .pink-overlay {
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      mix-blend-mode: hard-light;
      background-color: #ffb0b0;
      position: absolute;
      width: 100%;
      left: 0px;
      top: 0px;
      bottom: 0;
      right: 0;
      height: 100%;
      z-index: 999;
      pointer-events: none;
      z-index: 1; }

#header {
  display: -ms-grid;
  display: grid;
  min-height: 75vh;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 600px) {
    #header {
      -ms-grid-columns: 1.618fr 1fr 1.618fr;
      grid-template-columns: 1.618fr 1fr 1.618fr; } }
  @media (max-width: 600px) {
    #header .dropbox-cover {
      min-height: 250px; } }
  #header .header-middle {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1.618fr 1fr;
    grid-template-rows: 1.618fr 1fr;
    grid-gap: 20px;
    background: none; }

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 600px) {
    nav.open ul {
      position: absolute;
      background-color: #ffffff;
      left: 0;
      right: 0;
      top: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 20px solid #90ca80;
      z-index: 3; }
    nav.open li {
      padding: 20px; } }
  nav .hamburger {
    outline: none !important;
    border: none;
    font-size: 2em;
    color: #90ca80;
    display: none;
    cursor: pointer;
    z-index: 2;
    background-color: transparent; }
    @media (max-width: 600px) {
      nav .hamburger {
        display: block;
        padding: 0; } }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none; }
    @media (min-width: 600px) {
      nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    nav ul li {
      padding: 10px; }
  nav .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
    nav .logo img {
      margin-right: 10px;
      max-width: 70px; }
      @media (min-width: 600px) {
        nav .logo img {
          max-width: 100px; } }
  @media (max-width: 600px) {
    nav h1 {
      font-size: 1.1em; } }
  nav a {
    text-decoration: none; }
  nav .language-selector .active {
    border-bottom: 2px solid #90ca80; }

#opening-hours {
  display: -ms-grid;
  display: grid;
  min-height: 65vh;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  color: #ffffff; }
  @media (min-width: 600px) {
    #opening-hours {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  #opening-hours .opening {
    background-color: #fa747f; }
  #opening-hours .opening-left {
    padding: 40px;
    background-color: #fa747f; }

#rates {
  display: -ms-grid;
  display: grid;
  min-height: 45vh;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 600px) {
    #rates {
      -ms-grid-columns: 1.618fr 1fr;
      grid-template-columns: 1.618fr 1fr; } }
  #rates .rates-left {
    grid-gap: 20px;
    display: -ms-grid;
    display: grid; }
    #rates .rates-left .rates-top {
      padding: 40px;
      background-color: #535358;
      color: #ffffff; }
    #rates .rates-left .rates-bottom {
      padding: 40px;
      background-color: #90ca80; }
  #rates .rates-right {
    background-color: #90ca80; }

#our-story {
  background-color: #fcdf45;
  -ms-grid-columns: 25% 75%;
  grid-template-columns: 25% 75%; }
  #our-story .our-story-copy {
    -webkit-column-count: 2;
    column-count: 2;
    max-width: 65vw; }
    @media (max-width: 600px) {
      #our-story .our-story-copy {
        -webkit-column-count: 1;
        column-count: 1;
        max-width: 100vw; } }
#testimonials {
  display: -ms-grid;
  display: grid;
  min-height: 75vh;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px; }
  @media (min-width: 600px) {
    #testimonials {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  #testimonials .right-testimonials-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1.618fr 1fr;
    grid-template-rows: 1.618fr 1fr;
    grid-gap: 20px; }
  #testimonials .parents-notes {
    background-color: #90ca80; }
  #testimonials .social-media {
    background-color: #001b31;
    background-blend-mode: difference;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #testimonials .social-icons {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    grid-gap: 20px;
    font-size: 13px; }
    #testimonials .social-icons a {
      text-decoration: none; }
    #testimonials .social-icons img {
      display: block;
      margin-bottom: 10px; }
    #testimonials .social-icons .gif-credit {
      color: #535358;
      text-align: right; }

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left; }
  .modal-window:target {
    opacity: 1;
    pointer-events: auto; }
  .modal-window > div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
    color: #333333;
    max-height: 400px;
    overflow: scroll; }
    @media (max-width: 380px) {
      .modal-window > div {
        width: 280px; } }
  .modal-window header {
    font-weight: bold; }
  .modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
    color: #333333; }

.modal-close {
  position: absolute;
  color: #aaa;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer; }
  .modal-close:hover {
    color: #000; }

#approach {
  display: -ms-grid;
  display: grid;
  min-height: 70vh;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 20px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 600px) {
    #approach {
      -ms-grid-columns: 1fr 1.618fr;
      grid-template-columns: 1fr 1.618fr; } }
  #approach .approach-right {
    padding: 40px;
    background-color: #ffb0b0; }

/* Basic styling */
body {
  color: #222;
  font-size: 16px;
  font-family: "helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 20px; }

a,
a:visited,
a:focus,
a:hover {
  color: inherit; }

h1,
h2,
h3,
h4 {
  margin: 0; }

@media (max-width: 600px) {
  h2 {
    font-size: 1.3em; } }

address {
  font-style: normal; }

button {
  border: none;
  outline: none !important;
  cursor: pointer; }

table {
  width: 100%; }
  table td {
    padding: 10px 0px; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

/* Utils */
.m-t-2 {
  margin-top: 20px; }

.p-a-2 {
  padding: 40px; }

.color-white {
  color: #ffffff; }

.color-yellow {
  color: #fcdf45; }

.color-grey {
  color: #535358; }

.color-green {
  color: #90ca80; }

.cover,
.dropbox-cover {
  background-size: cover;
  background-position: center;
  min-height: 200px; }

.unstyled-list {
  list-style: none;
  padding: 0; }

main {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px; }

footer {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  background-color: #535358;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 600px) {
    footer {
      -ms-grid-columns: 1.618fr 1fr 1fr;
      grid-template-columns: 1.618fr 1fr 1fr; } }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }

.dropbox-cover-0 {
  background-image: url("/1.jpeg"); }

.dropbox-cover-1 {
  background-image: url("/2.jpeg"); }

.dropbox-cover-2 {
  background-image: url("/3.jpeg"); }

.dropbox-cover-3 {
  background-image: url("/4.jpeg"); }

.dropbox-cover-4 {
  background-image: url("/5.jpeg"); }

.dropbox-cover-5 {
  background-image: url("/6.jpeg"); }

.dropbox-cover-6 {
  background-image: url("/7.jpeg"); }

.dropbox-cover-7 {
  background-image: url("/8.jpeg"); }

.dropbox-cover-8 {
  background-image: url("/9.jpeg"); }
