/* ============================================
   PRESENT.CSS - Visual Presentation Only
   ============================================ */

.faq_question {
    color: #CE3531;
    font-weight: bold;
}

.faq_answer {
    color: #4A52AE;
    font-weight: bold;
}

h1, h2, h3 {
    font-size: 1.1em;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a:link {
    color: #0E12BE;
    text-decoration: underline;
}

a:hover {
    color: #BB6A11;
    text-decoration: none;
}

a:visited {
    color: #BB6A11;
    text-decoration: underline;
}

/* ============================================
   MOBILE PRESENTATION
   ============================================ */

@media screen and (max-width: 768px) {
    body {
        font-size: 90%;
    }
    
    #page {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 96%;
    }
}