﻿

/* Put your custom styles here
* Blue = 00135D, Lighter: 8F97B9
* Green 96D0B1
* Brown: C6B099
*/

#header-2 .main-nav .navbar-nav li.nav-item.home a
{
    color: #da0828;
}

#overviewSection
{
    background: #d4ddff;
}

#referenceSection
{
    background: #d4ffcf;
}

#storySection
{
    background: #ffc5d2;
}

.container-fluid>.row
{
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

table.g111-t-Header td {
    padding-right: 10px;
}