body { 
    background-color: #e9e5e5; 
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif; 
}

.wrapper { 
    max-width: 900px; 
    text-align: center; 
    padding: 30px 30px 10px; 
    margin: 0 auto;
}

.wrapper img { 
    max-width: 100%; 
    height: auto; 
}
.wrapper .logo { 
    max-width: 450px; 
}
.wrapper .header { 
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
}
.wrapper .stamp { 
    width: 100px; 
    margin-top: 50px; 
    margin-bottom: 50px; 
}
/* .wrapper div { 
    padding: 30px 0; 
} */
.wrapper #soundcloud { 
    max-width: 900px; 
    margin: -20px auto 0; 
    padding: 0;
}

.wrapper p { 
    line-height: 1.5; 
}
.wrapper p.affil { 
    padding-top: 15px; 
}


/* PLAYER */
.player {
    background-color:#e9e5e5;
}


/* Slick Slider */

.testimonial-slider {
    /* border: 1px solid #000; */
    /* background-color: rgb(254, 225, 73, .3); */
    /* background-color: #FFFFE2; */
    padding: 0;
    margin-bottom: 30px;
    margin-top: -60px;

    .slick-arrow::before {
        color: grey;
    }
    .slick-track {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .testimonial {
        position: relative;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }
    .quote-top {
        transform: rotate(180deg);
        width: 30px;
    }
    .quote-bottom {
        align-self: flex-end;
        width: 20px;
    }
    .testimonial p {
    }
    .t-name {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .t-title {
        display: block;
        font-size: .75rem;
    }
}
