﻿.dashboard-header {
    background: url(https://images.unsplash.com/photo-1490822180406-880c226c150b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=690&q=80);
}

    .dashboard-header::after {
        display: none;
    }

    .dashboard-header ~ .cont-inception {
        margin-top: -44px;
        background: rgba(0, 0, 0, 0.05);
    }

.page--about {
    background: #232323 no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: calc(100vh - 72px - 88px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 24px;
    position: relative;
}

    .page--about::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: radial-gradient(56.4% 265.41% at 50% 50%, rgba(255, 255, 255, 0.22) 0%, rgba(0, 0, 0, 0.66) 100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .page--about h1, .page--about h2 {
        font-family: "Raleway", sans-serif;
        font-weight: 800;
        color: #fff;
    }

    .page--about h1 {
        background: #232323 !important;
    }

    .page--about h2 {
        font-size: 26px;
        max-width: 800px;
    }

@media screen and (min-width:768px) {
    .page--about {
        padding: 48px;
    }

        .page--about h2 {
            font-size: 40px;
            max-width: 800px;
        }
}

@media screen and (min-width:1024px) {
    .page--about {
        padding: 88px;
    }

        .page--about h2 {
            font-size: 48px;
        }
}
