:root {
  --base: #5100c0;
  --map: #f6f6f6;
  --amsterdam: #d0dd22;
  --london: #f45b69;
  --marseille: #56c9f7;
  --thessaloniki: #ffd400;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  box-sizing: border-box;
}

/* a:focus {
  outline: 2px solid var(--base);
} */

html {
  font-size: 62.5%;
}

body {
  font-family: Poppins, Noto, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
audio,
footer,
header,
nav,
section,
video {
  display: block;
}

::selection {
  background-color: #001158;
  color: #fff;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.embed-media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-media iframe,
.embed_media object,
.embed_media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* poppins-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/poppins-v20-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  src: url("/fonts/poppins-v20-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/poppins-v20-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  src: url("/fonts/poppins-v20-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/poppins-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/poppins-v20-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/poppins-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/poppins-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/poppins-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/poppins-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/poppins-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/poppins-v20-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/poppins-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/poppins-v20-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/poppins-v20-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/poppins-v20-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/poppins-v20-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("/fonts/poppins-v20-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-regular - greek_greek-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/noto-sans-v35-greek_greek-ext_latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-800 - greek_greek-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/noto-sans-v35-greek_greek-ext_latin-800.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ensures that older browsers will display HTML5 elements correctly */

h1 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.29;
}

h2 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #212427;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #212427;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #5100c0;
}

p {
  /* font-size: 1.4rem;
  line-height: 1.57; */
  font-size: 1.6rem;
  line-height: 1.6;
  color: #212427;
  margin: 2rem 0;
}

textarea {
  resize: vertical;
}

/* changes textarea resizing from "both" (UA default) to vertical only */

table {
  border-collapse: collapse;
}

td {
  padding: 0.5rem;
}

/* causes tables to actually look like tables */

img {
  border: none;
  max-width: 100%;
}

/* removes outlines from linked images (for older browsers and IE), sets up images for responsive design layout */

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}

/* removes the inner border effect from focused buttons for form elements in Firefox */

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}

/* removes the OS X appearance from HTML5 search inputs and submit buttons when viewed in Safari */

input:required:after {
  color: #f00;
  content: " *";
}

/* sets up required form fields with the conventional following red asterix */
input[type="email"]:invalid {
  background: #f00;
}

/* causes a visual alert in browsers that do client-side checking of HTML5 email field – this may already be the default in some browsers. */

.right {
  float: right;
  margin-left: 2rem;
  clear: right;
}

.left {
  float: left;
  margin-right: 2rem;
  clear: left;
}

/* allows a quick shortcut for floating elements left and right while avoiding the “float quirk” problem */

sub,
sup {
  line-height: 0;
}

/* sets superscript and subscript text so that it doesn't throw off leading for elements in which they are included */

.body-wrapper {
  overflow: clip;
}

.wrapper {
  max-width: 1360px;
  margin: auto;
  position: relative;
}

.wrapper-small {
  max-width: 684px;
  margin: auto;
  position: relative;
  padding: 6rem 0;
}

header {
  /* background: #fff; */
  position: relative;
  /* height: 10rem; */
  z-index: 1;
}

.header__ullink {
  width: 13rem;
  display: block;
  position: absolute;
  top: 2rem;
}

.header-logo {
  padding: 6rem 0 0;
  display: inline-block;
}

.header-logo span {
  display: none;
}

.main-logo {
  width: 300px;
}

.logo-base {
  fill: #5100c0;
}

.logo-color {
  fill: #5100c0;
}

.amsterdam .logo-color {
  fill: var(--amsterdam);
}

.london .logo-color {
  fill: var(--london);
}

.marseille .logo-color {
  fill: var(--marseille);
}

.thessaloniki .logo-color {
  fill: var(--thessaloniki);
}

.hero {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  text-align: center;
}

.hero-content {
  position: absolute;
  text-align: right;
  top: 90px;
  width: 100%;
  right: 80px;
  pointer-events: none;
}

.home .hero-content {
  width: 50%;
}

.hero-content h1,
.news h1 {
  margin-bottom: 2rem;
  font-weight: 600;
}

.news h1 {
  color: var(--base);
}

.hero-content h1 span  {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin: 1rem 0;
}

.hero-title {
  margin-top: 2rem;
}

.hero-title span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.hero-content p {
  font-size: 1.9rem;
  margin: 2rem 0;
  line-height: 1.4;
  max-width: 65%;
  float: right;
  text-align: left;
}

.hero-button {
  font-family: Vestula, Arial, sans-serif;
  background-color: #2c6b71;
  color: white;
  border: none;
  padding: 8px 20px;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 18px;
  margin-top: 1rem;
}

.home-map {
  fill: var(--map);
  margin-top: -200px;
  margin-bottom: 140px;
}

.pointer-circle {
  fill: #ffffff;
}

.pointer-london {
  fill: var(--london);
}
.pointer-amsterdam {
  fill: var(--amsterdam);
}
.pointer-marseille {
  fill: var(--marseille);
}
.pointer-thessaloniki {
  fill: var(--thessaloniki);
}

a:hover .pointer-london,
a:hover .pointer-amsterdam,
a:hover .pointer-marseille,
a:hover .pointer-thessaloniki {
  fill: var(--base);
}

.hero-button:hover {
  background-color: #56aab2;
}

#mobile-toggle {
  display: none;
}

.mobile-menu {
  display: none;
}

.menu-icon {
  position: absolute;
  right: 0;
  top: 42px;
  cursor: pointer;
}

.menu-icon:after {
  content: "☰";
  font-size: 36px;
  color: var(--base);
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 0px;
}

.slider-nav:has(> input[type="checkbox"]:checked) .menu-icon::after {
  content: "×";
  font-size: 42px;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 0;
}

#menu {
  position: absolute;
  right: -90%;
  top: 0;
  background: #fff;
  margin: 0 -1000px 0 0;
  padding: 15% 1000px 100% 0;
  transition: 0.2s;
  z-index: 1;
  width: 1400px;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
}

.slider-nav:has(> input[type="checkbox"]:checked) #menu {
  right: 0;
}

#menu ul {
  text-align: right;
}

#menu li {
  display: block;
  margin: 1.8rem 0;
}

#menu a {
  font-weight: normal;
  font-size: 2.8rem;
  color: #333;
  user-select: none;
}

#menu a:hover {
  color: var(--base);
}

nav {
  float: right;
  margin-top: 100px;
  position: relative;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav li {
  display: inline;
  margin-left: 8rem;
}

nav a {
  text-decoration: none;
  border-bottom: 3px solid transparent;
  font: bold 2.1rem/1.3 Poppins, Noto;
  color: var(--base);
}

nav .amsterdam:not(.active):hover {
  color: var(--amsterdam);
}

nav .london:not(.active):hover {
  color: var(--london);
}

nav .marseille:not(.active):hover {
  color: var(--marseille);
}

nav .thessaloniki:not(.active):hover {
  color: var(--thessaloniki);
}

nav .amsterdam.active {
  color: var(--amsterdam);
}

nav .london.active {
  color: var(--london);
}

nav .marseille.active {
  color: var(--marseille);
}

nav .thessaloniki.active {
  color: var(--thessaloniki);
}

nav a.active {
  border-bottom: 3px solid;
}

.language-switch {
  position: absolute;
  top: -56px;
  right: 0;
}

#menu .language-switch a,
.language-switch a {
  border: 1px solid var(--base);
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: inline-block;
  font-size: 12px;
  background: var(--base);
  color: #fff;
  line-height: 1.9;
  text-align: center;
  margin: 0 2px;
  cursor: pointer;
}

#menu .language-switch {
  position: relative;
  top: auto;
  right: auto;
}

.language-switch a:not(.dimmed):hover,
.language-switch a:not(.dimmed).selected,
#menu .language-switch a:not(.dimmed):hover, 
#menu .language-switch a:not(.dimmed).selected {
  background-color: #fff;
  color: var(--base);
}

.language-switch .dimmed {
  opacity: 0.1;
  cursor: default;
}

.intro {
  font-weight: 700;
}

.news-items {
  background: #eee5f9;
  color: var(--base);
}

.news .news-items,
.publications .news-items,
.about .news-items,
.contact .news-items {
  margin-top: 6rem;
}

.news-items h2,
.news-items h2 a {
  font-size: 3rem;
  color: var(--base);
  font-weight: 700;
  display: flex;
  gap: 7px;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
}

.content-block h2,
.content-block h3 {
  color: var(--base);
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2.4rem 0 0.5rem;
}

.content-block h4,
.content-block h5 {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--base);
  margin: 1rem 0;
}

.content-block p,
.content-block ul,
.content-block ol {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #212427;
  margin: 2rem 0;
}

.content-block ul,
.content-block ol {
  padding-left: 1em;
}

.content-block table,
.content-block table p {
  font-size: 1.4rem;
}

.content-block a {
  text-decoration: none;
}

.content-block a:hover {
  text-decoration: underline;
}

.content-block .caption {
  color: var(--base);
  display: block;
  margin: 1rem 0;
}

.image-right {
  float: right;
  margin: 0.2em -10px 0.2em 2em;
  display: table;
  position: relative;
}

.image-left {
  float: left;
  margin: 0.2em 2em 0.2em -10px;
  display: table;
  position: relative;
}

.image-full {
  display: table;
  margin: 1em auto;
  position: relative;
}

figcaption {
  font-size: 1.4rem;
  caption-side: bottom;
  color: var(--base);
  display: table-caption;
  padding-top: 5px;
}

.news-date:first-letter {
  text-transform: uppercase;
}

.news-items h3 {
  color: var(--base);
}

.read-more {
  color: var(--base);
  font-size: 1.4rem;
  margin-top: 3px;
  display: flex;
  gap: 7px;
  flex-wrap: nowrap;
  align-items: center;
}

.arrow {
  width: 1.4rem;
  fill: var(--base);
}

.news-item {
  text-decoration: none;
  margin: 3rem 0;
  display: block;
  transition: 0.2s;
}

.news-date {
  color: #000;
  font-size: 1.3rem;
}

.news-item:hover .read-more,
.news h2 a:hover {
  gap: 10px;
}

.news-item p {
  margin: 0;
}

.publication {
  text-decoration: none;
  margin: 3rem 0;
  display: block;
  transition: 0.2s;
}

.medium {
  font-weight: normal;
  font-size: 1.3rem;
  color: #333;
}

.pub-meta {
  margin: 2px 0 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #212427;
}

.pub-meta dd {
  display: table;
}

.pub-meta dt {
  float: left;
  width: 160px;
}

.pagination {
  clear: both;
  padding: 1em 0;
  font-size: 1.4rem;
  text-align: center;
  color: var(--base);
  list-style: none;
}

.pagination__item {
  display: inline-block;
  margin: 0 0.5%;
  padding: 3px 10px;
}

.pagination__link {
  text-decoration: none;
  color: var(--base);
}

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

.pagination__item--current {
  border-radius: 30px;
  border: 1px solid var(--base);
}

.researcher {
  border: 1px solid var(--base);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-top: -10rem;
}

.researcher-image {
  width: 11%;
}

.researcher-image img {
  border-radius: 50%;
}

.researcher-content {
  width: 80%;
}

.researcher-content h1 {
  font-size: 1.8rem;
  color: var(--base);
}

.researcher-content p:first-of-type {
  margin-top: 8px;
}

.researcher-content p:last-of-type {
  margin-bottom: 0;
}

.locations .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 6.66%;
  padding: 6rem 7rem;
}

.location {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 5%;
  text-decoration: none;
}

.location figure {
  width: 33%;
}

.location p {
  width: 57%;
  font: bold 2.1rem/1.3 Poppins, Noto;
  color: var(--base);
}

.location.amsterdam:hover svg {
  fill: var(--amsterdam);
}

.location.amsterdam:hover p {
  color: var(--amsterdam);
}

.location.london:hover svg {
  fill: var(--london);
}

.location.london:hover p {
  color: var(--london);
}

.location.marseille:hover svg {
  fill: var(--marseille);
}

.location.marseille:hover p {
  color: var(--marseille);
}

.location.thessaloniki:hover svg {
  fill: var(--thessaloniki);
}

.location.thessaloniki:hover p {
  color: var(--thessaloniki);
}

.location svg {
  fill: var(--base);
  max-width: 80px;
}

.team-list {
  margin: 12rem 4rem;
}

.team-member {
  border-bottom: 1px solid var(--base);
}

.team-member-top {
  font-family: Poppins;
  background: none;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4%;
}

.team-member-content {
  max-width: 75%;
}

.team-member-button {
  background: var(--base);
  display: inline-flex;
  padding: 10px 8px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.team-member-button svg {
  width: 16px;
  fill: #fff;
}

.active .team-member-button svg {
  transform: rotate(90deg);
}

.team-member-top h1 {
  font-size: 2.4rem;
  margin: 2rem 0 -12px;
  color: #000;
}

.team-member-top p {
  font-weight: normal;
}

.team-member-bottom {
  max-height: 0;
  max-width: 75%;
  margin-left: 15%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.team-member-bottom p:first-of-type {
  margin-top: 0;
}

footer {
  background-color: var(--base);
}

footer .wrapper {
  padding: 6rem 7rem;
}

.footer-content {
  max-width: 40%;
}

.footer-content p {
  color: #fff;
  margin: 2rem 0;
}

.footer-logos {
  position: absolute;
  right: 10rem;
  bottom: 6rem;
  display: flex;
}

.ul-logo {
  fill: #ffffff;
  width: 150px;
  margin-right: 4rem;
}

.nwo-logo {
  fill: #ffffff;
  width: 40px;
}

@media (max-width: 1360px) {
  .wrapper {
    width: 90%;
  }
}

@media (max-width: 1280px) {
  .main-logo {
    width: 260px;
  }
  nav li {
    margin-left: 4rem;
  }
  nav a,
  .location p {
    font: bold 1.8rem/1.3 Poppins, Noto;
  }
  .home .hero-content {
    top: 60px;
  }
}

@media (max-width: 768px) {
  .wrapper-small {
    width: 90%;
  }

  .location {
    width: 46%;
    margin-bottom: 29px;
  }

  .menu-icon:after {
    top: 0;
  }

  .slider-nav:has(> input[type="checkbox"]:checked) .menu-icon::after {
    top: 0;
  }

  .home-map,
  .main-nav {
    display: none;
  }


  .hero-content {
    width: 100%;
    position: relative;
    text-align: left;
    top: auto;
    right: auto;
    margin-bottom: -80px;
  }

  .home .hero-content {
    width: 100%;
    position: relative;
    text-align: left;
    top: auto;
    right: auto;
    margin: 0;
  }

  .home .hero-content p {
    max-width: 100%;
    float: none;
  }

  #menu {
    right: -150%;
  }

  .mobile-menu {
    margin-top: 70px;
    display: block;
  }

  .footer-content {
    max-width: 100%;
  }

  .footer-logos {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
  }

  .team-list {
    margin: 0rem 0;
  }

  .researcher-image {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }

  .team-member-content {
    max-width: 80%;
  }

  .team-member-bottom {
    max-width: 80%;
    margin-left: 0%;
  }
}

@media (max-width: 560px) {
  .location {
    width: 100%;
  }
}
