*,
::before,
::after {
  box-sizing: border-box;
}

@font-face {
    font-family: 'Rasa';
     src: url(../assets/Rasa/Rasa-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'RedHat-Regular';
     src: url(../assets/Red_Hat_Display/RedHatDisplay-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'RedHat-Italic';
     src: url(../assets/Red_Hat_Display/RedHatDisplay-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: 'Fira';
  src: url(../assets/FiraSans-Regular.otf);
}

@media only screen and (max-width: 1189px) {
  #mainnav {
    display: none;
  }
}

@media only screen and (min-width: 1190px) {
  #sidenav {
    display: none;
  }
}

html {
  font-family: "Rasa";
}
/* LatoRegular -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" */

a {
  color: currentColor;
}

footer {
  /* border-top: 2px dotted; */
  padding-top: 2px;
  /* height: 32px; */
  font-size: 10pt;
}

/* #header-class {
} */

.header-bg {
  position: fixed;
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  /* transition: 0.4s; */
}

.mainnav {
    font-family: 'Rasa';
    margin-right: auto;
    margin-left: auto;
    /* max-width: 800px; */
}

.template-homepage-main {
  /* text-align: center; */
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  /* font-size: 1.2em; */
}

.gmth-logo {
  /* transition: 0.4s; */
}

.nav-toggle {
  transition: 0.4s;
}

.logo {
  height: 90px;
  width: 160px;
  /* transition: 0.4s; */
  margin: auto 20px auto 0px;
  text-align: right;
}

.skip-link {
  position: absolute;
  top: -30px;
}

.skip-link:focus-visible {
  top: 5px;
}

.bc-topline {
  margin: 0 0 0 0;
}

.sans {
  font-family: 'Fira';
}

.callout-danger {
  --bd-callout-color: var(--bs-danger-text-emphasis);
  --bd-callout-bg: var(--bs-danger-bg-subtle);
  --bd-callout-border: var(--bs-danger-border-subtle);
}

.callout {
  --bs-link-color-rgb: var(--bd-callout-link);
  --bs-code-color: var(--bd-callout-code-color);
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--bd-callout-color, inherit);
  background-color: var(--bd-callout-bg, var(--bs-gray-100));
  border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
}

.dropend:hover > .dropdown-menu {
  display: block;
  /* margin-top: 0.125em;
  margin-left: 0.125em; */
}

.dropend:hover > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
}

.responsive-object {
  position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lh-075 {
  line-height: 0.85 !important;
}

.caret-end {
  
}