/* User Provided Stylesheet */

.footer {
  background: #013243;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;

  padding-left: 3.5rem;
  padding-right: 3.5rem;

  /* Outer content grid */
  & .outer-grid {
    /* spacer, project description, spacer, link columns, spacer */
    grid-template-columns: 3fr 4r 3fr;
    align-items: center;
    margin-bottom: 0rem;

    & li {
      list-style: none;
    }
  }

  @media (max-width: 640px) {
    & .outer-grid {
      grid-template-columns: 1fr;
      justify-items: start;
    }
  } 




  /* Heading colours */
  & a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: white;
  }

  & h1 {
    font-size: 1.25rem;
    font-weight: bold;
  }
}

.bio {
  border-left: 4px solid #336699;
  background-color: #f0f4f8;
  padding: 1em;
}

div.bio-flex img {
  flex-shrink: 0;
  margin-right: 1em;
  width: 100px !important;
}

.full-width {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width-right {
  position: relative;
  width: calc(100% + 320px); /* 320px é a largura estimada da secondary sidebar */
  max-width: none;
  margin-right: -320px;
}

@media (min-width: 1880px) {
  [class*="col-main"] {
    max-width: 1400px !important;
  }
}
