.header {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80px;
    color: white;
    position: fixed;
    background-color: transparent;
    box-shadow: none;
}

.header:hover {
    background-color: #026bbc;
}

.headerDark {
    background-color: #026bbc !important;
}

.header li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.header .selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.header li a {
    width: 100%;
    height: 80px;
    color: white;
    text-decoration: none;
    display: inline-block;
    line-height: 80px;
    padding: 0 10px;
}

.navbar-brand {
    width: auto;
    height: 60px;
}

.headerTel {
    font-size: 20px;
    text-align: right;
    padding-right: 10px;
    cursor: pointer;
}

.navbar-toggler {
    margin-right: 10px;
}

@media screen and (max-width: 650px) {
    .header ul {
        background-color: #026bbc;
    }
}