﻿/* =========================================
   PAGE FOUNDATION
========================================= */

body {
    background: #f7f7f9;
}

/* =========================================
   HEADER
========================================= */

.about-header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.about-title {
    font-size: 18px;
    font-weight: 600;
}

/* =========================================
   MAIN CONTAINER
========================================= */

.about-container {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* =========================================
   CONTENT CARD
========================================= */

.about-content {
    max-width: 900px;
    margin: auto;
}

.about-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.about-body {
    padding: 30px;
}

/* =========================================
   TYPOGRAPHY
========================================= */

.about-body {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}

    /* headings */

    .about-body h1,
    .about-body h2,
    .about-body h3 {
        margin-top: 22px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    /* paragraph */

    .about-body p {
        margin-bottom: 16px;
    }

    /* lists */

    .about-body ul {
        padding-right: 20px;
        margin-bottom: 16px;
    }

    .about-body li {
        margin-bottom: 6px;
    }

/* =========================================
   EMPTY STATE
========================================= */

.about-empty {
    padding: 60px 20px;
    color: #888;
    font-size: 14px;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:768px) {

    .about-container {
        padding-top: 30px;
    }

    .about-body {
        padding: 22px;
        font-size: 14px;
    }

    .about-content {
        max-width: 100%;
    }
}
