html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #2b3444;
    font-weight: 100;
    font-family: 'Lato';
}
.navbar {
    background-color: #7e858e;
}
.navbar-brand {
    color: #FFF !important;
}
.navbar-link {
    color: #FFF !important;
}
.navbar-link:hover {
    text-decoration: none;
    color: #2b3444 !important;
}
.text-primary {
    color: #482B7D !important;
}