@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root {
--vp-font-family-default: 'Open Sans', sans-serif;/*Arial, Helvetica, sans-serif*/;
--vp-font-family-headline: 'Open Sans', sans-serif;/*Arial, Helvetica, sans-serif*/;
}
.portal__header__content__intro--heading {
    font-size: 50px !important;
}
.portal__header__content__intro--intro {
    font-size: 30px !important;
}
.portal__header {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.header__navigation {
    box-shadow: none!important;
}

.hc-header-background-color {
    border: 0px!important;
}

.footer {
	text-align: center;
}

footer.footer > div {
	display:block;
}

.footer__logo {
    display: none;
}

.renderLinks--link {
    font-family: var(--vp-font-family-headline);
}
.render-links--link a {
	font-size: 16px !important;
}

div.top-bar-left ul li:nth-of-type(2) a[href="./"] {
  display:none;
}

.portal__header__content__intro--heading {
    font-weight: bold;
}

.tile--compact {
    min-height:96px;
}

.article__content figure {
    display: inline-block;
}
figure.vp-image img {
	border:none !important;
}
figure.vp-image {
	margin-left: 0;
}
.article code {
    background-color: inherit !important;
}