/*
700PX
*/

@media only screen and (min-width: 700px) and (max-width: 900px) {

  .team-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

}

@media only screen and (min-width: 900px) {

  /* NAV */
  .main-header,
  .nav {
    display: flex;
    flex-direction: row;
  }

  .nav a {
    display: block;
    color: white;
    font-size: 1.125em;
    text-align: center;
    padding: .4em;
    text-decoration: none;
    list-style-type: none;
  }

  .nav li {
    font-family: 'Open Sans', sans-serif;
  }

  .nav {
    margin-top: 0;
    align-self: center;
  }

  .nav li {
    margin-left: .65em;
    margin-right: .65em;
  }

  .nav a:hover {
    color: #0b0b0b;
    border-bottom-color: #52bab3;
  }

  .site-logo {
    margin-left: 30px;
    margin-right: auto;
  }

  /* HERO */

  .hero {
    height: 700px;
  }

  .hero-text h1 {
    color: white;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 4em;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 200px 60px 0px 50px;
  }

  .hero-text p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 0px 60px 0px 50px;
    margin-top: -20px;
  }

  /* ABOUT */

  .about {
    padding: 30px 10px 0 50px;
    margin-bottom: 50px;
  }

  .about-title {
    text-align: left;
  }

  .about-copy {
    text-align: left;
    font-size: 1.2em;
    padding: 0px 30px 0 0px;
  }

  /* STATISTICS */

  .statistics-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0 50px 0;
  }

  /* ABOUT */

  .bullets-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .hospital {
    text-align: left;
  }

  .home {
    text-align: left;
  }

  #bullet-copy {
    list-style: initial;
    margin-left: 0px;
  }

  #hospital-icon {
    width: 2rem;
    height: auto;
    padding-bottom: 10px;
    margin-top: 30px;
  }

  #home-icon {
    width: 2rem;
    height: auto;
    margin-top: 30px;
  }

  /* AWARD */

  .award-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 50px;
  }

  .award-col {
    align-items: center;
    padding-top: 30px;
  }

  .award-col img {
    margin-bottom: 40px;
  }

  .award-col p {
    text-align: left;
  }

  /* TEAM */

  .team-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 60px 0 50px 0;
  }

  .team-title {
    margin-top: 50px;
  }

  /* CONTACT */

  .contact-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .primary-col {
    flex: 1.5;
    padding-left: 50px;
    margin-top: 30px;
  }

  #contact-title {
    text-align: left;
  }

  .secondary-col {
    flex: 1;
    margin-top: 40px;
    align-self: center;
  }

  /* FOOTER */

  .footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo-blue {
    align-self: left;
    padding-left: 50px;
    padding-bottom: 1em;
  }

  .footer-contact {
    align-self: left;
    text-align: left;
    padding-top: 40px;
  }

  .footer-address {
    align-self: left;
    text-align: left;
    padding-top: 40px;
  }

  .social-icons {
    align-self: left;
    align-items: center;
    padding-right: 150px;
    padding-top: 50px;
  }

}
