@font-face {
    font-family: 'Aaaiight';
    src: url('/font/aaaiight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Graffiti font */
.graffiti { font-family: "Aaaiight", sans-serif; font-weight: normal; font-style: normal; }

/* Account for sticky header navigation */
body.has-nav { padding-top: 30px; }
body.has-nav section { padding-top: 41px; margin-top: -41px; }
body.has-nav .toggle { display: none; } 

/* Reset nested link elements to default color */
a > * { color: #333; }

/* Branding */
#branding { padding-top: 5px; text-align: center; color: #fff; border-bottom: 1px solid #999; background-image: url('/img/header-bg.jpg'); background-position: 80% 100%; text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000; -1px 1px 0 #000, 1px 1px 0 #000; }
#branding h1 { font-size: 65px; line-height: 55px; }
#branding h2 { font-size: 28px; line-height: 28px; }

/* Mobile devices */
@media all and (max-width: 767px) {
    body.has-nav section { padding-top: 0; margin-top: 0; }
    .nav-collapse { display: none; }
}
@media all and (max-width: 979px) {
    body.has-nav { padding-top: 0; }
    body.has-nav .toggle { display: block; } 
}
