.navbar {
    background: #4689CC;
}

.nav-link,
.navbar-brand {
    color: white;
}

.nav-link:active {
    color:rgb(252, 0, 0);
}

.nav-link:hover{
    color:lawngreen;
}

.nav-link {
    margin-right 1em !important;
}

.navbar-brand:hover {
    color:lawngreen !important;
}
/* FOOTER */
footer {
    background-color: #4689CC ;
    color:white;
}

a.one {
    color:white;    
}

a.one:link {
    text-decoration: none;
}
a.one:hover {
    color:lawngreen;
    text-decoration: underline;
}

/* CARD */

.card-header {
    background-color:#4689CC;
    color:white;
}


html, 
body {
    height: 100%;
}

body {
    color: #4689CC;
    background-color:aquamarine;
}

#page-content {
    flex: 1 0 auto;
  }

#home-footer {
    background-color: #4689CC;
    color: white;
}

.btn-primary {
    background: #4689CC;
}

#cb-cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; display: none; }

