/* ---------------- Media Queries ------------------------------------*/
@media only screen and (max-width: 1366px), only screen and (max-device-width: 1366px) {
  .project {
    width: 33.3%; } }
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
  footer div {
    width: 50%; } }
@media only screen and (max-width: 1050px), only screen and (max-device-width: 1050px) {
  .project {
    width: 50%; } }
@media only screen and (max-width: 820px), only screen and (max-device-width: 820px) {
  .open-nav {
    width: 100%; } }
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .resume .page {
    margin: 85px 10px 10px 10px; } }
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
  .project {
    width: 100%; }

  .reduce-width {
    width: 100%; }

  .open-nav {
    width: 100%; } }
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
  footer div {
    width: 100%; }

  .creative {
    display: none; } }

/*# sourceMappingURL=responsive.css.map */
