html {
  font-family: Scotch-Text;
  font-weight: 200;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

iframe {
  width: 100%;
  max-width: 90%;
  height: auto;
  aspect-ratio: 16/9;
}

body {
  color: #1565c0;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
body ::-webkit-scrollbar {
  width: 4px;
}
body ::-webkit-scrollbar-track {
  background-color: silver;
}
body ::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 2px;
}

p,
blockquote {
  max-width: 60ch;
}

p {
  margin: 0 0 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
  font-weight: normal;
}

.circle {
  position: absolute;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  color: white;
  padding: 0.5rem;
  margin: 1rem;
  background-color: #abcef6;
}
.circle::after {
  position: absolute;
  opacity: 0;
}
.circle:hover::after {
  opacity: 1;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
}
.site-header .circle {
  position: absolute;
  border-radius: 50%;
  color: white;
  padding: 0.5rem;
  background-color: #abcef6;
}
.site-header .circle::after {
  content: "Menu";
  top: 120%;
  left: 0;
  opacity: 0;
  transition: 0.2s ease;
}
.site-header .circle:hover::after {
  opacity: 1;
}
.site-header nav {
  color: white;
  position: absolute;
  top: 1rem;
  left: 4rem;
  transform: translateX(-160%);
  transform-origin: top center;
  transition: 0.21s;
  z-index: -1;
}
@media (max-width: 599px) {
  .site-header nav {
    width: 100vw;
  }
}
.site-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.site-header nav ul li {
  cursor: pointer;
  font-size: 1.4rem;
  transition: 0.4s ease;
}
.site-header nav ul li:hover {
  transform: translateY(0.4rem);
}
.site-header nav.show {
  opacity: 1;
  transform: translateX(0);
}

.site-footer .colophon {
  position: relative;
  z-index: 1000;
  color: white;
  background-color: #104d92;
  padding: 5rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

main section {
  display: flex;
  place-content: center;
  align-items: center;
  transition: 0.1s ease;
}
@media (min-width: 1020px) {
  main section {
    min-height: 100vh;
  }
}
main section figure {
  padding: 0;
  margin: 0;
  text-align: center;
}
main section figure img,
main section figure video {
  height: auto;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
main section.title {
  height: 100vh;
  background-image: linear-gradient(#104d92, #104d92, #0b3564);
}
@media (min-width: 1020px) {
  main section.title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
main section.title .bg {
  inset: 0;
  z-index: -1;
  width: 100vw;
  position: fixed;
}
main section.title h2 {
  font-size: 1rem;
  font-weight: 200;
  color: white;
}
@media (max-width: 599px) {
  main section.title h2 {
    font-size: 0.8rem;
    bottom: 5rem;
  }
}
main section.title video {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
@media (max-width: 599px) {
  main section.title video {
    width: 100vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0;
    margin: 0;
  }
}
main section.title figure {
  background: linear-gradient(-90deg, #1460b7, #1463bb, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1463bb, #135eb2);
  height: 80vh;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
main section.title figure h2 {
  margin-top: auto;
}
main section.title figure video {
  margin-top: auto;
}
main section.about {
  color: whitesmoke;
  position: relative;
  background-color: #1565c0;
  padding: 1rem;
}
@media (min-width: 1020px) {
  main section.about {
    padding: 2rem;
    margin: 5rem;
    min-height: 50vh;
    z-index: 9000;
    background-color: transparent;
  }
}
main section.about .role {
  width: 40%;
  display: inline-block;
  margin-right: 1rem;
}
@media (max-width: 599px) {
  main section.about .role {
    width: 100%;
    color: #061c36;
    display: block;
    margin: 1rem 0 0;
  }
}
main section.script {
  flex-direction: column;
  gap: 2rem;
  height: auto;
  position: relative;
  background: linear-gradient(#1565c0, #061c36);
}
@media (min-width: 1020px) {
  main section.script {
    gap: 8rem;
    padding: 2vh 0;
    margin-top: 60vh;
  }
  main section.script::before {
    content: "";
    height: 40vh;
    background: linear-gradient(rgba(0, 0, 255, 0), #1565c0, #1565c0);
    position: absolute;
    top: -40vh;
    left: 0;
    right: 0;
    z-index: 800;
  }
}
main section.script .bg {
  z-index: -1;
  height: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
}
main section .abs {
  position: relative;
  inset: 0;
  z-index: 5400;
}
main section .abs.overlay {
  mix-blend-mode: multiply;
}
main section .abs.bg-fancy {
  background-color: #212121;
}
main section .book {
  min-height: 80vh;
  width: 90%;
  z-index: 1;
  top: 5vh;
  box-shadow: rgba(0, 0, 0, 0.15) 0 40px 40px;
}
@media (min-width: 1020px) {
  main section .book {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    display: grid;
    position: -webkit-sticky;
    position: sticky;
    min-width: 1000px;
    max-width: 1600px;
  }
}
main section .book .page {
  text-align: justify;
  position: relative;
  z-index: 1;
  display: flex;
}
main section .book .page header {
  display: flex;
  flex-direction: column;
  height: 100%;
}
main section .book .page figure {
  position: absolute;
  inset: 0;
}
main section .book .page figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
main section .book .page figure img.rotate {
  transform: scaleX(-1);
}
main section .book .page.left {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 0;
  z-index: 100;
}
@media (min-width: 1020px) {
  main section .book .page.left {
    padding: 2vmax 4vmax 2vmax 2vmax;
    background: linear-gradient(-90deg, #5c5c5c, #767676, #a3a3a3, #b8b8b8, #c7c7c7, #d6d6d6, #e1e1e1, #e8e8e8, #efefef, #f2f2f2, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, white);
  }
}
main section .book .page.left::before {
  content: "";
  position: absolute;
  width: 4px;
  left: -4px;
  top: 4px;
  bottom: 4px;
  background-color: #104d92;
  z-index: -100;
}
main section .book .page.left header {
  margin-bottom: auto;
}
main section .book .page.left header h2 {
  margin-bottom: 1rem;
}
main section .book .page.right {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 0 2rem 2rem;
}
@media (min-width: 1020px) {
  main section .book .page.right {
    padding: 4rem 4rem 2rem 8rem;
    background: linear-gradient(90deg, #5c5c5c, #767676, #a3a3a3, #b8b8b8, #c7c7c7, #d6d6d6, #e1e1e1, #e8e8e8, #efefef, #f2f2f2, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, whitesmoke, white);
  }
  main section .book .page.right::before {
    content: "Aquatic Needs";
    position: absolute;
    font-size: 0.8rem;
    top: 2rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
  }
  main section .book .page.right::after {
    content: "";
    position: absolute;
    width: 4px;
    right: -4px;
    top: 4px;
    bottom: 4px;
    background-color: #104d92;
  }
}
@media (max-width: 599px) {
  main section .book .page.left, main section .book .page.right {
    padding: 1rem;
  }
}
main section .book .page.blue-bg {
  background: linear-gradient(-90deg, #0b3564, #104d92, #104d92, #104d92, #11529b, #1256a4, #135bae, #1460b7, #1463bb, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1565c0, #1460b7);
  color: white;
}
main section .book .instruction {
  font-family: "Calibre";
}
main section .book .overlay {
  mix-blend-mode: difference;
}
main section .book img,
main section .book video {
  max-width: 100%;
}
main section.break {
  background-color: #061c36;
  z-index: 1;
  position: relative;
  top: 0;
}
main section.interview {
  position: relative;
  padding: 4rem 0;
  flex-direction: column;
  background: linear-gradient(#061c36, #061c36, #104d92);
}
main section.interview header {
  padding: 2rem;
  color: white;
}
@media (min-width: 1020px) {
  main section.interview header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 4rem;
    max-width: 100ch;
    align-self: flex-start;
  }
}
main section.interview header h1 {
  font-family: Scotch-Text;
  font-weight: 200;
  font-size: 3.2rem;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1020px) {
  main section.interview header h1 {
    font-size: 6rem;
    margin: 0;
    line-height: 1.2;
  }
}
main section.interview blockquote {
  color: white;
}
@media (min-width: 1020px) {
  main section.interview blockquote {
    font-size: 2rem;
    z-index: 2;
    margin-bottom: 5rem;
    max-width: 40ch;
  }
  main section.interview blockquote:nth-of-type(2) {
    margin-left: 10vw;
  }
  main section.interview blockquote:nth-of-type(3) {
    margin-right: 15vw;
  }
  main section.interview blockquote:nth-of-type(4) {
    margin-left: 18vw;
  }
}
main section.interview .page {
  font-family: Calibre;
  font-weight: 400;
  background-color: white;
  max-width: 80vw;
  padding: 2rem 2rem;
  background-color: none;
  z-index: 3;
}
@media (max-width: 599px) {
  main section.interview .page {
    padding: 1rem;
  }
}
main section.interview .page div {
  margin: 0 0 1rem;
}
main section.interview .page div::before {
  color: #0b3564;
  font-size: 0.8rem;
}
main section.interview .page div.angeliki::before {
  content: "Angeliki Roussou:";
  display: inline;
}
main section.interview .page div.shona {
  background-color: white;
}
main section.interview .page div.shona::before {
  content: "Shona Macnaughton:";
}
main section.interview .page div p {
  margin: 0;
}
main section.interview .page div p + p {
  text-indent: 2rem;
}

.multiply {
  mix-blend-mode: multiply;
}

.grayscale {
  filter: grayscale(1);
}

.instruction {
  font-family: "Calibre";
}

.margin-t {
  margin-top: auto;
}/*# sourceMappingURL=style.css.map */