/*
Theme Name: Afenu
Author: Patricia Roomer
Version: 1.0
*/

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * © 2024 MyFonts Inc. */


/* ======================================================================== */

/* 
=========== 
Font family 
=========== 
*/

 @font-face {
  font-family: "SofiaPro";
  src: url('fonts/SofiaProBold/font.woff2') format('woff2'), url('fonts/SofiaProBold/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SofiaPro";
  src: url('fonts/SofiaProSemiBold/font.woff2') format('woff2'), url('fonts/SofiaProSemiBold/font.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SofiaProRegular";
  src: url('fonts/SofiaProRegular/font.woff2') format('woff2'), url('fonts/SofiaProRegular/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {

  /*
  Colour palette
  */

  --tangerine: #FA8303;
  --tomato: #D9290C;
  --rosewood: #62001A;
  --lime: #DAFF9C;
  --moss: #386C24;
  --powder: #D0ECFC;
  --sky: #ACD0E2;
  --snowflake: #F0F0F0;

  /*
  Platform-specific body width
  */

  --body-margin-mobile: 20px;
  --body-margin-tablet: 100px;
  --body-margin-desktop: 700px;

}

/* 
==================
General formatting 
==================
*/

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  font-family: "SofiaPro", sans-serif;
  min-height: 100vh;
  margin: 0 var(--body-margin-mobile);
  padding: 0;

  background: linear-gradient(to bottom, var(--tangerine), var(--tomato), var(--rosewood));
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body {
    margin: 0 var(--body-margin-tablet);
    text-align: justify;
  }
}

@media (min-width: 1024px) {
  body {
    width: 600px;
    margin: 0 auto;
    text-align: justify;
  }
}

/* Hidden WordPress page title */
main > h1:first-of-type:not(.wp-block-heading) {
  height: 0;
  margin: 0;
  padding: 0;
  display: none;
}

/* 
==== 
Text
====
*/

p {
  color: white;
  font-family: "SofiaProRegular", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
}

h1 {
  color: var(--lime);
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
}

h2 {
  color: white;
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  font-size: 35px;
}

h3 {
  color: var(--lime);
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  font-size: 30px;
}

h4 {
  color: white;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  font-size: 30px;
}

h5 {
  color: var(--lime);
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
}

.highlight {
  color: var(--lime);
  background: transparent;
}

/* 
=================== 
Page backgrounds
Specific formatting
===================
*/

/* Recycling */
body.page-id-162 {
  background: linear-gradient(to bottom, var(--tangerine), var(--tomato), var(--moss));
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Photo research */
body.page-id-212 {
  position: relative;
  background-image: url('images/photo-research-background.jpg');
  background-attachment: scroll;
  background-size: 300% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.moss-gradient {
  width: 100vw;
  height: 100px;
  background: linear-gradient(to top, var(--moss), transparent);
  position: relative;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .photo-research p {
    margin-left: 25vw;
  }
}

.photo-gallery-button {
  color: var(--lime);
  background-color: black;
}

/* Photo gallery */
body.page-id-350 {
  background-image: url('images/photo-gallery-background.jpg');
  background-attachment: scroll;
  background-size: 240% auto;
  background-position: 50% top;
  background-repeat: no-repeat;
}

/* Market */
body.page-id-221 {
  background: linear-gradient(to bottom, var(--tangerine), var(--tomato), var(--powder));
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Conversations */
.conversations-background {
  background-color: var(--sky);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-bottom: 10px;
}

.conversations-background,
.conversations-background > *:first-child,
.conversations-background .content > *:first-child {
  margin-top: 0;
}

.conversations-background .content {
  position: relative;
  z-index: 1;
  margin-left: 25vw;
  margin-right: var(--body-margin-mobile);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .conversations-background {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .conversations-background .content {
    margin-left: calc(var(--body-margin-tablet) / 2);
    margin-right: calc(var(--body-margin-tablet) / 2);
  }
}

@media (min-width: 1024px) {
  .conversations-background {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .conversations-background .content {
    margin-left: 50px;
    margin-right: 50px;
  }
}

/* Impressions of Togo, Urban Space, Market, Workshops, Behind the Scenes */
body.page-id-389,
body.page-id-501,
body.page-id-559,
body.page-id-565,
body.page-id-568 {
  background: var(--sky);
}

/* 
====== 
Header
======
*/

.site-header {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .site-header {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

figure.wp-block-image.nav-star {
  width: 3%;
  min-width: 30px;
  margin-left: 0;
}

.site-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-family: "SofiaPro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--lime);
  text-align: center;
  white-space: nowrap;
}

figure.wp-block-image.nav-star img {
  width: 100%;
  height: auto;
  display: block;
}

.nav-menu-button {
  padding: 6px 12px;
  background: none;
  border: none;
  font-size: 15px;
  font-family: "SofiaPro", sans-serif;
  font-weight: 600;
  color: var(--lime);
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
  cursor: pointer;
  line-height: 1;

  /* Re-positioning a touch */
  position: relative;
  top: -2px;
  margin-right: -10px;
}

/* Hidden header in Menu and Contact/Imprint */
.page-id-144 .site-header,
.page-id-118 .site-header {
  visibility: hidden;
}

/* 
=====
Menus
=====
 */

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.3em 0;
  background-color: transparent;
  color: var(--lime);
  font-size: x-large;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 4px solid var(--lime);
  transition: border-bottom-color 0.3s ease;
}

.menu-item.open {
  border-bottom-color: transparent;
}

/* 
General menu 
*/

.menu-item-title {
  flex: 1;
  text-align: left;
  font-size: 40px;
}

.menu-item:last-of-type {
  border-bottom: none;
}

.menu-item::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url('images/right_arrow.png') no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 1em;
  flex-shrink: 0;
}

/* 
Submenu 
*/

.menu-subitem-group {
  max-height: 0; /* Hidden at first */
  overflow: hidden;
  flex-direction: column;
  transition: max-height 0.4s ease;
}

/* Show submenu when menu category is opened */
.menu-item.open + .menu-subitem-group {
  max-height: 500px;
}

/* Rotating arrow while opening menu category */
.menu-item.open::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.menu-item::after {
  transition: transform 0.5s
}

.menu-subitem-group ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.menu-subitem-link {
  font-size: 1.5rem;
  color: var(--lime);
  text-decoration: none;
}

/* 
Photo gallery menu 
*/

.menu--right-arrow .menu-item-title {
  font-size: 30px;
}

.menu--right-arrow .menu-item::after {
  background: url('images/right_arrow.png') no-repeat center center;
  height: 15px;
}

/* 
============== 
Homepage intro 
==============
*/

.intro-wrapper {
  height: 50vh;
}

.intro {
  position: fixed;
  top: 25vh;
  left: 0;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.1s linear;
  pointer-events: none;
  z-index: 10;
}

.intro h1 {
  font-size: clamp(3rem, 15vw, 9rem);
  padding: 0 2px;
  margin-bottom: 0.3em;
}

.intro h2 {
  max-width: 350px;
  text-align: center;
  justify-content: center;
  margin: 0 auto 1em auto;
}

.intro button {
  margin-top: 0;
}

.intro h1, 
.intro h2 {
  margin-top: 0;
}

.intro h1,
.intro h2,
.intro button {
  pointer-events: none;
}

.intro .language-slider-button {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding: 6px 14px;
  background-color: var(--lime);
  color: var(--tomato);
  border-radius: 30px;
  border-color: transparent;
  font-family: "SofiaPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  position: relative;
  pointer-events: auto;
  z-index: 10;
}

.language-arrow {
  width: 20px;
  height: auto;
}

.language-text {
  display: inline-block;
  width: 80px;
  text-align: center;
  transition: opacity 0.3s ease;
  opacity: 1;
}

/* 
Afenu sun 
*/

figure.wp-block-image.afenu-sun {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 20vh;
  overflow: hidden;
  text-align: center;
}

figure.wp-block-image.afenu-sun img {
  width: 110%;
  max-width: none;
  height: auto;
  display: block;
  margin-left: -5%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  figure.wp-block-image.afenu-sun {
    width: 50%;
    padding-top: 5vh;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  figure.wp-block-image.afenu-sun {
    width: 60%;
    margin-top: 30vh;
    margin-left: auto;
    margin-right: auto;
  }

  figure.wp-block-image.afenu-sun img {
    width: 110%;
    margin-left: -5%;
  }
}

/*
Arrow and heading underneath sun 
*/ 

.down-arrow {
  text-align: center;
  max-width: none;
  position: relative;
  z-index: 1;
}

.down-arrow img {
  text-align: center;
  width: 18px;
  height: auto;
  cursor: pointer;
  margin-top: 20vh;
  margin-bottom: 20vh;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.next-heading {
  z-index: 5;
  opacity: 1;
}

/*====
Popups
====*/

.wide-container .coming-soon,
.wide-container .disclaimer {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
  width: 100vw;
  height: 80vh;
  
  transition: transform 0.5s ease;
  opacity: 0; 
  z-index: 1001;
  pointer-events: none;

  background: url("images/speech-bubble.png");
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.wide-container .coming-soon.active,
.wide-container .disclaimer.active {
  transform: translate(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/*
Popup backdrop
*/

.coming-soon-backdrop,
.disclaimer-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.coming-soon-backdrop.active,
.disclaimer-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

/*
Popup inner content
*/

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  width: 90%;
  margin: 5rem auto;
  padding-top: 2.5rem;
}

.popup-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--lime);
}

.popup-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--lime);
}

.popup-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: var(--lime);
}

.popup-star {
  margin-top: 1rem;
}

.popup-youtube {
  color: var(--lime);
  background-color: red;
  border: none;
  border-radius: 30px;
  font-family: "SofiaPro";
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1rem;
  padding: 12px 24px;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1002;
}

.popup-youtube img {
  position: relative;
  top: 5px;
  right: 10px;
  width: 25px;
  height: 25px;
}

/* 
Popup exit button 
*/

.wide-container .coming-soon-close,
.wide-container .disclaimer-close { 
  position: fixed;
  top: 27vh;
  right: 5vw;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  pointer-events: none;
  z-index: 1002;
  background: transparent;
}

.wide-container .coming-soon-close.active,
.wide-container .disclaimer-close.active {
  pointer-events: auto;
}

.wide-container .coming-soon.closing,
.wide-container .disclaimer.closing {
  transform: translateX(-50%) translateY(100%);
}

@media (min-width: 768px) {
  .wide-container .coming-soon,
  .wide-container .disclaimer {
    width: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }

  .wide-container .coming-soon-close,
  .wide-container .disclaimer-close {
    top: 30vh;
    right: 16vw;
  }
}

@media (min-width: 1024px) {
  .wide-container .coming-soon,
  .wide-container .disclaimer {
    width: 25%;
  }

  .wide-container .coming-soon-close,
  .wide-container .disclaimer-close {
    top: 28vh;
    right: 39vw;
  }
}

/* 
======== 
Togo map 
========
 */

.map-container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: max-content;
}

.city-marker {
  all: unset;
  position: absolute;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.city-popup, .city-backdrop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; 
}

.city-popup.active, .city-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.city-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.city-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(75vw, 300px);
  max-height: 80vh;
  background: var(--lime);
  padding: 1rem;
  box-sizing: border-box;
  z-index: 11;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.city-popup h3,
.city-popup p {
  color: var(--rosewood);
  margin: 0 0 0.5rem 0;
}

/* 
====== 
Images 
======
 */

/*
WP Image base
*/

.wp-block-image,
figure.wp-block-image {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

figure.wp-block-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*
Person images
*/

.person-image {
  display: block;
  margin-top: 3rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.steber-title {
  font-size: 1.25rem;
  white-space: pre-line;
}

/*
Screen-wide images
*/

.wide-container {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
}

.wide-container .wide-image {
  width: 100%;
  display: block;
  height: auto;
}

.wide-container .wide-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px){
  .wide-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 
Overlapping images 
*/ 

.image-stack {
  width: 100%;
  margin-bottom: -20px;
}

.overlapped-image {
  display: block;
  width: 100%;
  height: auto;
}

/*
.overlapping-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -15%;
  margin-bottom: 0;
}
*/

.overlapping-image-container {
  position: relative;
  width: 100%;
  display: block;
  margin-top: -15%;
}

.overlapping-image-container .overlapping-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlapping-image-container .overlapping-text {
  position: absolute;
  top: 5%;
  left: 5%;
  color: white;
  font-weight: bold;
  white-space: pre-line;

  font-size: clamp(3.25rem, 5vw, 3rem);
  max-width: 90%;
}



/* 
Black filled circle 
*/

.black-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: black;
  border-radius: 50%;
  z-index: 0;
}

.circle-wrapper {
  position: relative;
  width: fit-content;
  text-align: left;
}

.recycling-circle {
  top: 70px;
  left: 210px;
}

@media (min-width: 768px) {
  .recycling-circle {
    top: 0px;
    left: 405px;
  }
}

.recycling-header {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: left;
  font-size: clamp(2rem, 15vw, 7rem);
  word-break: break-word;
}

.recycling-subheader {
  font-size: 1.5rem;
  white-space: pre-line;
}

.conversations-circle {
  top: 0px;
  left: 25px;
}

/* 
Horizontal grids with 
number title and text block
*/

.number-block {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: start;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
  padding: 0 1rem;
}

.number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--lime);
  justify-self: start;
}

.number-text {
  max-width: 100%;
}

.number-text h3 {
  margin-top: 0;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.number-text p {
  margin-top: 0;
  font-size: 1rem;
}

/* 
On-image captions
 */

.wide-container .image-container {
  position: relative;
  width: 100%;
  height: 35vh;
  color: white;
  overflow: hidden;
}

.wide-container .image-container img {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.wide-container .image-container img.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.wide-container .image-caption {
  color: white;
  position: absolute;
  font-weight: 700;
  font-size: 1.25rem;
  z-index: 2;

  /* Bottom left */
  bottom: 25px; 
  left: 25px;
  right: 100px;
}

.wide-container .image-container a {
  color: inherit;
  text-decoration: none;
}

.wide-container .image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;

  /* Slight shade gradient on the bottom */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 1;
}

/*
Photo gallery images
*/

.photo-gallery {
  margin-top: 5rem;
  position: relative;
}

.photo-gallery .gallery-image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease, transform 0.5s ease;
  margin-bottom: 3rem;
}

.photo-gallery .gallery-image.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}

/* 
====== 
Videos 
======
*/

.video-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 10px;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.video-thumbnail.placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.placeholder-text {
  font-weight: bold;
  color: #555;
  text-align: center;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 8px;
}

.video-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.video-description > * {
  margin: 0;
  padding: 0;
}

.video-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.video-text {
  font-size: 0.75rem;
}

/* 
====== 
Slider 
======
*/

.slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  width: inherit;
  max-width: 100%;
  margin-bottom: 10px;
}

.slider-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.slider-title {
  flex: 1;
  text-align: center;
  margin: 0 1rem;
  color: var(--lime);
}

/* 
====== 
Footer 
======
*/

.site-footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  background-color: transparent;
  color: var(--lime);
}

.site-footer img {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}

.footer-nav {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8rem;
}

.footer-nav a {
  color: var(--lime);
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: none;
}