.header__navigation--logo a img {
    max-height: 60px;
}
.header__navigation--heading {
	font-weight: bold;
  	text-decoration: none !important;
}
.space-overview__hero__header__content__intro--heading, .portal__header__content__intro--heading {
	font-weight: 600;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-corner {
    width: 7px;
}
::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-left: 1px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
    background: #a3a3a3;
}
::-webkit-scrollbar-thumb {
    background: #cccccc;
}
.space-overview__hero__header__content__intro--intro {
  color: white;
}
