@charset "UTF-8";

/* Pink */
html {
    background: #c69;
}
a, .header h3, .main .section h3, .main .section h4, .main .section h5, .main .section h6, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: rgba(255,255,255,0.42);
}
html, .header h2, .main .section h1, .main .section h2, a:hover {
    color: #fff;
}
