html, body
{
    height: 100%;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 16px;
}

strong, .navy
{
    color: navy;
}

#headlines strong
{
    color: white;
}

.container
{
    width: 1100px;
}

#wrapper, #content
{
    margin: 0;
    padding: 0;
}

.navbar-brand
{
    padding: 10px;
    height: 2em;
}

.navbar-header .row /* Entire Logo */
{
    margin-top: -0.3em;
}

.logo
{
    margin: 0.2em 0 0.9em 0;
    padding: 0;
}

.logo-text:hover
{
    color: navy;
}

.logo-text
{
    color: navy;
    font-size: 28px;
}

.logo-bigger
{
    font-size: 40px;
}

.sub-logo:hover, .logo-text:hover
{
    text-decoration: none;
}

.sub-logo:hover
{
    color: red;
}

.sub-logo
{
    margin-top: 0em;
    color: red;
    font-size: 19px;
}

.sub-logo .fa-circle
{
    font-size: 6px;
    vertical-align: 50%;
}

.french
{
    font-size: 16px;
}

.languages
{
    margin-top: 1em;
}

.navbar
{
    height: 100%;
    border: none;
    background-color: #ffffff;
    box-shadow: none;
    background-image: none;
    margin: 0;
}

.collapse ul
{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 17px;
}

.navbar-default .navbar-nav>li>a
{
    color: navy;
}



.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
    background: url(../img/menu-arrow.png) bottom center no-repeat;
    color: #cd0a0c;
    box-shadow: none;
    background-image: none;
}
.active
{
    background: url(../img/menu-arrow.png) bottom center no-repeat;
}

* {
    margin: 0;
}

#wrapper
{
    min-height: 100%;
    margin: 0 auto -3em; /* the bottom margin is the negative value of the footer's height */
}

.info
{
    margin-bottom: 2em;
}

.footer, .push
{
    height: 3em; /* .push must be the same height as .footer */
}

.footer
{
    background-color: #f1f1f1;
    line-height: 1em;
    color: navy;
    font-weight: bold;
    padding: 0.5em;
}

.footer p
{
    margin: 0;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
