img {
    border-width: 5px;
    border-radius: 5px;
}

hr {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    width: 80%;
    color: var(--green-highlight-color);
    border-style: solid;
    border-width: 1px;
}

h2 {
    margin-bottom: 1rem;
    text-shadow: none;  
}

h2.available {
    text-shadow: none;
}

.mySlides, .mySlides2 {
    display: none;
}

/* Start Photo Slideshow */

.slideshow-container, .slideshow-container2 {
    aspect-ratio: 9/16;
    max-height: 85vh;
    position: relative;
    margin: auto;
}

.prev, .next, .prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev, .prev2 {
    left: 0;
}

.next, .next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Number text (1/3 etc) */
.numbertext, .numbertext2 {
  color: #f2f2f2;
  font-size: 0.7rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot, .dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover, .active2, .dot2:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* End Photo Slideshow */

div.bottom {
    margin-bottom: 2rem;
}

div.ul_container {
    display: inline-block;
}

ul.description {
    margin-top: 0;
    list-style-type: square;
    text-align: left;
    font-weight: 500;
}

#scrollbtn {
    z-index: 99;
    display: none;
    position: fixed;
    padding: 15px;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: "russo one";
    font-size: 1.25rem;
    color: white;
    background-color: var(--green-highlight-color);
    border-radius: 10px;
}

#scrollbtn:hover, #scrollbtn:active {
    background-color: var(--dark-nav-menu-color);
}

#scrollbtn:active {
    transform: scale(0.95);
}

@media screen and (max-width: 250px) {
    #scrollbtn {
        bottom: 2px;
        right: 10px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 217px) {
    h2.small, h2.large {
        font-size: 1.2rem;
    }
}
