@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Condensed&display=swap");

@media screen and (min-width: 801px) {
  p,
  main li {
    line-height: 1.7;
    font-size: 16px;
  }
  footer p {
    line-height: 2;
    font-size: 13px;
  }
  header img {
    width: 18em;
  }
  h1 {
    font-size: 3em;
  }
  main {
    overflow: hidden;
    padding-bottom: 6.5em;
  }

  .sv-img {
    width: 25%;
  }
}

@media screen and (max-width: 450px) {
  p,
  main li {
    line-height: 1.7;
    font-size: 14px;
  }
  footer p {
    line-height: 2;
    font-size: 11px;
  }
  header img {
    width: 12em;
  }
  h1 {
    font-size: 1.6em;
  }
  main {
    overflow: hidden;
    padding-bottom: 9em;
  }
  .sv-img {
    width: 100%;
  }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
  p,
  main li {
    line-height: 1.7;
    font-size: 16px;
  }
  footer p {
    line-height: 2;
    font-size: 13px;
  }
  header img {
    width: 16em;
  }
  h1 {
    font-size: 2.5em;
  }
  main {
    overflow: hidden;
    padding-bottom: 6.5em;
  }
  .sv-img {
    width: 40%;
  }
}

@media screen and (min-width: 451px) and (max-width: 600px) {
  p,
  main li {
    line-height: 1.7;
    font-size: 14px;
  }
  footer p {
    line-height: 2;
    font-size: 11px;
  }
  header img {
    width: 14em;
  }
  h1 {
    font-size: 2em;
  }
  main {
    overflow: hidden;
    padding-bottom: 8em;
  }
  .sv-img {
    width: 40%;
  }
}

body {
  position: relative;
  background-color: #f0f3f5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: rgba(6, 44, 71, 1);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 100vh;
}

header,
main {
  width: 80%;
  margin-left: 10%;
}

h1,
h2 {
  font-family: "Roboto Condensed", serif;
  font-weight: 300;
  /* color: #0E71B8; */
  margin-top: 1.3em;
}

h4 {
  color: #96c120;
  font-weight: 700;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

main a {
  opacity: 0.7;
}

main a:hover,
footer a:hover {
  color: #96c120;
}

.height-full {
  height: 100%;
}

main {
  overflow: hidden;
}

header {
  clear: both;
  display: table;
  padding-bottom: 2em;
  padding-top: 2em;
}

footer {
  position: absolute;
  width: 100%;
  min-height: 3.5em;
  background-color: rgba(6, 44, 71, 1);
  color: rgba(255, 255, 255, 0.9);
  bottom: 0;
}

footer div {
  background-color: rgba(6, 44, 71, 1);
  padding: 0 3em 0 3em;
  clear: both;
}

header img {
  float: left;
  display: inline-block;
  margin-left: 0px;
}

header ul li:hover,
header ul li.current {
  color: #96c120;
}

nav a:hover {
  text-decoration: none;
  color: inherit;
}

footer p {
  margin-top: 1em;
}

.card {
  margin-top: 1em;
}

.card p.name {
  font-weight: bold;
}
