body {
  background-image: url("images/blomma.jpg");
}

p {
  font-size: 0.9rem;
}

h3 {
  font-family: sans-serif;
  color: #ccaa79;
  font-size: 1.2rem;
}

.container {
  background-color: #fff;
  max-width: 991px;
  height: 100%;
  margin-top: 3%;
  padding-top: 1%;
  border-radius: 20px;
}

#top {
  width: 100%;
  height: auto;
  margin-bottom: 2%;
}

#top img {
  max-width: 500%;
}

.col-md-9 {
  margin-top: 6%;
}

.btn {
  background-color: white;
  color: black;
  font-family: verdana;
  font-size: 1rem;
  border: 2px dashed #ccaa79;
  margin-left: 20px;
  margin-left: 20px;
}

.btn:hover {
  color: black;
  background-color: #ccaa79;
}

.active {
  color: black;
  background-color: #ccaa79;
}

a {
  color: black;
}

#center {
  width: 100%;
  height: auto;
  margin-bottom: 2%;
  border-top: 4px dashed #ccaa79;
  padding-top: 2%;
}

#centerga {
  width: 100%;
  height: 100vh;
  margin-bottom: 2%;
  overflow-y: scroll;
}

#bottom {
  padding-top: 1%;
  width: 100%;
  height: auto;
  margin: auto;
  border-top: 4px dashed #ccaa79;
}

#bottom p {
  color: #808080;
  font-size: 0.8rem;
}

#bottom a {
  color: #ccaa79;
  font-size: 0.8rem;
}

img {
  max-width: 100%;
  height: auto;
}

.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 1%;
}

.gallery img {
  max-width: 100%;
  max-height: auto;
  transition: 500ms;
  margin-bottom: 10px;
  opacity: 0.8;
  cursor: pointer;
  page-break-inside: avoid;
  /* For Firefox. */
  -webkit-column-break-inside: avoid;
  /* For Chrome & friends. */
  break-inside: avoid;
  /* For standard browsers like IE. :-) */
}

.gallery img:hover {
  opacity: 1;
}

/* .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: center;
} */
.modal-img, .model-vid {
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  display: table;
}

.modal-body {
  padding: 0px;
}

.modal-dialog {
  max-height: 100%;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  border: none;
}

@media screen and (max-width: 767px) {
  .gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .gallery div {
    margin: 0;
    width: 200px;
  }

  .modal-dialog {
    margin: 0 5vw;
  }
}
@media screen and (max-width: 479px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .gallery div {
    margin: 0;
    width: 20vw;
  }
}

/*# sourceMappingURL=main.css.map */
