header {
    margin-top: 100px;
}

#API2026Header {
    padding: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#APILogoLogotip {
    margin-top: -45px;
    margin-left: -2px;
    display: flex;
    align-items: center;
}

#APILogoLogotip > div {
    width: 35px;
    border-top: 2px dotted var(--colorBranchColor);
}

#MenuTribarHeader:hover {
    opacity: 1;
}

#EyebrowTitle {
    font-family: "Cascadia Mono", monospace;
    font-weight: 300;
    /* Regular */
    font-size: 20px;
    color: var(--colorBranchColor);
    margin-left: 50px;
}

#HeroTitle {
    font-family: "Newsreader", serif;
    font-size: 60px;
    font-weight: normal;
    color: black;
    line-height: 120%;
    margin-top: 20px !important;
    margin-left: 50px;
    padding-bottom: 10px;
}

#NazadNaPocetnu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: "Cascadia Mono", monospace;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--colorBranchColor);
    text-decoration: none;
    white-space: nowrap;
    padding-bottom: 2px;
    cursor: pointer;
    transition:
        color 0.3s,
        border-color 0.3s;
}

#NazadNaPocetnu span {
    border-bottom: 2px dotted var(--colorBranchColor);
}

#NazadNaPocetnu:hover span {
    color: var(--colorBlueRegular);
    border-color: var(--colorBlueRegular);
}

@media screen and (max-width: 1023px) {
    header {
        margin-top: 60px;
    }

    #API2026Header {
        padding-right: 20px !important;
    }

    #APILogoLogotip {
        margin-top: -44px;
        margin-left: -1px;
    }

    #APILogoLogotip img {
        width: 190px;
    }

    #MenuTribarHeader {
        margin-top: -39px;
    }

    #EyebrowTitle {
        margin-top: 20px;
    }

    #HeroTitle {
        font-size: 40px;
        padding-bottom: 20px;
    }

    #EyebrowTitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    #API2026Header {
        padding-right: 10px !important;
    }

    #NazadNaPocetnu {
        font-size: 10px;
    }

    #NazadNaPocetnu img {
        margin-top: -25px;
        width: 25px;
        height: 27px;
    }
}
