body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  background-color: #74879A;
}

* {
  box-sizing: border-box;
}

footer {
  background-color: #081828 !important;
  color: white;
  padding: 0 10px !important;
}

header {
  position: sticky;
  top: 0;
  background-color: #042342;
  width: 100%;
  height: 50px;
  display: inline-block;
  z-index: 1;
}

.logo, .logo:visited {
  display: block;
  float: left;
  padding: 10px 10px;
  text-decoration: none;
  color: white;
  font-size: 25px;
  line-height: 25px;
  font-family: 'Literata', serif;
}

header input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 0;
  height: 0;
}

.navicon {
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  position: absolute;
}

.line {
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  transition: transform 1s;
  display: block;
}

.links {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 48px;
  background-color: #0E4175;
  width: 100%;
}

.links a, .links a:visited {
  font-family: 'Literata', serif;
  color: white !important;
  font-size: 25px;
}

.links li {
  padding-left: 10px;
  padding: 0 20px;
  border-bottom: 1px solid #081828;
}

h1 {
  color: white;
  font-size: 50px;
}

h2 {
  font-size: 40px;
  padding: 10px 0 5px 1px;
}

h3 {
  font-size: 30px;
  padding: 5px 0 7px 3px;
}

dl {
  margin: 0;
  padding-bottom: 20px;
}

dt {
  font-weight: bold;
  margin: 0 0 2px 5px;
}

dd {
  margin: 0 0 5px 10px;
}

dt, dd {
  font-size: 18px;
  width: fit-content;
  color: black;
  text-shadow: 0 0 5px #fff;
}

dd a {
  color: black;
}

h1, h2, h3 {
  font-weight: bold;
  font-family: 'Inconsolata', monospace;
  margin: 0;
  padding: 0;
}

a, a:visited, .links a, .links a:visited, .links a:visited {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

a:hover, .links a:hover {
  text-decoration: underline;
}

.cookies {
  float: left;
}

.top-right {
  position: absolute;
  top: 50px;
  right: 0;
}

.bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.bottom-left-2 {
  position: absolute;
  left: 0;
  bottom: 170px;
}

.bottom-left-2 dd, .bottom-left-2 dt  {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 2px;
}

.img {
  width: 100%;
  max-width: 145px;
  padding: 10px;
}

.img-face {
  border-radius: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: 0 0 20px #081828;
}

.container {
  padding: 0;
  background-color: white;
  margin: 0 auto;
  border-bottom: 1px solid #03182D;
}

.jumbo {
  position: relative;
  margin-top: -55px;
  height: 100vh;
  background-image: url("../img/home.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#notice {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.95);
    padding: 53px 0;
    text-align: center;
    display: block;
    z-index: 1;
    color: white;
    height: 100%;
    overflow-y: scroll;
}

#show-gdpr-notice {
  color: white;
  font-weight: normal;
  text-decoration: underline;
}

.consent-content {
  max-width: 2400px;
  margin: 0;
  font-size: 11px;
}

#more-info {
  display: none;
}

#more-info > p {
  margin: 3px 0;
}

#photos {
  display: grid;
  gap: 1px;
}

.photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.policy, .policy:visited {
  color: white;
  text-decoration: underline;
}

button {
  border: none;
  color: black;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
}

#toggle-info {
  background-color: yellow;

}

#consent-btn {
  background-color: lightgray;
}

@media only screen and (min-width: 301px) {
  h2 {
    padding: 0 0 5px 1px;
  }

  h3 {
    padding: 0 0 7px 3px;
  }

  .img {
    max-width: 185px;
  }

  #photos {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 360px) {
  .bottom-left-2 {
    position: absolute;
    left: 0;
    bottom: 110px;
  }

  .img {
    width: 100%;
    max-width: 250px;
    padding: 10px;
  }

  .cookies {
    float: right;
  }

  #notice {
    width: 100%;
  }
}

@media only screen and (min-width: 560px) {
  .links a {
    font-size: 30px;
  }

  .bottom-left-2 {
    position: absolute;
    left: 0;
    bottom: 60px;
  }

  .img {
    width: 100%;
    max-width: 400px;
    padding: 10px;
  }

  h2 {
    font-size: 40px;
    padding: 5px 0 5px 5px;
  }

  h3 {
    font-size: 30px;
    padding: 10px 0 7px 10px;
  }

  dt {
    font-weight: bold;
    margin: 1px 5px 5px 10px;
  }

  dd {
    margin: 5px 5px 10px 20px;
  }

  dt, dd {
    font-size: 25px;
  }

  .consent-content {
    font-size: 15px;
  }

  #notice {
    padding: 20px;
    height: auto;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .bottom-left-2 {
    position: absolute;
    left: 0;
    bottom: 60px;
  }

  .img {
    width: 100%;
    max-width: 400px;
    padding: 10px;
  }

  header {
    height: 100px;
  }

  .links {
    top: 100px;
  }

  .navicon {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }

  .line {
    padding-bottom: 13px;
    border-bottom: 4px solid white;
  }

  .logo {
    font-size: 70px;
    line-height: 70px;
  }

  .jumbo {
    margin-top: -105px;
  }

  .top-right {
    top: 100px;
  }

  dt, dd {
    font-size: 30px;
  }

  #photos {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media only screen and (min-width: 1201px) {
  .navicon {
    display: none;
  }

  .img {
    width: 100%;
    max-width: 800px;
    padding: 10px;
  }

  header {
    height: 50px;
  }

  .links li {
    float: right;
    list-style-type: none;
    border-left: 1px solid #0E4175;
    height: 100%;
    line-height: 50px;
    padding: 0 10px;
  }

  .links a {
    font-size: 30px;
  }

  .logo {
    font-size: 30px;
    line-height: 30px;
  }

  .links {
    opacity: 1;
    display: block !important;
    top: 0;
    background: none;
    height: 100%;
    width: fit-content;
    right: 0;
  }

  .jumbo {
    margin-top: -55px;
  }

  .top-right {
    top: 50px;
  }

  .bottom-left-2 {
    bottom: 80px;
  }

  dt, dd {
    font-size: 35px;
  }

  dt {
    margin: 1px 5px 5px 20px;
  }

  dd {
    margin: 5px 5px 10px 40px;
  }

  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 45px;
  }

  #photos {
    grid-template-columns: repeat(3, 1fr);
  }

  .consent-content {
    max-width: 2400px;
    margin: 0 auto;
    font-size: 18px;
  }

  #more-info > p {
    margin: 20px;
  }

  #notice {
    width: 75%;
  }
}

@media only screen and (min-width: 1401px) {
  h1 {
    font-size: 160px;
  }

  .bottom-left-2 {
    bottom: 325px;
  }
}