body, html {
    font-family: 'Hubot Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

a {
    color: rgb(40, 97, 163);
    line-height: 1.4;
    text-decoration: none;
}
a:hover {
    color: rgb(81, 146, 219);
    text-decoration: underline;

}

a:visited {
    color: rgb(83, 59, 189);
}
.text {
	font-size: 14px;
	font-weight: 500;
}

.menu-bar {
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;

}

.navigator-table {
    position:absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #efefef;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.navigator-table td {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.flexSpacer {
    flex: 1;
}

.menu-bar a:hover {
    color: black;
}
.menu-bar a:active {
    color: black;
}
.menu-bar-logo {
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    user-select: none;
    pointer-events: none;
}

.menu-bar-logo-img {
    width: 32px;
    height: 32px;
}

.menu-bar-logo h1 {
    margin-left: 10px;
    font-size: 30px;
    font-variant: small-caps;
    font-stretch: semi-condensed;
    text-transform: uppercase;
    font-weight: 600 !important;
    user-select: none;
    pointer-events: none;
}

.menu-actions-outer {
    flex: 0 0 auto;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.15);
    padding: 0px;
    height: 50px;
    margin-left: 10px;
}

.menu-actions-outer a {
    color: black;
    margin: 0px;
    font-size: 16px;
}

a.menu-bar-link {
    color: black;
    margin: 0px;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 500;
}

#login-button {
    color: black;
    padding: 15px;
    padding-left: 35px;
    padding-right: 20px;
    font-weight: 600 !important;
    line-height: 1.0;
}

#sign-up-button {
    color: white !important;
    background-color: rgb(26,125,241);
    border-radius: 25px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 5px;
    margin-right: 2px;
    line-height: 1.0;
    font-weight: bold;
}

#back-to-main-button {
    color: black;
}

#back-to-home-link {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}

strong {
    font-weight: 600;
}
#header-docs-label {
    font-variant: small-caps;
    font-stretch: semi-condensed;
    text-transform: uppercase;
    margin-left: 10px;
    transform: translateY(1px);
    color: #217ceb;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    user-select: none;
    pointer-events: none;
}

li {
    margin-bottom: 5px;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
samp {    
    font-family: 'Hubot Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}
.show-md {
    display: none;
}


@media (max-width: 850px) {
    .menu-actions-outer a {
        font-size: 12px;
    }
    #login-button {
        padding-left: 25px;
        padding-right: 10px;
    }
    #sign-up-button {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 3px;
    }
    .hide-md {
        display: none;
    }
    .show-md {
        display: block;
    }
    .menu-actions-outer {
        /* height: 48px; */
        padding-top: 25px;
    }

    #header-docs-label {
        font-variant: unset;
        font-stretch: semi-condensed;
        text-transform: uppercase;
        margin-left: 10px;
        transform: translateY(1px);
        color: #217ceb;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 10px;
        user-select: none;
        pointer-events: none;
    }
}
@media (max-width: 750px) {
    .hide-sm {
        display: none;
    }
    #header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (max-width: 500px) {
    .hide-xs {
        display: none;
    }
}
