@font-face {
  font-family: "Sentinel";
  src: url("../fonts/Sentinel/Sentinel-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.container {
  width: 100%;
  height: 100vh;
  display: grid;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Sentinel";
  src: url("../fonts/Sentinel/Sentinel-Light.otf") format("opentype");
}

#gallery-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#photo-container {
  position: relative;
}

#current-photo {
  max-width: 100%;
  /* height: 400px; */
  display: block;
  margin: 0 auto;
}

#navigation {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 20px; */
  box-sizing: border-box;
}

#navigation button {
  border: none;
  border-radius: 50%;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
  background-color: transparent;
}

#navigation #previous-btn {
  margin-right: 80px;
}

#navigation #next-btn {
  margin-right: 20px;
  top: 50%;
}

#album-info-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
}

#album-info-container h2 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
}

#album-info-container p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
}
header {
  background-color: white;
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
}

.logo-img {
  height: 70px;
}

#navigation-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigation {
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Sentinel";
  src: url("../fonts/Sentinel/Sentinel-Light.otf") format("opentype");
}

/* Footer Styles */
footer {
  width: 100%;
  height: 50px;
  margin-top: -50px;
  background-color: transparent;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.social-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-icons a {
  margin-left: 20px;
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

.social-icons a:hover {
  filter: invert(14%) sepia(98%) saturate(5898%) hue-rotate(329deg)
    brightness(98%) contrast(106%);
}

.social-icons img {
  width: 25px;
  height: 25px;
}

.news-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-elements {
  display: flex;
  align-items: center;
}

.email-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 20px;
  transition: border-bottom 0.3s ease;
}

.email-input:focus {
  outline: none;
  border: none;
  border-bottom: 2px solid #ff0066;
}

.news-icons p {
  color: #333;
  border-bottom: solid;
  margin-left: 10px;
  margin-top: 10px;
}

.subscribe-btn {
  margin-left: 20px;
  padding: 8px 16px;
  background-color: white;
  color: black;
  border-radius: 1px;
  cursor: pointer;
  margin-bottom: 20px;
}

.subscribe-btn:hover {
  background-color: white;
  border-color: #ff0066;
  color: #ff0066;
}

.news-icons a {
  margin-left: 20px;
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

.news-icons a:hover {
  filter: invert(14%) sepia(98%) saturate(5898%) hue-rotate(329deg)
    brightness(98%) contrast(106%);
}

.news-icons img {
  width: 25px;
  height: 25px;
}

.social-icon {
  margin: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.social-icon:hover img {
  filter: brightness(1.5);
}

.caption {
  margin-left: 5px;
  font-size: 14px;
  color: #ff0066;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: bold;
  text-decoration: underline;
}

.social-icon:hover .caption {
  opacity: 1;
}

#album-info-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
}

#album-info-container h2 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
}

#album-info-container p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
}

@media screen and (max-width: 768px) {
  #album-info-container p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #555;
  }

  #navigation {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }

  .navigation {
    background: none;
    font-size: 8px;
    border: none;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
    font-family: "Sentinel";
    src: url("../fonts/Sentinel/Sentinel-Light.otf") format("opentype");
  }

  #navigation-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  header {
    background-color: white;
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #album-info-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
  }

  #gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer {
    bottom: 0;
    position: relative;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #album-info-container p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #555;
  }
  #navigation {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .navigation {
    background: none;
    font-size: 8px;
    border: none;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
    font-family: "Sentinel";
    src: url("../fonts/Sentinel/Sentinel-Light.otf") format("opentype");
  }

  #navigation-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header {
    background-color: white;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    display: flex;
    justify-content: flex-end;
    width: 50px;
    height: 80px;
    cursor: pointer;
  }
  .logo-img {
    height: 50px;
    cursor: pointer;
  }

  #album-info-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
  }
  #gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer {
    bottom: 0;
    position: relative;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-align: center;
  }

  .social-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .social-icons a {
    /* margin-left: 10px; */
    margin-left: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    text-decoration: none;
  }

  .social-icons img {
    width: 25px;
    height: 25px;
    transition: filter 0.3s;
  }

  .social-icons a:hover img {
    filter: brightness(1.5);
  }

  .news-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .left-elements {
    display: flex;
    align-items: center;
  }

  .email-input {
    /* margin-left: 0;
    margin-bottom: 10px; */
    border: none;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    transition: border-bottom 0.3s ease;
  }

  .email-input:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid #ff0066;
  }

  .news-icons p {
    color: #333;
    border-bottom: solid;
    margin-left: 10px;
    margin-top: 10px;
  }

  .subscribe-btn {
    /* margin-left: 0; */
    margin-left: 20px;
    padding: 8px 16px;
    background-color: white;
    color: black;
    border-radius: 1px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .subscribe-btn:active {
    background-color: white;
    border-color: #ff0066;
    color: #ff0066;
  }

  .news-icons a {
    margin-left: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    text-decoration: none;
  }

  .news-icons img {
    width: 25px;
    height: 25px;
  }

  .social-icon {
    margin: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .social-icon:hover img {
    filter: brightness(1.5);
  }

  .caption {
    margin-left: 5px;
    font-size: 14px;
    color: #ff0066;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: bold;
    text-decoration: underline;
  }

  .social-icon:hover .caption {
    opacity: 1;
  }
}
