body {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    color: #002f2f;
}

a {
    color: #CC6600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.navbar {
    font-size: 13px;
    background-color: rgba(204, 102, 0, 0.1);
    border-color: rgb(211, 211, 211);
    min-height: 35px;
    margin-bottom: 5px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar > div.navbar-collapse {
        display: flex !important;
        justify-content: center;
    }
    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #CC6600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    color: white;
    background-color: #da862f;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a {
    color: #CC6600;
}

#header {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 5px;
}
#header > img {
    max-width: 100%;
    height: auto;
}

#main-container {
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border: 1px solid lightgray;
    padding: 2rem;
    border-radius: 4px;
    font-size : 12px;
}

.content > h1:first-child,
.content > h2:first-child,
.content > h3:first-child
{
    margin-top: 0;
}

#footer {
    padding: 15px 20px;
    margin: 1rem 0;
    background: white;
    border: 1px solid lightgray;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}