html {
  margin: 0px!important;
}

body {
  overflow: initial;
  height: initial;
}
#publications {
	position: relative;
  overflow: inherit;
	width: 96%;
  max-width: 1100px;
  height: auto;
  min-height: 800px;
  margin: 0 auto;
  padding: 40px 2%;
}

h1, h2, h3, h4, h5 {
  padding: 0px;
  border: none;
  margin: 0px;
}

a:link, a:visited, a:active {
  color: inherit;
}

a.white {
  color: #fff;
}

.hover-red:focus, .hover-red:hover {
    color: #ff2f49;
}

.filter-buttons a {
  background: transparent;
  color: #8555ff;
}

.filter-buttons a.active {
  background: #8555ff;
  color: #fff;
}

.filter-buttons a:hover, .filter-buttons a:focus {
  opacity: .5;
}

.filter-buttons a.active:hover, .filter-buttons a.active:focus {
  opacity: 1;
}

.hover-volume-purple:focus, .hover-volume-purple:hover {
  color: #8555ff;
}
.hover-bg-volume-purple:hover, .hover-bg-volume-purple:focus {
  background: #8555ff;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pub-modal .modal-overlay {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pub-modal .modal-content {
  max-width: 32rem;
  height: 75%;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
} */

.purple {
  color: rgb(133, 85, 255);
}

.bg-volume-purple {
  background: rgb(133, 85, 255);
}

.bg-volume-purple-90 {
  background: rgba(133, 85, 255, 0.9);
}

.bg-volume-purple-80 {
  background: rgba(133, 85, 255, 0.8);
}


.fit-cover {
  object-fit: cover;
}

.fit-fill {
  object-fit: fill;
}

.fit-contain {
  object-fit: contain;
}

.fit-scale-down {
  object-fit: 'scale-down';
}

.pub-modal {
  display: none;
}

.pub-modal.is-open {
  display: block;
}
