@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");

:root
{
    --accent-color: DarkOrange
}

.header
{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

p
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

div
{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

td
{
    font-weight: 300;
}

tr:nth-child(2n+3)
{
    background-color: #f2f2f2;
}

ul
{
    list-style-type: none;
    padding: 0 0 0 3em;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

li
{
    padding-left: 0;
    text-indent: -3em;
}

li::before
{
    content: '\25B6';
    color: var(--accent-color);
    font-family: "Arial Black";
    padding: 1em;
}

.navitem.active
{
    border-bottom: 2px solid var(--accent-color);
    font-weight: 400;
}

.navitem
{
    display: inline-block;
    padding: 8px 12px;
    color: black;
    text-decoration: none;
}

.navitem:hover
{
    border-bottom: 2px solid var(--accent-color);
    color: black;
}

a
{
    color: black;
}

a:hover
{
    color: var(--accent-color);
}

.navitem a
{
    color: black;
}

.navbar
{
    text-align: center;
}

.content
{
    padding: 0 8%;
    margin: 0 auto;
    max-width: 800px;
}

.table-header td
{
    border-bottom: 2px solid var(--accent-color);
    font-weight: bold;
}
