body {
    overflow-x: hidden !important;
}

.section {
    background-size: cover;
}

.section * {
    color: inherit !important;
}

.slide {
    background-size: cover;
}

@media (min-width: 768px) {
    .form-label {
        text-align: right;
    }
}

form .row {
    margin-bottom: 5px;
}

input[type='text'] {
    width: 100%;
}

body {
    overflow-x: hidden;
}

.grid > .previous.isotope {
    color: #FFFFFF;
    cursor: auto;
}

/*
.previous.isotope:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  border-radius: 50%;
  transition: opacity 0.25s;
}
   
.previous.isotope:hover:after {
  opacity: 0;
}
   
.previous.isotope.exhibit:after {
  background: #3025A8;
}
*/
.previous.isotope .date {
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 100%;
    width: 100%;
    text-align: center;
    color: black;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.row.exhibits {
    margin-bottom: 50px;
}

.row.title.partnerships {
    border-top: 1px solid black;
    padding-top: 50px;
}

.grid > .exhibit > .title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    top: 15%;
    width: 65%;
    left: 15%;
    color: #FFFFFF;
}

.grid > .exhibit > .title {
    left: 15%;
    width: 70%;
    top: 15%;
    text-align: center;
}

.grid a.title {
    color: #FFFFFF;
}

.grid a.title:hover {
    color: #FFFFFF;
    text-decoration: none
}

.grid > .exhibit > .description {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    position: absolute;
    top: 40%;
    width: 70%;
    left: 15%;
    color: #FFFFFF;

}

/* ---- .exhibit ---- */
.grid > .exhibit {
    background-size: cover;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    border-radius: 50%;
    transform: translateZ(0);
}

.grid > .exhibit:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    border-radius: 50%;
    transition: 0.25s linear;
    background: #DE9E36;
}

.grid > .exhibit:hover:after {
    transform: translateX(-50%);
}

.grid > .exhibit .title, .grid > .exhibit .description {
    transition: 0.25s linear;
    z-index: 1;
}

.grid > .exhibit:hover .title, .grid > .exhibit:hover .description {
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .grid > .exhibit {
        width: 100%;
    }

    .grid > .exhibit.previous {
        width: 100%;
    }

    .grid > .exhibit.previous > .title {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid > .exhibit {
        width: 50%;
    }

    .grid > .exhibit.previous {
        width: 33%;
    }

    .grid > .exhibit.previous > .title {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid > .exhibit {
        width: 50%;
    }

    .grid > .exhibit.previous {
        width: 25%;
    }

    .grid > .exhibit.previous > .title {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .grid > .exhibit {
        width: 33%;
    }

    .grid > .exhibit.previous {
        width: 25%;
    }

    .grid > .exhibit.previous > .title {
        font-size: 20px;
    }
}

.title .sub {
    font-weight: normal;
    font-size: 30px;
}

.description {
    margin-top: 30px;
}

.reveal-button {

}

.coin-container-container {
    position: absolute;
    top: 25%;
    width: 100%;
}

.coin-container {
    transition: 0.5s linear;
    width: 50%;
}

.coin-container.left {
    transform: translateX(-50vw);
    position: absolute;
    left: 0;
}

.coin-container.right {
    transform: translateX(50vw);
    position: absolute;
    right: 0;
}

.coin-container.revealed {
    transform: none;
}

.record.big {
    width: 300px;
}

.record.medium {
    width: 200px;
}

.record.small {
    width: 120px;
}

.record.left {
    float: right;
}

.record.right {
    float: left;
}

.record .record-title {
    opacity: 1;
    background-color: #3025A8;
    color: #FFFFFF !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 3px 0px;
    border-radius: 12px;
    height: 25px;
    font-weight: 400;
    width: 75%;
    margin: auto;
    transform: translateX(12.5%);
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: opacity 0.25s linear;
}

.record:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.record {
    position: relative;
    padding: 10px;
    margin-top: 10px;
    border-radius: 50%;
    background-size: cover;
    background-clip: padding-box;
    cursor: pointer;
    transition: 0.5s linear;
    z-index: 500;
    clear: both;
}

.separator > * {
    width: 105vw !important;
    transform: translateX(-35vw) !important;
    padding-left: 33vw !important;
    padding-right: 33vw !important;
}

.section h1 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.section h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
}

.section h3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.section h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.section h5 {
    font-family: 'Source Sans Pro', sans-serif;
}

.section p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.section blockquote {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-style: italic;
}

.section blockquote:before {
    content: "\"";
}

.section blockquote:after {
    content: "\"";
}

.download-link {
    font-size: 12px;
}

.grid > .exhibit.previous {
    overflow: visible;
}

.grid > .exhibit.previous:hover:after {
    opacity: 0;
}

.grid > .exhibit.previous:hover .title, .grid > .exhibit.previous:hover .description {
    opacity: 0;
}

.section-exhibit-record {
    padding-top: 0 !important;
    height: auto !important;
}