@import url("main.inc.css");

/* Styles specific for about.inc.php */

/*
This stylesheet handles styles specific for about.inc.php.
It is included by index.php.


***************************
** Begin Default Styling **
*/

#about .bullet-list li {
    margin-top: 96px;
}

#about .content-left .content-container > div:first-child, #about .content-right .content-container > div:last-child {
    margin-bottom: 48px;
}

#about em {
    display: block;
}

#about .content > div:last-child p + p {
    margin-top: 48px;
}
/*
** End Default Styling **
*************************
*/

@media screen and (min-width: 900px) {

    #about .list {
        margin-top: 24px;
    }

    #about .content > div:last-child p + p {
        margin-top: 96px;
    }

} /* End of 900px */