/* ------ RESET ------ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

button {
  border: none;
  cursor: pointer;
  font-size: inherit;
}
button:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Typo*/
h1 {
  margin-bottom: 80px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  margin-bottom: 20px;
  color: #f8ee96;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
h4 {
  text-align: left;
  font-weight: 300;
}

p {
  font-size: 18px;
}

.--left {
  text-align: left;
}

.--yellow {
  color: #f8ee96;
}

/*Stat */

body {
  background-color: #314697;

  /* background-image: url(./img/2025/IMG_8881.JPG);
  background-repeat: no-repeat;
  background-size: cover; */
  background-attachment: fixed;
  color: #f8ee96;
  font-weight: 500;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
}

.row {
  width: 100%;
  margin-bottom: 60px;
}

.row--big {
  margin-bottom: 80px;
}

.row-flex {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.flex-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.icon-row {
  margin-top: 20px;
}
.icon-row a {
  text-decoration: none;
}

.icon-row img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
img {
  width: 100%;
  height: auto;
}

.download-button {
  padding: 10px 20px;

  text-decoration: none;
  background-color: white;
  color: #f8ee96;
}

.download-button:hover {
  border: 3px solid#F8EE96;
  transition: all 0.2s;
}

.download-button svg {
  fill: black;
  height: 16px;
  color: black;
  padding-top: 4px;
}

.pressetext {
  text-align: justify;
  font-size: 18px;
}
/* Footer */

footer {
  height: 50px;
  width: 100vw;
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 14px;
}

/* ----- Start social media icons ----- */
/* ----- Start social media icons ----- */
.social-media {
  position: fixed;
  top: 36%;
  top: 36svh;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background-color: #f8ee96;
  z-index: 50;
}

.social-media a {
  width: 56px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.social-media a:hover {
  background-color: #c4bc77;
}
.social-media a svg {
}
@media only screen and (max-width: 767px) {
  .social-media {
    top: 50%;
    top: 50svh;
  }
  .social-media a {
    width: 38px;
    height: 38px;
  }
  .social-media a svg {
    width: 22px;
  }
}
