.list-icon {
    margin: 27px 20px 0;
}

.back-paragraph {
    margin: 40px 0 0;
    text-align: center;
}

.section-heading {
    padding-left: 10px;
    padding-right: 10px;
}

#p-footer {
    margin: 30px 0;
    color: white;
}

#otherNav {
  min-height: 56px;
  background-color: #fff;
}

#content_section {
    background: url("../img/bg-white_building.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#team {
    /*background: url("img/bg-white_building.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    padding: 10rem 0;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/bg-white_building.jpg");*/
    /*background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-white_building.jpg");*/
    background: url("../img/bg-white_building.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.team-photo {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 4px solid rgba(200, 200, 200, 1);
}
.team-photo:hover {
    color: #bcbdc0;
}
.team-h3-text {
    margin-top: 10px;
    font-size: 1.25em;
}

/** code overwrites **/

.about-section {
  padding-top: 5rem !important;
}

.contact-section {
  background: linear-gradient(to top, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-footer_computer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.about-section {
  padding-top: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(80, 80, 80, 0.9)), to(rgba(80, 80, 80, 0.8)));
  background: linear-gradient(to bottom, #161616 0%, rgba(80, 80, 80, 0.9) 75%, rgba(80, 80, 80, 0.8) 100%);
}

/** masthead **/
    .masthead {
      position: relative;
      width: 100%;
      height: auto;
      min-height: 35rem;
      padding: 15rem 0;
      /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0.1)), color-stop(75%, rgba(80, 80, 80, 0.5)), to(#161616)), url("../img/bg-masthead_medical.jpg");*/
      /*background: linear-gradient(to bottom, rgba(80, 80, 80, 0.1) 0%, rgba(80, 80, 80, 0.5) 75%, #161616 100%), url("../img/bg-masthead_medical.jpg");*/
      background: url("../img/bg-masthead_medical.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
    }

    .masthead h1 {
      font-family: 'Varela Round';
      font-size: 2.5rem;
      line-height: 2.5rem;
      letter-spacing: 0.8rem;
      color: black;
      /*background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;*/
      /*text-shadow: 0px 0px 1px #fff;*/
      text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

    .masthead h2 {
      max-width: 20rem;
      font-size: 1rem;
      color: black;
      text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

    @media (min-width: 768px) {
      .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
      }
    }

    @media (min-width: 992px) {
      .masthead {
        height: 100vh;
        padding: 0;
      }
      .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
        letter-spacing: 0.8rem;
      }
      .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem;
      }
    }