/* Page background */
body,
body#body,
#body .wrapper {
    background-color: #009ED4;
}

/* Base text */
body,
body#body,
#body .wrapper,
body,
body p,
body li,
body span,
body div {
    font-family: "Helvetica", Arial, sans-serif;
    color: #494D5C;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.conference-title,
.event-title,
.event-header h1,
.event-header h2 {
    font-family: "Georgia", "Times New Roman", serif;
    color: #E73331;
}

/* Header bar (optional tweak so background shows nicely) */
#confheader,
.header-bar,
.event-header {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

/* Timetable text */
.timetable-body,
.timetable-body .session,
.timetable-body .slot,
.timetable-body .contribution,
.timetable-body .session-title,
.timetable-body .contribution-title {
    font-family: "Helvetica", Arial, sans-serif;
    color: #494D5C;
}

/* Timetable headings */
.timetable-body h1,
.timetable-body h2,
.timetable-body h3,
.timetable-body h4 {
    font-family: "Georgia", "Times New Roman", serif;
    color: #9BC11A;
}

/* Generic links in content */
a,
a:link,
a:visited {
    color: #9BC11A;
}

/* Buttons (optional – to match color scheme) */
button,
.btn,
.i-button {
    background-color: #9BC11A;
    border-color: #9BC11A;
    color: #ffffff;
}

button:hover,
.btn:hover,
.i-button:hover {
    background-color: #7ea10f;
    border-color: #7ea10f;
    color: #ffffff;
}