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

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

body {
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-family: jost, sans-serif;
  font-size: 3em;
}

h2 {
  font-weight: bold;
  font-family: jost, sans-serif;
  font-size: 2em;
}

.content p {
  font-family: jost, sans-serif;
  font-size: 1.15em;
}

.content {
  margin-top: 35vh;
}

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

.iframe-container {
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100%;
  padding-bottom: 20vh;
}

iframe {
  width: 100%;
}

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


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

  h1 {
    font-size: 2em;
  }

  .boardsection p {
    font-size: 1em;
  }

  .leadershipsection {
    background-color: #2b4257;
    color: white;
    border: 7px solid #2b4257;
    border-radius: 10px;
    padding: 1%;
    margin: 2vh;
    font-family: "jost";
    text-align: center;
  }

  .leadercontainer {
    display: block;
    align-items: center;
    text-align: center;
  }

  h2 {
    padding-left: 4vh;
    margin-right: 5vh;
    font-size: 1.5em;
  }

  .profile-image {
    border-radius: 17vh;
    width: 25vh;
  }

  .profile-image-ceo {
    border-radius: 17vh;
    margin-right: 5vh;
    width: 25vh;
  }

  .ceo_name {
    text-align: center;
  }

  .boardsection {
    background-color: #88a9c3;
    color: white;
    border: 7px solid #88a9c3;
    border-radius: 10px;
    padding: 1%;
    margin: 2vh;
    font-family: "jost";
  }

  .boardmembercontainer {
    display: block;
    align-items: center;
    text-align: center;

    img {
      border-radius: 100px;
      margin-right: 5vh;
    }

    h2 {
      margin-right: 5vh;
      font-size: 1.5em;
    }
  }

  #advisors {
    h1 {
      color: grey;
    }

    h2 {
      text-align: center;
      color: grey;
      font-size: 1.5em;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    text-align: center;

    background-color: #e3ebf2;
    margin: 2vh;
    border-radius: 10px;
  }

  #instructors {
    h1 {
      color: grey;
    }

    h2 {
      text-align: center;
      color: grey;
      font-size: 150%;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    text-align: center;

    background-color: #e3ebf2;
    margin: 10vh;
    border-radius: 10px;

    p {
      font-size: 90%;
      color: grey;
    }

    .instructorscontainer {
      .i_row {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10vh;

        .instructor {
          img {
            width: 50%;
            border-radius: 100px;
          }
          width: 15%;
        }
      }
  }
  }

  .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%;
  }
}