@font-face 
{
    font-family: University;
    src: url("../fonts/University-Roman.ttf");
    font-weight: normal;
}

html
{
    scroll-behavior: smooth;
    font-family: Arial, Arial, Helvetica, sans-serif;
}

body
{
    background-color: lightgray;
}

h2 {
    font-family: University;
    text-align: center;
    font-size: 8vw;
    font-weight: bold;
}

@media screen and (min-width: 500px) {
    h2 {
       font-size: 40px;
    }
}


h3 {
    text-align: left;
    font-size: 16px; 
    font-weight: bold;
    padding-top: 1em;
}

@media screen and (min-width: 533px) {
    h3 {
        font-size: 3vw;
    }
}

@media screen and (min-width: 800px) {
    h3 {
       font-size: 24px;
    }
}

#navigation, #navbarContent
{
    padding: 0;
    height: 44px;
}

@media screen and (max-width: 991.98px) {
    .social-block {
       gap: 16px;
    }
}

.navbar-nav
{
    padding-left: 7px;
}

.uhr-item
{
    height: 100%;
}

/* .uhr-item :hover, .nav-link.active
{
    /*background-color: #202020;
} */

.uhr-title-image
{
    width: 100%;
    height: calc(100vh - 44px);
    height: calc(var(--vh, 1vh) * 100 - 44px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 66% 33%;
}

.uhr-logo-image
{
    position: absolute;
    left: 50px;
    bottom: calc(50px + 56px);
    max-width: 400px;
    width: calc(100% - 2 * 50px);
    z-index: 10;
}

.uhr-navigation-fixed
{
    top: 0;
    z-index: 1;
    position: fixed;
    width: 100%;
}

.uhr-centered
{
    text-align: center;
}

.uhr-anchor
{
    margin-top: -50px;
    padding-top: 50px;
}

.uhr-first-anchor
{
    margin-top: -44px;
    padding-top: 44px;
}

.uhr-navbar-bg
{
    background-color: black;
}

.navbar-nav {
    background-color: black;
}

.uhr-brand {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center
}

.uhr-footer {
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    height: 8vh;
    min-width: 300px;
    font-size: 2.5vw;
}

@media screen and (min-width: 640px) {
    .uhr-footer {
       font-size: 16pt;
    }
}

.uhr-branded-font {
    font-family: University;
}


.tooltip-inner {
    max-width: 75vw;
}