/*
 * This is the custom CSS for the chennaipy.org website.
 * The cp- prefix is used for classes defined over here.
 */

/*
 * Used to smoothen fonts out on the page. Refer to Issue #28 for more details
 */
*
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * Used in the front page, to display a icon grid, with information and links.
 */
.cp-grid-sect {
    text-align: center;
    padding: 1em;
}

/*
 * Used in the front page, to highlight an upcoming event.
 */
.cp-info-box {
    border-top: 3px solid #99f;
    border-bottom: 3px solid #99f;
    padding: 1em 1em;
}
