/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

html {
  color: rgb(12, 13, 14);
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

/** START OF STYLES **/
main {
  max-width: 700px;
  margin: 0 auto;
  font-size: 10px;
  padding: 2rem 0;
}

main .logo {
  width: 20rem;
  margin: 0 auto;
  display: block;
}

.aboutus {
  h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  ul {
    li {
      font-size: 1.2rem;
    }
  }

  p {
    font-size: 1.2rem;
    margin: 1.6rem 0;
  }
}

@media (width <=700px) {
  main {
    text-align: start;
    margin: 0 0.7rem;
  }
}

ol.team {
  padding: 0;
  margin: 0;
  display: grid;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;

  li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;

    .headshot {
      display: block;
      margin: 0 auto;
      text-align: center;

      img {
        display: block;
        margin: 0 auto 1rem;
        max-width: 200px;
        border-radius: 50px;
      }
    }

    p {
      text-align: start;
    }
  }
}

a {
  color: #2b50aa;
}

a:visited {
  color: #2b50aa;
}

a:hover {
  text-decoration: none;
}
