
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 5000;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, .9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  border: 0px;
  overflow: visible;
  max-width: 720px;
}

/* The Close Button */
.close {
  color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 10001;
}

.close:hover,
.close:focus {
  color: #cccccc;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  font-weight: bold;
  transition: 0.6s ease;
  user-select: none;  
  -webkit-user-select: none;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.5);

}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
}
.prev {
  left:0;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.7);
}


img.hover-shadow {
    transition: 0.3s
  }

  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5)
  }



  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    margin-top: 40px;
    padding: 10px;
    width: auto;
    border: 0px;
  }

  /* The Close Button */
  .close {
    color: #ffffff;
    top: 10px;
    right: 15px;
    position: absolute;
    font-size: 35px;
    font-weight: bold;
    width: 30px; 
    height: auto;
    text-align: center;
    border-radius: 3px;
    z-index: 7777;
  }


/* The Close Button */
.close {
  color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 10001;
}

.close:hover,
.close:focus {
  color: #cccccc;
  text-decoration: none;
  cursor: pointer;
}

}

@media (min-width: 720px){
  .next {
    margin-right: -40px;
  }
  .prev {
    margin-left: -40px;
  }
}

@media (max-width: 690px){

  .container {width: 280px;
  }

}



@media (max-width: 480px){
    
    #album-img {
      width: 100%; height: auto;
    }


}

hr {
	border-color: #cccccc;
}


#myNavbar li {
}