

@media screen and (max-width: 748px) {
  header nav {
    display: none;
  }

  header div {
    width: 100%;
    text-align: center;
  }

  header div img {
    max-width: 120px;
    padding-top: 5px;
    padding-left: 0px;
  }

  section h2, .services-title,
  .clients-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
  }

  section p {
    font-size: .875rem;
    letter-spacing: .4px;
    line-height: 20px;
    width: 85%;
    padding-bottom: 10px;
  }

  .about-image-container img {
    width: 40%;
    margin: 35px 15px;
  }

  .serviceBox-one, .serviceBox-two,
  .serviceBox-three, .serviceBox-four,
  .serviceBox-five, .serviceBox-five,
  .serviceBox-six {
    width: 48%;
    background-color: #fff;
    padding: 2px;
    margin-bottom: 20px;
  }

  .serviceBox-one-image, .serviceBox-two-image,
  .serviceBox-three-image, .serviceBox-four-image,
  .serviceBox-five-image, .serviceBox-six-image {
    min-width: 100px;
    min-height: 100px;
    background-size: cover;
  }

  .servicesButton a {
    color: #fff;
    font-size: 12px;
  }

  .client-container {
    width: 100%;
  }

  .brands {
    color: black;
  }

  .client {
    width: 23%;
    vertical-alig: center;
    padding: 32px 0;
  }

  .chevy, .pat, .buddy,
  .ronnie {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
  }

  .cisco, .nyle, .luke, .live,
  .bass, .earth {
    min-width: 70px;
    max-width: 70px;
  }

  .hospital {
    min-width: 100px;
    max-width: 100px;
  }

  .tim {
    min-width: 80px;
    max-width: 80px;
    padding-top: 10px;
  }

  .abbott, .soft {
    min-width: 70px;
    max-width: 70px;
  }

  .soft, .abbott, .drew, .pat {
    padding-top: 10px;
  }

  .rob {
    padding-top: 15px;
  }

  .dell {
    padding-top: 5px;
  }

 .dell, .metallica, .aretha,
  .johnson {
    min-width: 90px;
    max-width: 90px;
  }

  .c3, .peppers, .cody, .drew,
  .gary {
    min-width: 55px;
    max-width: 55px;
  }

  .rob {
    min-width: 80px;
    max-width: 80px;
  }

  .productionsContainer {
    flex-direction: column;
  }

  .productionBox {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0px;
  }

  .productionBox iframe {
    width: 100%;
  }

  .networkBox {
    width: 33%;
    padding: 10px 10px;
    margin: 10px;
  }

  .networkList-container a {
    font-size: 14px;
  }

  .productionPage-event {
    width: 90%;
    text-align: center;
    padding: 35px 0 5px;
    margin: 0 auto;
    color: #DAB483;
    font-size: 18px;
  }


  .servicesPage-serviceBox h2 {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .servicesPage-serviceBox img {
    width: 100%;
  }

  .servicesPage-serviceBox ul {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 60px;
    text-align: center;
  }

  .servicesPage-title {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .servicesPage-title h2 {
    font-size: 24px;
  }

  .communications {
    margin-bottom: 0;
  }

  .networkContainer {
    width: 98%;
    padding-bottom: 35px;
  }

  .networkPage-titles p {
    width: 80%;
    margin: 0 auto;
  }

  .network-image {
    width: 45%;
  }


}

@media screen and (min-width: 749px) {
      #toggle-button {
        display: none;
    }

    #call-us, #email-us {
      display: none;
    }
}

@media screen and (max-width: 599px) {
  .team-container {
    text-align: center;
  }

  .member {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 1px;
  }

  .inner-member {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
    border-radius: 5px;
    padding: 13px;
  }

  .inner-member {

  }

  .member h3 {
    font-size: 22px;
    padding-top: 20px;
  }
  .member h3, .member p {
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
  }

  .member-img-top {
    display: none;
  }

  .member img {
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
  }

}

@media screen and (min-width: 600px) {
  .team-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }

  .member {
    width: 40%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
  }


  .member h3 {
    font-size: 22px;
    padding-top: 20px;
  }

  .member p {
    font-size: 14px;
  }

  .member h3, .member p {
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
  }

  .member .member-img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .member:hover .member-img-top {
    display: inline;
  }

  .member img {
    width: 100%;
    border-radius: 5px;

  }

}

@media screen and (min-width: 700px) {
  .member {
    width: 40%;
  }



@media screen and (min-width: 850px) {
  .keyboard-container img {
  max-width: 145px;
}
  .member {
    width: 30%;
  }


}

@media screen and (max-width: 870px) {
  header nav ul li {
    padding-right: 20px;
  }
  }

@media screen and (min-width: 900px) {
  header nav ul li {
    font-size: 20px;
  }


}

@media screen and (min-width: 950px) {
  .member {
    width: 28%;
    margin-bottom: 100px;

  }
}
