@charset "UTF-8";
/* DEFAULT */
@media only screen {
  .stars {
    height: 16px;
    margin: 0 0 5px 0;
    width: 103px;
  }
  #design {
    float: right;
    margin: 0 0 20px 30px;
    width: 30vw;
  }
  #design-pic {
    height: auto;
    max-width: 600px;
    width: 30vw;
  }
  #full-service {
    background-color: #E0FFE2;
    border: 6px double #1650E2;
    margin: 30px 0;
    padding: 1% 3%;
  }
  #programming {
    border: 1px solid #C0C0C0;
    height: 150px;
    width: 447px;
  }
  #i-h2 {
    margin-bottom: 30px;
  }
  #programming-left {
    width: calc(100% - 450px);
  }
  #programming-right {
    width: 447px;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2101px) {}
/* DESKTOP */
@media only screen and (max-width: 2100px) {}
/* TABLET */
@media only screen and (max-width: 1200px) {
  .li {
    height: 13px;
    margin: 0 8px 0 0;
    width: 9px;
  }
  .stars {
    margin: 0 0 4px 0;
  }
  #programming {
    flex-direction: column;
  }
  #programming-left, #programming-right {
    width: 100%;
  }
}
/* MOBILE */
@media only screen and (max-width: 700px) {
  #programming {
    height: auto;
    max-width: 447px;
    width: 86vw;
  }
}