@media only screen and (min-width: 1801px) {
  .grid-sizer {width: 49.4%;}
  .portfolio {width: 49.4%;}
  .intro {font-size: 2.5em;}
  .image .text {
    font-size: 2.5em;
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
  }
}

@media only screen and (max-width: 1800px) {
  .grid-sizer {width: 49.4%;}
  .portfolio {width: 49.4%;}
  .intro {font-size: 2em;}
  .image .text {font-size: 2em;}
}

@media only screen and (max-width: 1500px) {
  .grid-sizer {width: 49.3%;}
  .portfolio {width: 49.3%;}
  .image .text {font-size: 2em;}
}

@media only screen and (max-width: 1300px) {
  .grid-sizer {width: 49.2%;}
  .portfolio {width: 49.2%;}
  .image .text {font-size: 1.8em;}

  .intro > h1 {
    min-width: 768px;}
}

@media only screen and (max-width: 1200px) {
  .image .text {
    font-size: 1.8em;
    transform: translate(-7.5%, -50%);
    -ms-transform: translate(-7.5%, -50%);}

  .confidential {
    font-size: .65em;}
}

@media only screen and (max-width: 1150px) {
  .grid-sizer {width: 49.1%;}
  .portfolio {width: 49.1%;}
  .image .text {
    font-size: 1.8em;
    left: 20%;
    transform: translate(-7.5%, -50%);
    -ms-transform: translate(-7.5%, -50%);}

  #overview .desc p {
    width: 100%;
  }

  .filter-container {
    width: 100%;
  }

  .col-portfolio {
    width: 30%;
    float: left;
  }

  .col-filters {
    float: right;
    padding-top: 1.5em;
  }

 .col-filters li {
    padding-right: 10px;
    padding-left: 10px;
    display: inline;
  }
  
  .contact {display: block; text-align: center; font-size: 2em;}

  .contact a {
    display: block;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: table;
  }

}

@media only screen and (max-width: 1000px) {

  .grid-sizer {width: 49%;}
  .portfolio {width: 49%;}
  .image .text {
    font-size: 1.6em;
    left: 15%;
    transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);}

  .intro > h1 {
    width: 700px;
  }

 .filter-container ul {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 0em;
    padding-bottom: 1em;
  }

  .col-20, .col-70 {
    width: 100%;
  }

  .col-80 {
    width: 85%;
    padding-left: 0%;
  }

  .col-20 {
    text-align: center;
  }

}

@media only screen and (max-width: 900px) {

  .grid-sizer {width: 100%;}
  .portfolio {width: 100%;}
  .image .text {
    font-size: 2.2em;
    left: 30%;
    transform: translate(-7.5%, -50%);
    -ms-transform: translate(-7.5%, -50%);}

  .intro > h1 {
    min-width: 100%;
    font-size: 1.2em;
  }

  .col-portfolio {
    width: 100%;
  }

  .col-filters {
    padding-top: 0em;
    float: none;
  }

  .col-filters ul {
    margin: 0px auto;
  }

}

@media only screen and (max-width: 850px) {

  .image .text {
    font-size: 2.1em;
    left: 30%;
    transform: translate(-7.5%, -50%);
    -ms-transform: translate(-7.5%, -50%);}

  .intro > h1 {
    width: 80%;
  }

  .col-65.about {
    width: 70%;
  }

  .col-90.influences {
    padding-left: 0%;
    width: 85%;
    font-size: 0.8em;
  }

}

@media only screen and (max-width: 750px) {

  .image .text {
    font-size: 2.2em;
    left: 25%;
    transform: translate(-7.5%, -50%);
    -ms-transform: translate(-7.5%, -50%);}

  .intro > h1 {
    min-width: 100%;
    font-size: 1.1em;
  }


  nav {
    height: 100px; 
    margin-top: 1.5em;
    width: 95%;
  }

  .mobile-menu {display: block;}
  .close {display: block;}
  .title {font-size: 0.85em;}

  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #455A64;
    opacity: 0.7;
    z-index: 100;
    margin: 0 0;
    text-align: center;
    font-size: 0.9em;
    padding-top: 20vh;
    overflow: scroll;
  }

  .nav ul {
    width: 100%;
    margin: 0 auto 20vh auto;
  }

  .nav ul li {
    z-index: 300;
    font-size: 2em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    display: block;
  }

  li.dropdown {
    width: 100%;
    margin-top: -15px;
  }

  a.dropbtn {
    display: none;
  }

  .dropdown-content {
    display: block;
    background: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .dropdown-content a {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1.5em;
  }

  .nav a {
    color: #ffffff;
    font-weight: 700;
    border: 0;
  }

  .nav a.active {
    border-bottom: 2px solid #F2B536;
  }

 a.active-mobile {
    border-bottom: 2px solid #F2B536;
  }

  .nav a:hover {
    color: #F2B536;
  }

  .close {
    color: #ffffff;
    position: fixed;
    float: right;
    top: 0;
    right: 0;
    text-align: right;
    padding: 1.7em 2em;
    z-index: 300;
    cursor: pointer;
  }

  .displayNone {
    display: inline;
  }

  .box.displayBlock {
    display: none;
  }

  .box {
    display: block;
  }

  .contact a {
    border: 0;
    padding: 1em 1em;
    font-size: 0.65em;
  }

  a:hover {border:0;}
  .title {width: 60%;}

  .portfolioNav {
    position: initial;
    margin-top: 25px;
    left: 0px;
    padding-right: 17px;
  }

  .portfolioNav a {
    border-bottom: 0;
  }

  .portfolioNav a:hover {
    border-bottom: 0;
  }

  .fixedPortfolioNav {
    width: 100%;
    position: fixed;
    top:0;
  }

  .col-50 {
    width: 100%;
  }

  #journal > div {
    width: auto;
  }

  a.home {
    margin-left: 10px;
  }

}

@media only screen and (max-width: 700px) {
  .image .text {
    font-size: 2em;
    left: 25%;
    transform: translate(-7.5%, -50%);
    -ms-transform: translate(-7.5%, -50%);}

  .col-filters li {
    font-size: 1em;
    font-weight: 200;
    color: #96acb6;
  }
  .col-filters {
    width: 100%;
    margin: 0 auto;
  }

  .col-65.about {
    width: 80%;
    float: right;
  }


}


@media only screen and (max-width: 650px) {

  .image .text {
    font-size: 1.9em;
    left: 25%;
    transform: translate(-7.5%, -50%);
    -ms-transform: translate(-7.5%, -50%);}

  .box {
    display: block;
  }

  .contact a {
    border: 0;
    padding: 1em 1em;
    font-size: 0.65em;
  }

  .col-90.influences {
    font-size: 0.7em;
  }

}

@media only screen and (max-width: 600px) {

  .image .text {
    font-size: 1.8em;
    left: 20%;
    transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);}

  .resume {
    font-size: 0.6em;
  }

  .resume-name {
    font-size: 0.6em;
  }

  .resume-contact {
    font-size: 0.6em;
  }
  .col-10 {
    width: 100%;
    text-align: center;
  }

  .col-80.writing {
    width: 100%;
    margin-top: 50px;
  }

  .col-65.about {
    width: 100%;
  }

  .col-65.about > p:nth-child(1) {
    margin-top: 50px;
  }

  .col-90.influences {
    font-size: 0.7em;
    width: 100%;
    margin-top: 2em;
  }

  .credit {
    margin: 0px auto 10px auto;
  }

  .prev-project, .next-project {
    width: 100%;
  }

  .prev-project > .pull-left, .next-project > .pull-right {
    float: none !important;
    text-align: center;
  }

}

@media only screen and (max-width: 500px) {
  .image .text {
    font-size: 1.6em;
    left: 20%;
    transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);}

  .confidential {
    font-size: .65em;}

  p.text {
    line-height: 1.2;
  }

  .col-filters {
    width: 100%;}

  .writing h4 {
    width: 75%;
    float: none;
  }
  .writing h5 {
    width: 100%;
    margin-top: 1em;
    float: none;
  }
  .context {
    width: 80%;
  }

  .context ul li {
    font-size: 1.4em;
  }

  nav {
    height: 100px;
  }

}

@media only screen and (max-width: 450px) {

  .image .text {
    font-size: 1.6em;
    left: 15%;
    transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);}

  .intro > h1 {
    min-width: 100%;
    font-size: 1.2em;
  }

  h1.brand {font-size:18px}

  #influences .col-25 {
    width: 60%;
    margin: auto 15%;
  }

  a.home {
    margin-left: 0px;
  }

  .clients {
    font-size: 1.2em;
  }
  
  h1.project {font-size:40px}

  .container-50 {
  width: 90%;
  margin: 0px auto 0px auto;
  max-width: 800px;
  }

  h3 {font-weight: 400}

  body.project {
    font-size: 75%;  
  }

  a.home {
    font-size: 20px;
    margin-top: 8px;
    padding: 20px;
    font-weight: 600;
  }

  .hero.dalberg {
    height: 70vh;
  }
}

@media only screen and (max-width: 400px) {

  .image .text {
    font-size: 1.5em;
    left: 12.5%;
    transform: translate(-2.5%, -50%);
    -ms-transform: translate(-2.5%, -50%);
  }

  .intro > h1 {
    min-width: 100%;
    font-size: 1.5em;
  }

  h1.brand {font-size:16px}


}



@media only screen and (max-width: 350px) {

  .intro > h1 {
    min-width: 100%;
    font-size: 1em;
  }


}
