@import url("https://use.typekit.net/gfi6vii.css");

html, body {
    margin: 0;
    padding: 0;
    font-family: din-2014, sans-serif;
    font-size: 1rem;
    font-weight: 200;
}
#viewer {
    width: 100vw;
    height: 100vh;
    color: #fff;
}
.hide {
    display: none;
}
#photos {
    display: none;
}
.photo-gallery {
    padding: 20px;
}
.photo-gallery img {
    max-width: 400px;
}
.psv-panel {
    min-width: 400px;
    width: 100%;
}
.psv-panel-close-button {
    left: 0;
}
#viewer .caption-top,
#viewer .caption-bottom {
    padding-right: 2.5rem;
    text-align: right;
    position: relative;
}
#viewer .border,
#viewer .border {
    border-left: 1px solid #fff;
    width: 1rem;
    position: absolute;
    right: 0;
}
#viewer .plus-sign,
#viewer .plus-sign {
    position: absolute;
    right: 6px;
    width: 20px;
}
#viewer .caption-top .plus-sign{
    top: 0;
}
#viewer .caption-bottom .plus-sign {
    bottom: 0;
}

#viewer .caption-top .border {
    bottom: 0;
}
#viewer .caption-bottom .border {
    top: 0;
}
#viewer h2 {
    margin: 0;
    line-height: 1;
}
#viewer h3 {
    margin-top: 0;
    line-height: 1;
}
#viewer p {
    margin: 0;
}
.lightbox {
    background-color: rgba(0,0,0,0.8);  
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 1000;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;    
    padding: 0 3%;
    height: auto;
    z-index: 10;
}
.lightbox-content {
    box-shadow: 0 1px 6px rgba(0,0,0,0.7);  
} 
.lightbox-close {
    text-transform: uppercase;    
    background: transparent;
    position: absolute; 
    font-weight: 300;      
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}
.video-container {  
    padding-bottom: 56.25%;
    position: relative;  
    padding-top: 30px; 
    overflow: hidden;
    height: 0; 
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;  
    width: 100%;  
    left: 0;  
    top: 0;
}
.img-fluid{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.marker {
    cursor: pointer;
}
.marker-click-me {
    margin: 0 auto;
    background-color: rgb(199, 52, 66, 0.4);
    padding: 5px 10px;
    width: 60px;
    position: relative;
    top: 40%;
    border-radius: 15px;
}
.marker-click-me-2 {
    margin: 0 auto;
    background-color: rgb(199, 52, 66, 0.4);
    padding: 5px 10px;
    width: 20px;
    position: relative;
    top: 40%;
    border-radius: 15px;
}
.marker:hover .marker-click-me,
.marker:hover .marker-click-me-2 {
    background-color: rgb(199, 52, 66, 1);
}
.magnify-icon {
    height: 16px;
    position: relative;
    top: 2px;
    left: 2px;
}
#music_list{
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
}
