:root {
    --colorGreenRegular: #c0ed9a;
    --colorBlueRegular: #00adff;
    --colorLightGray: #f1f1f1;
    --colorRegularGray: #a1a1a1;
    --colorDarkGray: #767676;
    --colorBranchColor: #6e6e6e;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: black;
    scroll-behavior: smooth;
    /* border-top: 12px solid var(--colorGreenRegular); */
}

h2.APISectionTitle {
    font-family: "Cascadia Mono", monospace;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

h3.APISectionSubtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0 !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

.APISectionBody p {
    line-height: 200%;
}

.APISectionBody p strong {
    font-weight: bold;
    /* color: var(--colorBlueRegular); */
}

.APISectionCallout {
    border-left: 4px solid var(--colorBlueRegular);
    padding: 10px;
    background-color: var(--colorLightGray);
}

#ToPageTop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px !important;
    background-image: url("../images/vrh-stranice.svg");
    background-size: cover;
    cursor: pointer;
    z-index: 300;
    padding: 3px;
    transform: translateY(55px);
    transition: 0.3s;
    opacity: 0.6;
    background-color: black;
}

#ToPageTop.PrikaziNaVrh {
    transform: translateY(0px);
}

#ToPageTop:hover {
    opacity: 1;
}

#DTScrollTribar {
    position: fixed;
    top: 10px;
    left: var(--headerTribarLeftPosition);
    width: 40px;
    height: 40px;
    background-color: black;
    background-image: url("../images/TribarWhite.svg");
    background-size: 100% 100%;
    opacity: 0.6;
    transition: all 0.3s;
    transform: translateY(-55px);
    cursor: pointer;
    z-index: 99;
}

/* #DTScrollTribar.Visible {
  transform: translateY(0px) !important;
  left: unset;    
  right: 10px;    
} */

#DTScrollTribar.Visible {
    transform: translateY(0px) !important;
    left: calc(100% - 50px);
}

#DTScrollTribar:hover {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    #MainMenu {
        min-width: 100%;
    }

    #DTScrollTribar {
        top: 5px;
    }

    #ToPageTop {
        right: 5px;
        bottom: 5px !important;
    }
}

.ConferenceSlogan {
    font-family: "Newsreader", serif;
    font-family: "Cascadia Mono", monospace;
    font-family: "Open Sans", sans-serif;
}
