#logo {
    width: 7em;
}

.btn-primary {
    background-color: #7f94e1;
    border-color: #7f94e1;
}

.btn-primary:hover{
    background-color: #6782e2;
    border-color: #6782e2; 
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #7f94e1; 
}

.form-control:focus{
    border-color: #7f94e1;
    box-shadow: 0 0 0 .25rem #7f94e1;
}

a {
    color: #7f94e1;
}

.bg-dark {
    background-color:  #798 !important;
}

.footer {
    background: none;
}

#text-frontpage{
    text-align: center;
}

li{
    text-align: left !important;
}

p.frontpage {
    margin-left: 7rem;
    margin-right: 7rem;
}

.carousel-item.active {
    max-height: 19rem;
}

.text-primary {
    color: #7f94e1 !important;
}