.ticker {
    background: #3d71a9;
}
img.logo {
    display: inherit;
}

html {
    font-family: 'Nunito', sans-serif;
}
.btn.btn-primary {
    background: #3d71a9;
    color:white;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #127c9e;
    color: white;
}
.btn.btn-secondary {
    background: #000000;
    color: white;
}
.well.error {
    background: #d00906;
    color: white;
}
.well.info {
    background: #a1b2c1;
    color: white;
}
.well.success {
    background: #06d057;
    color: white;
}
.well.warning {
    background: #de9302;
    color: white;
}
html, body {
    background: #e8f1f9;
    color: #231f1f;
}

main {
    background-color: #e8f1f9;
}
h1 {
    color: #3d71a9;
}

footer {
    background: #231f1f;
}

a {color: #3d71a9;}

section.menu-account .menu-list > .menu-item > .menu-link.active {
    border-color: #3d71a9;
}

section.menu-account .menu-list > .menu-item > .menu-link:hover, section.menu-account .menu-list > .menu-item > .menu-link:focus {
    background: none;
    border-color: #3d71a9;
    color: #3d71a9;
}
.btn-wrapper-categories:hover .btn.btn-primary {
    background: #127c9e;
}
.w-exercise {
    background: #eff1f3;
    color: black;
}