body {
    font-family: 'Roboto', sans-serif;
}
a {
    color: #000;
}
a:hover {
    color: #000;
}
.header {
    display: flex;
    height: 50px;
}
.artist {
    margin-bottom: 20px;
}
p {
    font-size: 0.72rem;
    line-height: 0.85rem;
    margin-bottom: 0px;
}
h5 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 5px;

}
.border-left {
    border-left: 1px solid #e5e5e5;
}
.logo-wrap {
    display: inline-block;
    text-align: right;
    text-transform: uppercase;
    margin-left: -2px;
    line-height: 20px
}
.logo-name {
    font-size: 2.25rem;
    font-weight: 800;
    padding-left: 0px;
}
.logo-text {
    font-size: .90rem;
}
.header-links {
    text-transform: uppercase;
    font-size: .90rem;
    margin-left: 0px;
    margin-right: 0px;
}
.artist {
    margin-top: 20px;
}
.col-artist p {
    text-align: justify;
}
.col-links {
    padding: 0px
}
.col-artist, .col-logo, .col-software, .col-links {
    min-width: 460px;
}
.header {
        margin-top: 30px;
}
.img-fluid {
    min-width: 100%;
}

@media screen and (max-width:950px){
    .col-artist, .col-logo, .col-software, .col-links {
        min-width: 100%;
    }
    
    .col-links {
        margin-top: 10px;
    }
    .header {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:575px){
    .artist {
        margin-top: 50px;
    }
    h5 {
        padding-top: 10px;
    }
}


.thumb-overlay {
    font-size: 1.5rem;
    background-color:rgba(0, 0, 0, 0.4);
    padding-left: 40px;
    padding-bottom: 40px;
    height: 100%;
}
.thumb-title {
    width: 100%;
    line-height: 1.3rem;
    text-transform: uppercase;
    font-weight: 800;
}
.thumb-subtitle {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 400;
}

.imagebox {
    background: black;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.imagebox img {
    opacity: 1;
    transition: 0.2s opacity;
}

.imagebox .imagebox-desc {
    /* background-color: rgba(0, 0, 0, 0.6); */
    bottom: 0px;
    color: white;
    font-size: 1.2em;
    left: 0px;
    padding: 10px 15px 40px 40px;
    position: absolute;
    transition: 0.2s padding;
    text-align: left;
    width: 100%;
    visibility: hidden;
}

.imagebox:hover img {
    opacity: 0.2;
}


.imagebox:hover .imagebox-desc {
    /* hover effect */
    /* padding-bottom: 10%; */
    visibility: visible
}

/* .embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
} */

.fancybox-caption b {
    font-size: 1.5rem;    
}