@charset "UTF-8";
/* DEFAULT */
@media only screen {
  .height {
    min-height: 450px;
  }
  .mcyc {
    border: 1px solid #000000;
    height: auto;
    max-width: 968px;
    width: 45vw;
  }
  #civil-litigation {
    background: url("../images/civil-litigation.webp") no-repeat 50% 50%;
    background-size: cover;
    height: 33vw;
    margin: 40px 0;
  }
  #lindsey-photo {
    border: 1px solid #000000;
    height: auto;
    max-width: 500px;
    width: 25vw;
  }
  #lindsey-right {
    margin: 30px 1em 10px 5vw;
    max-width: 500px;
    width: 25vw;
  }
  #lindsey-left {
    min-height: 600px;
  }
  #justice {
    height: auto;
    max-width: 300px;
    width: 20vw;
  }
  #scales {
    margin: 0 30px 10px 10vw;
    max-width: 300px;
    width: 20vw;
  }
  #youth-left {
    margin-right: 3vw;
    width: 42vw;
  }
  #youth-right {
    width: 45vw;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2101px) {}
/* DESKTOP */
@media only screen and (max-width: 2100px) {}
/* TABLET */
@media only screen and (max-width: 1200px) {}
/* MOBILE */
@media only screen and (max-width: 860px) {
  .mcyc {
    width: 96%;
  }
  #youth-left {
    margin-right: 0;
    width: 100%;
  }
  #youth-right {
    width: 100%;
  }
}