h1 {
  margin-top: 20px;
}
* {
  box-sizing: border-box;
}
.img-magnifier-container {
  position: relative;
}
.exhibition-intro {
  max-width: 700px;
  background-color: #f3f3f0;
  margin: auto auto;
  padding: 40px;
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
.exhibitionlisting {
  width: 100%;
  clear: both;
  margin-top: 60px;
}
div.exhibitionlisting img {
  clear: both;
  width: 100%;
}
div.exhibitionlisting.odd img {
  float: right;
}
.exhibition-introtext {
  margin-top: 30px;
}
.exhibitionlisting.even img {
  margin-right: 50px;
}
.exhibitionlisting.odd img {
  margin-left: 70px;
}
.heroimage-container {
  height: 300px;
  max-width: 2000px;
  margin-bottom: 50px;
  background-size: cover;
}
.flama {
  font-family: Flama !important;
}
.flama-text {
  font-family: Flama-text;
}
ul.record-list {
  padding-left: 10px;
}
.listed-image {
  clear: both;
  width: 100%;
}
.colored-headline {
  padding: 10px;
  margin-top: 20px;
  color: #fff;
  width: fit-content;
}
#myfullscreendiv {
  border-bottom: 32px solid #c5af6b;
  background: #fffdfd;
  background: linear-gradient(180deg, #fffdfd 0%, #e1e4e4 100%);
}
#carouselExampleIndicators {
  height: 95vh;
  width: 100%;
}
.headline-CTA {
  color: #fff3cd;
}
.introtext {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}
.content {
  margin: 2em auto;
  max-width: 1080px;
  text-align: center;
}
.headline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 200%;
  color: #ffffff;
}
#main-container {
  padding-left: 24px;
  padding-top: 60px;
}
.totalDiv {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hidden {
  display: none;
}
.align-right {
  text-align: right;
}
.toprow {
  background-color: #000000;
  color: #FFF;
}
.toprow .naamlogo {
  margin-top: 3px;
  font-size: 130%;
}
.desktopMenu li {
  width: fit-content;
  display: inline-flex;
}
.desktopMenu li a {
  color: #fff;
}
.artitem-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid green;
}
.exhibition-header {
  margin-top: 40px;
  width: 100%;
  border-bottom: 2px solid grey;
  text-align: center;
}
.exhibition-header-text {
  display: block;
  width: fit-content;
  padding: 0 20px;
  color: gray;
  background-color: #fff;
  margin-bottom: -22px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200%;
}
@media (max-width: 576px) {
  div.exhibitionlisting.odd img, div.exhibitionlisting.even img, div.exhibitionlisting img {
    float: none;
    clear: both;
    border: 1px solid pink;
    width: 100%;
  }
}
@media (min-width: 576px) {
  #dropdownMenu {
    display: block;
  }
}
@media (min-width: 768px) {
  #dropdownMenu {
    display: block;
  }
}
@media (min-width: 992px) {
  #dropdownMenu {
    display: none;
  }
}
@media (min-width: 1200px) {
  #dropdownMenu {
    display: none;
  }
}
@media (min-width: 1400px) {
  #dropdownMenu {
    display: none;
  }
}
