#main-content {
    background-color: #3d3632;
    height: auto !important;
}
@media all and (min-width: 750px) {
    #main-content {
        background-color: #383533;
    }
}
#main-content h1 {
    color: #f4b822;
    margin: 0;
    font-size: 25px;
    font-weight: 300;
    border-top: 1px solid #ccc;
    padding: 30px 0 15px;
    letter-spacing: 2px;
    text-align: center;
}
@media all and (min-width: 750px) {
    #main-content h1 {
        text-align: left;
        padding: 50px 2% 0;
        font-size: 35px;
        border-top: none;
    }
}
#main-content p {
    color: #fff;
    padding: 0 50px 0 6%;
    font-size: 14px;
    line-height: 20px;
}
#main-content p.quote-text {
    font-family: sans-serif;
    font-weight: bold;
}
#main-content .scroll-blk {
    padding-top: 20px;
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
@media all and (min-width: 750px) {
    #main-content .scroll-blk {
        display: flex;
        flex-wrap: wrap;
    }
    #main-content .scroll-blk > div {
        width: 50%;
        max-width: 530px;
    }
}
@media all and (min-width: 1100px) {
    #main-content .scroll-blk > div {
        width: 40%;
    }
}
#main-content .fade-blk {
    position: absolute;
    left: 0;
    right: 30px;
    height: 50px;
    background-image: linear-gradient(rgba(61,54,50,1),rgba(61,54,50,0.1));
}
@media all and (min-width: 750px) {
    #main-content .fade-blk {
        display: none;
    }
}
#main-content .bottom-shave {
    position: absolute;
    bottom: 0;
    max-height: 300px;
    width: 100%;
}
@media all and (min-width: 750px) {
    #main-content .bottom-shave {
        position: relative;
        max-height: none;
        width: 90%;
        top: -70px;
    }
}
@media all and (min-width: 1100px) {
    #main-content .bottom-shave {
        top: 50px;
    }
}
#main-content .bottom-shave .gradient-overlay {
    background-image: linear-gradient(rgba(61,54,50,1),rgba(0,0,0,0));
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
@media all and (min-width: 750px) {
    #main-content .bottom-shave .gradient-overlay {
        display: none;
    }
}
#main-content .bottom-shave .paul-sign {
    position: absolute;
    top: 10px;
    width: 33%;
    left: 50px;
    max-width: 185px;
}
@media all and (min-width: 750px) {
    #main-content .bottom-shave .paul-sign {
        display: none;
    }
}
#main-content .paul-sign-desktop {
    display: none;
}
@media all and (min-width: 750px) {
    #main-content .paul-sign-desktop {
        display: block;
        width: 20%;
        margin-left: auto;
        margin-right: 3%;
        margin-top: 30px;
        max-width: 225px;
    }
}
@media all and (min-width: 1100px) {
    #main-content .paul-sign-desktop {
        margin: 0 auto;
        align-self: flex-end;
    }
}

