.header-toolbar {
    min-height: 30px;
    background-color: #305379;
    color: #fff;
    line-height: 30px;
    font-size: 0.9rem;
}

.header-nav .nav-item {
    font-size: 20px;
    color: #305379;
    font-weight: 500;
    line-height: 4rem;
    padding: 0 0.5rem;
}

.header-nav .nav-item:hover {
    background-color: #305379;
    color: #fff;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

body a {
    color: #305379;
}

h1 {
    font-family: "Maven Pro", Arial, Helvetica, sans-serif;
    color: #ee0957;
    font-size: 3rem;
}

h2, .h2-style {
    font-family: "Maven Pro", Arial, Helvetica, sans-serif;
    color: #305379;
    font-size: 2.4rem;
}

h3, .h3-style {
    font-family: "Maven Pro", Arial, Helvetica, sans-serif;
    color: #305379;
    font-size: 2.0rem;
}

h4, .h4-style {
    font-size:1.2rem;
}

.footer-container {
    background-color: #305379;
    color: #fff;
}

.footer-container a{
    color: #fff;
}