@charset "utf-8";
body {
  background-color: #cccccc;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0px;
  font-size: 20px;
  padding: 0px;
  /*min-height: 800px;*/
}
.about {
  background-color: #fff;
  padding: 20px 20px 0px 70px;
}
.about p {
  font-size: 0.8em;
}
.photographers {
  background-color: #e9ecef;
  padding: 50px 20px 2px 0px;
  border-radius: 0px;
  min-height: 850px;
}
.photographers h5 {
  padding: 0px 15px 0px 20px;
}
.photographers ul li {
  list-style-type: none;
}
section {
  background-color: #ffffff86;
  color: #3d08fdf6;
  border: 3px solid #d6d2d2;
  margin: 10px 10px 10px 10p;
  padding: 20px 20px 5px 20px;
  border-width: 5px;
}
section p {
  column-count: 2;
  column-gap: 40px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: rgb(198, 198, 198);
  font-size: 0.8em;
}

/* Menu de navigation clasic */
.bg-light {
  background-color: #f6f6f6 !important;
}
nav {
  height: 50px;
}
.navbar-light .navbar-nav .nav-link {
  color: #4e4e4f;
  padding: 0px 0px 0px 0px;
  margin: 0px 30px;
  /* text-shadow: 3px 5px 8px rgba(73, 72, 72, 0.8); */
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #bab8b8;
}
.navbar-light .navbar-nav .nav-link.selected {
  color: #ffffff;
  border-bottom: 5px solid #ffffff;
}
.navbar-nav .dropdown-menu {
  background-color: #ffffffff !important;
  margin: 0px;
  padding: 5px 0px;
  border-radius: 0px;
}
.dropdown-item {
  color: #030303;
  padding: 0px 20px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  background-color: #f6f6f6 !important;
}
.dropdown-divider {
  margin: 5px 0px;
  border-top: 1px solid #999999;
}
.navbar-nav > li {
  border-bottom: 5px solid #f6f6f6;
}
.navbar-nav > li.selected {
  border-bottom: 4px solid #999999;
}
/* Menu de navigation hamburger */
.navbar-toggler {
  padding: 0rem 0.75rem;
}
.navbar-collapse {
  z-index: 1;
  background-color: #f6f6f6;
}

/* main */
main {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  min-height: 650px;
  /*background-color: #eeeeee;*/
}

.index-img {
  width: 100%;
  height: 100vh;
  /*background-image: url("image/Philharmonie_text_1.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.grid {
  padding: 0px 30px 0px 30px;
  background-color: #ffffff;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.grid-title {
  text-align: center;
  font-size: 20px;
  padding: 15px 0px 15px 0px;
  font-style: italic;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  opacity: 1;
  backface-visibility: hidden;
  padding: 0px 0px 30px 0px;
}

.gallery-item img:hover {
  transform: scale(1.15);
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.img-title {
  font-size: 0.7em;
  color: #000000;
  text-align: center;
  padding: 0px 0px 0px 0px;
  background-color: #e2e6e4;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  padding: 10px;
}

/* Contact */

.contact {
  font-size: 0.7em;
}
.contact-form {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: auto;
  padding: 2em;
  background: #f9f9f9;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 1em;
}

.form-group label {
  display: block;
  margin-bottom: 0.5em;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  padding: 0.5em 1em;
  background: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Footer */
footer {
  background-color: #f6f6f6;
  color: #222222;
  padding: 15px 15px 15px 15px;
}
footer div.footercontent {
  padding: 0px;
  font-size: 0.7em;
  color: #222222;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.lightbox img.lightbox-title .lightbox img.lightbox-img {
  max-height: 80%;
  border: solid #ffffff;
  border-width: 5px;
}
.lightbox .close {
  color: white;
  position: absolute;
  font-size: 35px;
  font-weight: bold;
}

.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  cursor: pointer;
  width: auto;
}
.lightbox .close {
  right: 20px;
  bottom: 50px;
  transform: none;
}
.lightbox .prev {
  left: 20px;
}
.lightbox .next {
  right: 20px;
}
.caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
}
@media (hover: none) {
  .image::before {
    opacity: 0.5;
  }
  .image-title {
    opacity: 1;
  }
}
