@charset "UTF-8";
/* DEFAULT */
@media only screen {
  .bio {
    padding: 2vw;
    text-align: center;
  }
  .bio-pic {
    border: 2px solid #FF00FF;
    height: 150px;
    width: 150px;
  }
  .icon {
    height: 200px;
    width: 200px;
  }
  .pad {
    padding: 2vw;
  }
  #dale {
    border-right: 1px solid #FF00FF;
    border-bottom: 1px solid #FF00FF;
  }
  #jill {
    border-left: 1px solid #FF00FF;
    border-right: 1px solid #FF00FF;
    border-bottom: 1px solid #FF00FF;
  }
  #paul {
    border-left: 1px solid #FF00FF;
    border-bottom: 1px solid #FF00FF;
  }
  #monique {
    border-right: 1px solid #FF00FF;
    border-top: 1px solid #FF00FF;
  }
  #sherri {
    border-left: 1px solid #FF00FF;
    border-right: 1px solid #FF00FF;
    border-top: 1px solid #FF00FF;
  }
  #daniel {
    border-left: 1px solid #FF00FF;
    border-top: 1px solid #FF00FF;
  }
  #l3, #l4 {
    border-right: 2px solid #FF00FF;
  }
  #c3, #c4 {
    border-left: 2px solid #FF00FF;
    border-right: 2px solid #FF00FF;
  }
  #r3, #r4 {
    border-left: 2px solid #FF00FF;
  }
  #business {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #contact-1 {
    margin-bottom: 60px;
  }
  #contact-2 {
    margin-top: 60px;
  }
  #contact-1 a, #contact-2 a {
    color: #FFFFFF;
    padding: 8px 12px;
  }
  #contact-1 a:hover, #contact-2 a:hover {
    color: #00F600;
    text-decoration-color: #00F600;
  }
  #people {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #specialized {
    margin-top: 60px;
  }
  #strategy, #project {
    background: url("../images/web-design.webp") no-repeat 50% 50%;
    background-size: cover;
  }
  #unified, #work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 60px;
  }
  #unified *, #work * {
    color: #FFFFFF;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 1921px) {}
/* DESKTOP */
@media only screen and (max-width: 1920px) {}
/* LAPTOP */
@media only screen and (max-width: 1280px) {
  #people {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  #a {
    border-right: 1px solid #FF00FF;
    border-bottom: 1px solid #FF00FF;
  }
  #b {
    border-left: 1px solid #FF00FF;
    border-right: 0;
    border-bottom: 1px solid #FF00FF;
  }
  #c {
    border-right: 1px solid #FF00FF;
    border-left: 0;
    border-bottom: 1px solid #FF00FF;
    border-top: 1px solid #FF00FF;
  }
  #d {
    border-left: 1px solid #FF00FF;
    border-right: 0;
    border-top: 1px solid #FF00FF;
    border-bottom: 1px solid #FF00FF;
  }
  #e {
    border-right: 1px solid #FF00FF;
    border-left: 0;
    border-top: 1px solid #FF00FF;
  }
  #f {
    border-left: 1px solid #FF00FF;
    border-top: 1px solid #FF00FF;
  }
}
/* TABLET */
@media only screen and (max-width: 1024px) {
  .icon {
    height: 150px;
    width: 150px;
  }
}
/* MOBILE */
@media only screen and (max-width: 768px) {
  #people {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #a {
    border-right: 0;
    border-bottom: 1px solid #FF00FF;
  }
  #b {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #FF00FF;
    border-top: 1px solid #FF00FF;
  }
  #c {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FF00FF;
    border-top: 1px solid #FF00FF;
  }
  #d {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #FF00FF;
    border-bottom: 1px solid #FF00FF;
  }
  #e {
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #FF00FF;
    border-bottom: 1px solid #FF00FF;
  }
  #f {
    border-left: 0;
    border-top: 1px solid #FF00FF;
  }
  #unified, #work {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  #l3 {
    border-right: 0;
    border-bottom: 2px solid #FF00FF;
  }
  #c3 {
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #FF00FF;
    border-top: 2px solid #FF00FF;
  }
  #r3 {
    border-left: 0;
    border-top: 2px solid #FF00FF;
  }
}
/* PHONE */
@media only screen and (max-width: 600px) {}