/* slideshow-stylesheet */
/*
/* carousel */
.carousel {
  margin-top: 3rem;
  padding-top: 1rem;
}

/* image settings/styles */
.d-block {
  object-fit: cover;
  height: 100vh;
}

/* title settings */
#section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding: 1rem;
    font-size: 2rem;
    text-decoration: none;
    font-family: "Archivo Black", sans-serif;
    color: white;
    text-align: center;
}

/* links to social accounts */
.social-media-links-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    margin-top: 60px;
    margin-bottom: 60px;
}

.social-media-links {
    display: flex;
    position: absolute;
    gap: 40px;
    padding: 42px 32px;
    font-size: 20px;
}

/* media quieries - Mobile */
@media screen and (max-width: 541px) {
  .image-size-slideshow-mobile {
    height: 100vh !important;
    /* object-fit: cover; */
  }

  .obj-pos-002 {
    object-position: right;
  }
}

@media screen and (max-width: 1025px) {
  .obj-pos-002 {
    object-position: right;
  }
}

@media screen and (max-height: 500px) {
  .image-size-slideshow-mobile {
    height: 100vh !important;
    /* object-fit: cover; */
  }
}
