* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header__root {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    display: flex;
    z-index: 15;
    position: sticky;
    align-items: center;
}

.header__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px;
}

.header__left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__logo-title {

}

.header__logo-slogan {

}

.header__right {

}

.navbar__elem {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    color: #333;
    font-family: "Fjalla One";
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none;
    float: none;
}


.main {

}

.main__wrapper {

}

.container {

}

.footer {

}