/* desktops that aren't quite 1920px
// CONTENT SIZE: 1600px */
@media (max-width: 1650px) {

video {
    position: absolute;
    padding-top: 0;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    width: auto;
    z-index: 1;
    opacity: .15;
}
/* process */
.process-content {
    width: 80%;
}
.process-text-left {
    padding: 0;
    padding-top: 30px;
    grid-column: span 5;
}
.process-text-right {
    padding: 0;
    padding-top: 30px;
    grid-column: span 5;
}
.process-image-left {
    grid-column: span 4;
}
.process-image-right {
    grid-column: span 4;
}

    }


@media (max-width: 1500px) {

/*** home ***/
.slide-container {
    grid-template-columns: 1fr;
}
.hero .mockups {
    margin: 0 auto;
    width: 90%;
    max-width: 700px;
    float: none;
    display: block;
}
.hero .headline {
    text-align: center;
    margin-top: 70px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
.hero .headline img {
    max-width: 85%;
}
.hero h4 {
    margin-right: auto;
    margin-left: auto;
}
.pitch-1, .pitch-2 {
    display: none;
}
.services-container {
    width: 85%;
}
/* process */
.process-content {
    width: 80%;
}

.process-text-left, .process-text-right {
    padding-top: 50px;
}

@supports (grid-template-columns: 1fr) {
.process-text-left, .process-text-left:first-of-type {
    padding: 0;
    grid-column: span 5;
}
.process-text-right {
    padding: 0;
    grid-column: span 5;
}
.process-image-left {
    grid-column: span 4;
}
.process-image-right {
    grid-column: span 4;
}
}

/* services */
.services-grid {
    width: 90%;
    grid-column-gap: 50px;
}
/* project */
.before-after-content {
    max-width: 90%;
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
}
.project-overview .main-img {
    width: auto;
}
.project-overview .main-img img {
    max-width: 100%;
}
.project-screenshots div {
    max-width: 90%;
}
.mobile-content {
    max-width: 90%;
}
footer p {
    left: auto; right: 50px;
}

    }


/* smaller desktops
// CONTENT SIZE: 1280px ?? ----------- */
@media (max-width: 1150px) {

section, section.services, section.quote-form {
    padding: 90px 0 90px;
}
.pitch {
    padding: 100px 0 110px;
}
section.process {
    padding-top: 100px;
}
form#quote {
    max-width: 600px;
}
label {
    margin-top: 25px;
}

    }


/* tablet: landscape
// CONTENT SIZE: 1024px ----------- */
@media (max-width : 1279px) {

.hide-above-tablet {
    display: initial;
}
.hide-below-desktop {
    display: none;
}
.nav-menu {
    display: none;
}
.button_container {
    display: block;
}
.projects-wrap {
    grid-template-columns: 1fr;
}
h3 {
    font-size: 19px;
}

    }


/* tablet: portrait
// CONTENT SIZE: 720px ----------- */
@media (max-width : 1023px) {

.services-container {
    margin-top: 40px;
    max-width: 400px;
    grid-template-columns: 1fr;
}
.services-container .button-wrap {
    grid-column: span 1;
}
.hero .icon {
    margin-bottom: 30px;
}
.hero h3 {
    text-align: center;
}
.services-container p.hide-above-tablet {
    text-align: center;
    margin-bottom: 60px;
    display: block;
}
footer {
    padding: 33px 0;
    text-align: center;
    height: auto;
}
footer .logo-wrap {
    line-height: 50px;
    margin-bottom: 0;
    float: none;
}
footer .logo {
    margin-top: 0;
    overflow: hidden;
    float: none;
    display: inline-block;
}
footer p {
    font-size: 14px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding-left: 5px;
    margin: 0;
    width: auto;
}
.pitch {
    padding-left: 40px;
    padding-right: 40px;
}
section.call-mini {
    padding: 80px 10% 80px;
}
.call-content {
    width: 60%;
    left: 20%;
    right: 20%;
}
.call-mini h2 {
	font-size: 36px;
}
.call-mini h4 {
	font-size: 16px;
	font-weight: 400;
}
.call h4 {
    margin-top: 45px;
}
/* services */
.services-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    max-width: 800px;
}
.services .service-desc {
    width: 80%;
}
/* process */
.process-content {
    text-align: center;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 50px;
}
.process h2 {
    margin: 0 auto;
}
.process h5 {
    margin-bottom: 50px;
}
.process img {
    margin-bottom: 65px;
    max-width: 500px;
}
.process p {
    text-align: left;
    margin: 0 auto;
    max-width: 650px;
}
.process-content img {
    width: 100%;
}
.process-text-left, .process-text-left:first-of-type {
    grid-column: span 1;
}
.process-text-right {
    grid-column: span 1;
}
.process-image-left {
    grid-column: span 1;
}
.process-image-right {
    grid-column: span 1;
}
/* project */
.project-overview h1 {
    font-size: 33px;
}
.project-overview h4 {
    font-size: 18px;
}
.before-after img {
    max-width: 100%;
}
.project-screenshots {
    padding-bottom: 0;
}
.project-screenshots div {
    grid-template-columns: repeat(2, 1fr);
}
.project-screenshots div img {
    margin-bottom: 50px;
}
.mobile-content {
    grid-template-columns: repeat(2, 1fr);
}
.mobile-content img {
    margin-bottom: 50px;
}
.mobile-title {
    margin-top: 0;
}
.project-details {
    padding: 50px 0 0;
}
.project-additional div {
    width: 90%;
}
.project-details-wrap {
    width: 50%;
    min-width: 380px;
    grid-template-columns: 1fr;
    grid-row-gap: 55px;
}

    }


/* bigger smartphones
// CONTENT SIZE: 360px ----------- */
@media (max-width: 719px) {

.wrapper {
    margin: 0;
}
section, section.services, section.quote-form {
    padding: 75px 10%;
}
.overlay nav {
    font-size: 32px;
    top: 100px;
    height: auto;
    transform: translateY(0)
}
.overlay ul li {
    text-shadow: 0 1px 8px rgba(0,0,0,0.1);
    height: 50px;
}
header {
    padding: 10px 27px;
    height: 70px;
}
.logo-wrap {
    margin-bottom: 0;   
}
.logo {
    margin-top: 0;
    width: 196px;
    height: 48px;
    background-size: auto 43px;
}
.hero {
    background: url('../images/cracked-30-mobile.jpg') no-repeat center top #000;
	background-size: 100%;
}
.services-container {
    padding-bottom: 90px;
}
.services-container div:last-child {
    padding-bottom: 0;
}
.services-container p.hide-above-tablet:last-child {
    margin-bottom: 0;
}
.projects {
    padding: 85px 10% 90px;
}

.work {
    padding: 65px 10%;
}
.button_container {
    width: 28px;
    top: 26px;
    right: 30px;
}
.button_container span {
  height: 1px;
}
.button_container span:nth-of-type(2) {
  top: 7px;
}
.button_container span:nth-of-type(3) {
  top: 14px;
}
.button_container.active .bottom {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
}
footer {
    padding: 15px 0 20px;
}
footer .logo-wrap {
    line-height: 25px;
}
footer p {
    font-size: 13px;
    margin-top: -3px;
}
.hero {
    padding: 0 10%;
}
.hero .headline {
    margin-top: 10px;
    margin-bottom: 35px;
}
.hero .headline img {
    max-width: 100%;
}
.hero h1 {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: -.3px;
}
.ul-blue, .ul-pink {
    line-height: unset;
}
.hero h3 {
    font-size: 20px;
}
.home .hero h2 {
    font-size: 33px;
    margin: 80px auto 30px
}
.hero h4 {
    font-size: 20px;
    font-weight: 400;
}
.hero p {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}
.services-container p.hide-above-tablet {
    margin-bottom: 45px;
}
.hero h3 {
    margin-bottom: 20px;
}
.hero .mockups {
    width: 100%;
}
.services-container {
    width: 100%;
}
.home h2, .projects h2 {
    font-size: 40px;
    line-height: 1.2;
}
.projects-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.pitch {
    padding: 85px 12% 90px;
}
.pitch h2 {
    font-size: 34px;
}
.pitch-quote {
    font-size: 21px;
}
.pitch h6 {
    font-size: 16px;
}
.citation {
    font-size: 16px;
}
.pitch hr {
    margin-top: 45px;
}
.pitch .button-wrap {
    margin-top: 50px;
}
section.call-mini {
    padding: 65px 10% 80px;
}
.call-mini h2 {
	font-size: 30px;
}
.call-mini h4 {
	font-size: 15px;
}
.call-mini hr {
    margin-bottom: 65px;
}
.call {
    height: 700px;
}
.call-content {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 85px;
}
.call h4 {
    font-size: 16px;
    font-weight: 400;
}
.call-content p {
    display: none;
}
.title h1 {
    font-size: 44px;
    margin-bottom: 0;
}
.form-progress {
    left: 50%;
    right: 50%;
    bottom: 70px;
    margin-left: -60px;
}
.step {
    width: 15px;
    height: 9px;
}
.title {
    padding: 50px 10%;
    height: auto;
}
.title h1 {
    margin-bottom: 10px;
}
.title h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.call-mini hr {
	display: none;
}
.call-mini h2 {
    font-size: 33px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.call-mini h4 {
    font-size: 16px;
    letter-spacing: -0.25px;
}
/* services */
.services-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 800px;
}
.services .service-desc {
    font-size: 16px;
    margin-top: 50px;
    width: 100%;
}
.services h4 {
    font-size: 14px;
}
.services .service-desc {
    font-size: 15px;
    margin-top: 10px;
}
.services h2 {
    font-size: 24px;
    line-height: 1.3;
}
.services h3 {
	margin-bottom: 15px;
}
.services h4 {
    margin-top: 10px;
}
.services h5 {
    margin-top: 60px;
}
.services-grid h6 {
    text-align: center;
    margin-bottom: 10px;
}
.services-grid p {
    font-size: 13px;
    text-align: center;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.services-grid {
    margin: 30px auto 30px;
}
/* process */
section.process {
    padding-top: 80px;
}
.process-content {
    width: 100%;
}
.process h2 {
    font-size: 24px;
    line-height: 1.3;
    max-width: 320px;
}
.process h2 br {
    display: none;
}
.process h5 {
    font-size: 16px;
    font-weight: 400;
}
.process p {
    font-size: 15px;
}
.process img {
    margin-bottom: 80px;
}
/* project */
.project-overview h4 {
    font-size: 16px;
}
.project-additional div {
    padding: 50px 10% 22px 12%;
    width: 100%;
}
.mobile-content {
    grid-template-columns: 1fr;
}
.mobile-content img {
    margin-bottom: 80px;
}
.mobile-content.last {
    padding-bottom: 0;
}
.project-details {
    padding: 20px 0 0;
}
.project-details-wrap {
    width: 80%;
    min-width: 0;
}
.project-details-wrap h4 {
    text-align: center;
}
.project-details h4:after {
    margin: 3px auto 0;
}

/* quote */
.quote-form h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.quote-form h4 {
    font-size: 15px;
}
input, textarea, select {
    padding: 12px 10px;
}
label {
    margin-top: 20px;
}

    }


/* small smartphones only
// CONTENT SIZE: 320px ----------- */
@media (max-width : 320px) {


    }
