:root {
    --bs-font-size-base: 14px;
    --iau-white: #f7f7f7;
    --iau-blue: #007acc;
    --iau-black: #1a1a1a;
}

html {
  min-width: 320px;
}


body {
    overflow-x: auto;
    background: var(--iau-white);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-family: Merriweather, Georgia, serif;
    font-size: 1.0rem;
    line-height: 1.75;
    color: var(--iau-balck);
}

h1 {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 2.5rem;
    line-height: 1.224;
    margin-bottom: 1.05em;
    font-weight: 700;
    clear: both;
    text-rendering: optimizeLegibility;
}
h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
h3 {
    font-size: 1.5rem;
    line-height: 1.9rem;
}
main {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    padding: 0 5px 40px 5px;
    .btn-primary {
      --bs-btn-bg: var(--iau-blue);
      --bs-border-color: var(--iau-blue);
      --bs-btn-hover-bg: var(--iau-blue);
      --bs-btn-active-bg: var(--iau-blue);
      --bs-btn-bg: var(--iau-blue);
}
}


header {
    padding: 1rem;
    margin-top: 5rem;
    background-image: url('/static/img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    .header-text {
      background: rgba(255, 255, 255, 0.25);
      display: inline-block;
      margin-top: 2rem;
      padding: 0rem 1rem;
    }

    .site-logo {
      width: 161px;
      height: 100px;
      background: transparent url("/static/img/iau-logo-white.png") no-repeat scroll 0px 50%;
    }
    .title {
      font-size: 2.0rem;
      font-weight: bold;
      font-family: Montserrat, "Helvetica Neue", sans-serif;
      color: var(--iau-white);
      line-height: 2.8rem;
      font-style: normal;
      padding-top: 0.2rem;
    }
    .subtitle {
      font-size: 1.3rem;
      color: var(--iau-white);
      line-height: 1.5rem;
      padding-top: 0.2;
      padding-bottom: 0.2rem;
    }
    a {
      color: var(--iau-white);
      text-decoration: none;

      &:hover,
      &:focus {
        color: var(--iau-blue);
    }
  }
}

footer {
    border-top: 2px solid black;
    --dq-footer-bottom-bg: white;
    --dq-footer-bottom-color: black;
    background: var(--iau-white);
    margin-right: -10px;
    margin-left: -10px;
    .bottom {
        font-family: "Vollkorn", "serif";
        min-height: 0;
        padding: 6px 20px;
    }
}

aside ul {
  margin-top: 6rem;
  li {
    line-height: 1.62;
  }
  a {
    color: var(--iau-blue);
    text-decoration: none;
    font-size: 1rem;

    &:hover,
    &:focus {
      color: var(--iau-blue);
  }
}

