.navbar * {
    color: #ffffff;
}

.navbar {
    width: 100%;
}

.navbar-header {
    width: 100%;
    background-color: #ffffff;
}

.navbar-mob-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3%;
    padding-left: 3%;
    width: 100%;
    height: 115px;
    background-color: rgba(244, 81, 30, 1) !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.navbar-brand img {
    width: 128px;
    max-height: 110px;
}

.navbar a {
    text-decoration: none;
}

.navbar-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.navbar-mob {
    display: none;
    width: 100%;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    background-color:  rgba(244, 81, 30, 0.9) !important;
}

.navbar-mob a {
    display: block;
    padding: 15px;
    border-bottom: 2px solid #ccc;
}

.navbar-mob a .active {
    background-color:#ffffff;
    color: #f4511e;
}

.navbar-mob a:hover{
    background-color: #ffffff;
    color: #f4511e;
}

button.hamburger {
    border: 0;
    background-color: transparent;
}

.hamburger {
    display: block;
    cursor: pointer;
    width: 36px;
    margin-top: auto;
    margin-bottom: auto;
}

.hamburger-bar {
    width: 36px;
    height: 6px;
    background-color: #ffffff;
    margin: 6px 0px;
    transition: 0.4s;
}

.change #bar1 {
    transform: rotate(45deg) translateY(17px);
}

.change #bar2 {
    opacity: 0;
}

.change #bar3 {
    transform: rotate(-45deg) translateY(-17px);
}

#candoris-text {
    font-size: 24px;
}


#candoris-header {
    color: #ffffff;
    padding: 40px 25px;
    margin-bottom: 0px;
}

#header-logo {
    display: none;
}
