/* 
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in aeon.css, which should not be altered.
*/

@font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    src: url('fonts/Helvetica.ttf') format('truetype');
}

body,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.main-navbar,nav li a {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.h3, h3 {
    font-size: 1.5rem;
}

body,ul,p,.common-note,.logon-directions,.logout-message,#no-results-message {
    font-size: 14px;
}

.main-navbar {
    background-color: #555;
}

.btn-primary {
    background-color: #a40404;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    color: #a40404;
}

a {
    color: #035e8c;
}

.logo {
    width: 300px;
}

ul {
    color: #000000;
}