html,
body {
    font-family: 'Merriweather', sans-serif !important;
    background-color: #F4F7F6;
    height: 100%;
}
#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 72px;
}

/* must be same height as the footer */

#footer {
    position: relative;
    margin-top: -72px;
    /* negative value of footer height */
    height: 72px;
    clear: both;
}

/* navbar settings */
.bg-primary {
    background-color: #002B4D !important;
}

#logged_out {
    padding: 0 0.5em 0.6em;
}


#nav-heading {
    padding-left: 0.5em;
}
.container {
    padding-top: 2%;
    padding-left: 200px;
    padding-right: 200px;
    background-color: #F4F7F6;
}

.btn-toggle {
    width: 100%;
    height: 40px;
    background-color: #002B4D;
    color: #F4F7F6;
    margin-top: 10px;
}