﻿ .nav-pills li a {
        border-radius: 0px;
        margin-left: 15px;
        margin-right: 15px;
        background: #030365;
        color: white;
        font-family: Trench;
        font-size: 1.4em;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        border-radius: 0px;
        background: #EC730B;
        margin-left: 30px;
        margin-right: 0px;
        color: white;
    }

    .nav-pills > li > a:hover {
        background: #EC730B;
        color: white;
        margin-left: 0px;
        margin-right: 30px;
    }

    .tab-pane h2 {
        color: #030365;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 900;
        font-size: 2.2em;
    }

    p {
        text-align: justify;
    }