header {
    height: 10vh;
    background: rgba(6, 85, 101, 20%);
    font-family: Hauora Medium, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    transition: .8s;
}

#scrollBtn {
    background: rgba(6, 85, 101, 20%);
}

/*nav.absolute {*/
/*    background: rgba(6, 85, 101, 20%);*/
/*}*/
/*.bg-main {*/
/*    background: rgba(24,199,199,10%);*/
/*}*/

.font-default {
    font-family: Hauora,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    tab-size: 4;
    font-variation-settings: normal;
}

@font-face {
    font-family: Hauora Bold;
    font-weight: 100 900;
    font-display: block;
    font-style: normal;
    src: url("/assets/font/Hauora-Bold.ttf") format("ttf")
}

@font-face {
    font-family: Hauora Medium;
    font-weight: 100 900;
    font-display: block;
    font-style: normal;
    src: url("/assets/font/Hauora-Medium.ttf") format("ttf")
}

@font-face {
    font-family: Hauora;
    font-weight: 100 900;
    font-display: block;
    font-style: normal;
    src: url("/assets/font/Hauora-Regular.ttf") format("ttf")
}

@font-face {
    font-family: Hauora Light;
    font-weight: 100 900;
    font-display: block;
    font-style: normal;
    src: url("/assets/font/Hauora-Light.ttf") format("ttf")
}

/*h1 {*/
/*    font-family: Hauora Bold;*/
/*}*/

/*p {*/
/*    font-family: Hauora Light;*/
/*}*/

.active {
    color: #02233F;
}

/*h1, h2 {*/
/*    color: #02233F;*/
/*}*/

/*li a {*/
/*    color: #02233F;*/
/*}*/

/*@media (min-width: 200px)  {*/
/*    !* smartphones *!*/
/*    .bg-structures {*/
/*        background: url("../../assets/img/structures-mobile.png");*/
/*        background-size: cover;*/
/*    }*/
/*}*/

/*@media (min-width: 767px)  {*/
/*    !* tablets *!*/
/*    .bg-structures {*/
/*        background: url("../../assets/img/structures-tablet.png");*/
/*        background-size: cover;*/
/*    }*/
/*}*/

/*@media (min-width: 1026px)  {*/
/*    !* tablets *!*/
/*    .bg-structures {*/
/*        background: url("../../assets/img/structures-desktop.png");*/
/*        background-size: cover;*/
/*    }*/
/*}*/

/*@media (max-height: 670px) {*/
/*    .main {*/
/*        padding-top: 4rem!important;*/
/*    }*/
/*}*/
