.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-header,
.site-footer {
  background-color: silver;
  color: black;
  padding: 2rem;
}

.site-header {
  text-align: center;
}

.site-header__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.site-header__title a {
  text-decoration: none;
}

.site-header__subtitle {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0.75rem;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.site-footer a {
  color: black;
}

.site-footer a:not(:last-of-type) {
  margin-right: 1rem;
}

@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}

body {
  font-family: "system";
  font-size: 110%;
}

a {
  color: inherit;
}

a:hover, a:focus {
  color: darkred;
}

body {
  margin: 0;
}

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

.logos {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 100%;
}

.logo {
  max-width: 20rem;
  width: 100%;
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo:hover .logo__image-wrapper, .logo:focus-within .logo__image-wrapper {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-radius: 0;
}

.logo__image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo__image-wrapper {
  cursor: pointer;
  -webkit-box-shadow: 0.0625em 0.1875em 0.5em black;
          box-shadow: 0.0625em 0.1875em 0.5em black;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  overflow: hidden;
  padding: 1.5rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.logo h2 {
  text-align: center;
}

.logo a {
  text-decoration: none;
}

.logo a span {
  display: block;
  font-size: 0.8em;
}
/*# sourceMappingURL=style.css.map */