body {
  background-image: url("../images/other/our_mission_image.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
}

@font-face {
  font-family: "codeequityfont";
  src: url("../fonts/procrastinatingpixie.ttf");
}

@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-VariableFont_wght.ttf");
}

h1 {
  text-align: center;
  font-family: "jost";
  font-size: 60px;
  margin-left: 15vh;
  margin-right: 15vh;
  text-shadow: 2px 2px 5px #88a9c3;
  color: white;
}

p {
  font-family: "jost";
}

h3 {
  font-family: "jost";
  text-align: center;
  margin-left: 10vh;
  margin-right: 10vh;
  color: lightgrey;
  font-size: 1.5em
}

.ourmissionimage {
  border-radius: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.content {
  margin-top: 40vh;
  margin-bottom: 15vh;
}

::selection {
  color: white;
  background: #345e7d;
}

html {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .content {
    margin-top: 35vh;
    margin-bottom: 10vh;
  }

  h1 {
    text-align: center;
    font-family: "jost";
    font-size: 1.75em;
    margin-left: 15vh;
    margin-right: 15vh;
    text-shadow: 2px 2px 5px #88a9c3;
    color: white;
  }

  h3 {
    font-family: "jost";
    text-align: center;
    margin-left: 10vh;
    margin-right: 10vh;
    color: lightgrey;
    font-size: 1.15em
  }

  .headbar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #2b4257;
    height: 7em;
    text-align: center;
  }

  .nav a {
    font-size: 0.75em;
    font-family: "jost";
    text-decoration: none;
    color: white;
    display: inline;
    text-align: center;
  }

  .footer {
    background: #2b4257;
    font-family: "jost";
    text-align: center;
    width: 100%;
    overflow-x: hidden;
  }

  .footer .row {
    width: 100%;
    margin: 1% 0%;
    padding: 0.6% 0%;
    color: white;
    font-size: 0.6em;
  }

  .footer .row a {
    text-decoration: none;
    color: white;
    transition: 0.5s;
  }

  .footer .row a:hover {
    color: #fff;
  }

  .footer .row ul {
    width: 100%;
  }

  .footer .row ul li {
    display: inline-block;
    margin: 0px 30px;
  }

  .footer .row a i {
    font-size: 2em;
    margin: 0% 1%;
  }

  .footer .row ul li {
    display: block;
    margin: 10px 0px;
    text-align: left;
  }

  .footer .row a i {
    margin: 0% 3%;
  }
}