:root {
    --fixedheader: 70px;
}

html {
    scroll-behavior: smooth;
}

.navbar * {
    color: #ffffff;
    /* background-color: blue; */
}

.navbar {
    width: 100%;
    transition: background-color 0.5s;
}

.navbar-fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
}

.navbar-brand, .navbar-header, .navbar-mob-strip, .navbar-right{
    transition: height 0.5s, transform 0.5s;
}

.navbar-header {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
}

.navbar-mob-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: var(--fixedheader);
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: var(--fixedheader);
}

.navbar-brand .candoris-logo {
    width: 64px;
    height: auto;
    max-height: 68px;
    transition: all 0.4s;
}

.navbar a {
    text-decoration: none;
}

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

.navbar-right {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 70%;
    font-size: 20px !important;
    font-weight: bold;
    height: var(--fixedheader);
}

.navbar-right a {
    display: inline-block;
    padding: 15px;
    border-radius: 4px;
    transition: background-color 0.4s;
}

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

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

.hamburger {
    display: none;
}

.hidden {
    display: none;
}

.visual-hide {
    opacity: 0;
}

#candoris-text {
    transition: all 0.4s;
    font-size: 20px !important;
    font-weight: bold;
}

#candoris-header {
    color: #ffffff;
    padding: var(--fixedheader) 25px 100px;
    margin-bottom: 0px;
}

#candoris-header .container-80 {
    flex-direction: row;
}

#candoris-header h1 {
    margin: 0px 25px;
}

#header-logo {
    width: 200px;
    height: auto;
    max-height: 165px;
}
