@charset "UTF-8";
/* CSS Document */
.site_body h1 {
    font-family: 'Roboto Condensed', sans-serif;
}
.site_body h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #233145;
}
.site_body p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.08em;
    color: #000000;
}

.nav_top {background-color: #212121; color: #FFFFFF;}

.footer p {color: #ffffff;}
.navbar {
    background-image: none;
background-color: #212121!important; color: #FFFFFF!important;
    transition: 200ms linear;
    box-shadow: none;
}
.linkar {color: #000000; }
.linkar img {position: relative;
    object-fit: cover;
    width: 100%;
    height: 180px;
}
.card-title {color: #000000;}
.testimoni {background-color: #333; color: #ffffff; min-height: 300px;}
.testimoni p {color: #ffffff;}
.artist_toggle a {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-underline-offset: 5px;
    color: #1D242D;
}
.artist_content h1 {
    padding-top: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.color_change {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #D02225;
    z-index: 30;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.artist_bio_section {
    position: relative;
}
.artist_bio_section .color_change {
    width: 100%;
}
.art_border_top_and_bottom {
    border-top: 1px solid #000000;
    margin-top: 0px;
}
.artist_bio {
    background-color: #000000;
    color: #ffffff;
    padding: 50px;
}
.artist_bio h5 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.artist_bio p {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}
.art_block {
    padding: 30px;
}
.art_block h4 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
}
.song_list {
    padding: 30px;
    background-color: rgba(242, 244, 245, 0.7);
    margin-right: 100px;
    margin-left: 100px;
}
.navbar-brand {color: #ffffff!important;}
.btn-eceblue {
    background-color: #00ABC8;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    padding: 5px 12px;
    font-size: 16px;
    border: 1px solid #ffffff;
    text-decoration: none;
}#print-this {
    float: right;
    margin: 5px;
}
.clearfix {
    clear: both;
}
.scroll {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
}