#photos {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 700px 700px 720px 720px 700px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  padding-bottom: 1vw;
  margin-left: 10%;
  margin-right: 10%;
}

.about_us_text {
  padding-left: 1vw;
  padding-right: 1vw;
  color: rgb(56, 86, 35);
  font-family: 'Glacial Indifference';
}

.julia {
  grid-column: 1;
  grid-row: 1;
}

.isabel {
  grid-column: 1;
  grid-row: 2;
}

.hannah {
  grid-column: 2;
  grid-row: 1;
}

.dom {
  grid-column: 2;
  grid-row: 2;
}

.george {
  grid-column: 1;
  grid-row: 3;
}

.ellie {
  grid-column: 2;
  grid-row: 3;
}

.kate {
  grid-column: 1;
  grid-row: 4;
}

.diego {
  grid-column: 2;
  grid-row: 4;
}

.sophie {
  grid-column: 1;
  grid-row: 5;
}

.hannahc {
  grid-column: 2;
  grid-row: 5;
}

.horizontal_line {
  font-size: 4vw;
  width: 98%;
  text-align: center;
  border-bottom: 2px solid rgb(56, 86, 35);
  line-height: 0.1em;
  margin-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
}

.line_text {
  background: #fff;
  padding: 0 10px;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 40px;
  color: rgb(56, 86, 35);
  font-family: 'Spectral';
  text-align: center;
}

.quote {
  font-weight: bold;
  color: rgb(56, 86, 35);
  font-size: 1.2em;
  font-family: 'Spectral';
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}

.quote_mission {
  font-weight: bold;
  color: rgb(56, 86, 35);
  font-size: 1.2em;
  font-family: 'Spectral';
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}

.intro {
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
  font-family: "Spectral", "sans-serif";
  font-size: 1em;
}

.mission_paragraph {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  font-family: "Spectral", "sans-serif";
  font-size: 1em;
}

.mission_reference_right {
  text-align: right;
  font-family: "Spectral", "sans-serif";
  font-size: .8em;
}

#has_page:hover {
  opacity: 0.7;
}

.parallax {
  background-image: url('static_images/about_us.jpg');
  min-height: 60vh;
  margin-top: 20px;
  object-fit: cover;
  margin-left: 1%;
  margin-right: 1%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlighted_info {
  font-weight: bold;
  color: rgb(56, 86, 35);
  font-size: 1.2em;
  font-family: 'Spectral';
  margin-left: 5%;
  margin-right: 5%;
}

.content_wrap {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 1vh;
}

.title {
  color: rgb(56, 86, 35);
  font-family: "Spectral";
  font-size: 25px;
  text-decoration: none;
}

.job-title {
  color: rgb(56, 86, 35);
  font-size: 18px;
  weight: 100;
  font-family: "Spectral";
}

.desc {
  font-size: 1em;
  margin-left: 12%;
  margin-right: 12%;
  color: rgb(56, 86, 35);
  text-align: center;
  font-family: "Spectral";
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.content {
  display: center;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top {
  margin-top: 16px;
}

.connect_individual_icon {
  height: 90%;
  width: auto;
}

.container2 {
  width: 60%;
  height: 4vh;
  display: flex;
  margin-top: 4%;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  justify-content: center;
}

.item {
  margin: 5px;
  height: 100%;
}

.card {
  border-radius: 6px;
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  box-shadow: 0 12px 13px rgba(0, 0, 0, 0.14), 0 12px 13px rgba(0, 0, 0, 0.16);
  /* transition: all 0.3s cubic-bezier(.25, .8, .25, 1); */
  background: rgb(227, 237, 221);
  text-align: center;
}

.header {
  background: linear-gradient(to bottom right, #F762D2, #FF51A0);
  height: 250px;
}

.profile {
  border-radius: 100%;
  margin-top: 20px;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 1600px) {
  .desc {
    font-size: 1vw;
    margin-left: 12%;
    margin-right: 12%;
    color: rgb(56, 86, 35);
    text-align: center;
    font-family: "Spectral";
  }
}

@media (max-width: 1300px) {
  .desc {
    font-size: 1.1vw;
    margin-left: 12%;
    margin-right: 12%;
    color: rgb(56, 86, 35);
    text-align: center;
    font-family: "Spectral";
  }

  .smaller_text {
    font-size: .9vw;
  }
}

@media (max-width: 1200px) {
  .desc {
    font-size: 1.1vw;
  }

  .smaller_text {
    font-size: 1vw;
  }
}

@media (max-width: 1100px) {
  .desc {
    font-size: 1.2vw;
  }

  .smaller_text {
    font-size: 1.05vw;
  }
}

@media (max-width: 850px) {
  .desc {
    font-size: 1.4vw;
  }

  .horizontal_line {
    margin-top: 7%;
  }

  .smaller_text {
    font-size: 1.2vw;
  }
}

@media (max-width: 800px) {
  .desc {
    font-size: 1.4vw;
  }

  .smaller_text {
    font-size: 1.2vw;
  }
}

@media (max-width: 700px) {
  .profile {
    width: 160px;
    height: 160px;
  }

  .title {
    font-size: 20px;
  }

  #photos {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 640px 640px 640px 640px 640px;
    grid-row-gap: 30px;
    grid-column-gap: 10px;
    padding-bottom: 1vw;
  }
}

@media (max-width: 650px) {
  .desc {
    font-size: 1.5vw;
  }
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media (max-width: 600px) {
  .parallax {
    background-image: url('static_images/about_us_small.jpg');
    background-attachment: scroll;
    min-height: 40vh;
  }

  .horizontal_line {
    margin-top: 10%;
  }

  .line_text {
    font-size: 35px;
  }

  .quote {
    margin-top: 8%;
  }

  .quote_mission {
    margin-top: 8%;
  }

  .profile {
    width: 150px;
    height: 150px;
  }

  .desc {
    font-size: 1.65vw;
  }

  .smaller_text {
    font-size: 1.5vw;
  }
}

@media (max-width: 500px) {
  .desc {
    font-size: 2.7vw;
  }

  .smaller_text {
    font-size: 2.7vw;
  }

  #photos {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 700px 700px 700px 700px 700px 730px 700px 790px 750px 750px;
    grid-row-gap: 30px;
    grid-column-gap: 10px;
    padding-bottom: 1vw;
  }

  .julia {
    grid-column: 1;
    grid-row: 1;
  }

  .isabel {
    grid-column: 1;
    grid-row: 3;
  }

  .hannah {
    grid-column: 1;
    grid-row: 2;
  }

  .dom {
    grid-column: 1;
    grid-row: 4;
  }

  .george {
    grid-column: 1;
    grid-row: 5;
  }

  .ellie {
    grid-column: 1;
    grid-row: 6;
  }

  .kate {
    grid-column: 1;
    grid-row: 7;
  }

  .diego {
    grid-column: 1;
    grid-row: 8;
  }

  .sophie {
    grid-column: 1;
    grid-row: 9;
  }

  .hannahc {
    grid-column: 1;
    grid-row: 10;
  }

  .profile {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 400px) {
  #photos {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 650px 650px 650px 650px 630px 670px 650px 650px 650px 650px;
    grid-row-gap: 30px;
    grid-column-gap: 10px;
    padding-bottom: 1vw;
  }

  .smaller_text {
    font-size: 2.6vw;
  }

  .desc {
    font-size: 2.9vw;
  }

  .profile {
    width: 150px;
    height: 150px;
  }

  .line_text {
    font-size: 30px;
  }

  .intro {
    font-size: 1em;
  }

  .mission_paragraph {
    font-size: 1em;
  }

  .highlighted_info {
    font-size: 1em;
  }
}

@media (max-width: 350px) {
  #photos {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 600px 600px 600px 600px 550px 625px 625px 625px 625px 625px;
    grid-row-gap: 30px;
    grid-column-gap: 10px;
    padding-bottom: 1vw;
  }
}

@media (max-width: 300px) {
  #photos {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 580px 580px 550px 580px 550px 580px 580px 580px 580px 580px;
    grid-row-gap: 30px;
    grid-column-gap: 10px;
    padding-bottom: 1vw;
  }
}

@media (min-width: 700px) and (max-width: 800px) and (min-height: 1000px) and (max-height: 1100px) {
  .parallax {
    min-height: 40vh;
    background-attachment: scroll;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) and (min-height: 1300px) and (max-height: 1400px) {
  .parallax {
    min-height: 55vh;
    background-attachment: scroll;
  }
}

@media (min-width: 400px) and (max-width: 420px) and (min-height: 730px) and (max-height: 750px) {
  #photos {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 650px 650px 620px 650px 620px 620px 620px 620px 620px 550px;
    grid-row-gap: 30px;
    grid-column-gap: 10px;
    padding-bottom: 1vw;
  }
}

@media (min-width: 530px) and (max-width: 550px) and (min-height: 710px) and (max-height: 740px) {
  #photos {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 580px 580px 550px 550px 550px 550px 550px 550px 550px 500px;
    grid-row-gap: 30px;
    grid-column-gap: 10px;
    padding-bottom: 1vw;
  }
}

@media (min-width: 300px) and (max-width: 420px) and (min-height: 800px) and (max-height: 900px) {
  .parallax {
    min-height: 35vh;
    background-attachment: scroll;
  }
}

@media (min-width: 200px) and (max-width: 300px) and (min-height: 600px) and (max-height: 700px) {
  .parallax {
    min-height: 30vh;
    background-attachment: scroll;
  }
}