/*----------------------------------------------------*/
/* Big tablet portrait: from 1024 to 1200 (withs smaller than the 1140px row) */
/*----------------------------------------------------*/
@media only screen and (max-width: 1200px) {

    header {
        height: 90vh;
        background-attachment: local;
    }

    .hero-text-box {
        width: 100%;
    }

    .row {
        padding: 0 2%;
    }

}

/*----------------------------------------------------*/
/* Small to big tablet portrait: from 556 to 1023px */
/*----------------------------------------------------*/
@media only screen and (max-width: 1023px) {

    header {
        height: 70vh;
        background-attachment: local;
    }


    .row {
        padding: 0 4%;
    }

    .hero-text-box {
        padding: 0 4%;
        top: 35%;
        left: 50%;
    }

    body {
        font-size: 18px;
    }

    section {
        padding: 60px 0;
    }

    .long-copy {
        line-height: 145%;
        width: 80%;
        margin-left: 10%;
    }

    .logo {
        height: 180px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .steps-box {
        margin-top: 10px;
    }

    .steps-box:last-child {
        margin-top: 10px;
    }

    .works-steps {
        margin-bottom: 40px;
    }

    .works-step:last-of-type {
        margin-bottom: 60px;
    }

    .app-screen {
        width: 80%;
    }

    .app-screen1 {
        width: 40%;
    }


    .icon-small {
        font-size: 90%;
        display: inline-block;
        width: 15px;
        margin-right: 2px;
    }

    .plan-box {
        width: 100%;
        margin-left: 2%;
    }

    .contact-form {
        width: 80%;
    }


    .works-step-center {
        font-size: 120%;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: center;
    }

    .btn-amazon img {
        height: 60px;
        width: auto;
        margin-top: 0px;
    }

    .snowflake-photo {
        padding: 5px;
    }

}

/*----------------------------------------------------*/
/* Small phones & tablets: from 501px to 855px */
/*----------------------------------------------------*/
@media only screen and (max-width: 855px) {

    header {
        height: 50vh;
        background-attachment: local;
    }

    .logo {
        height: 180px;
        margin-top: 10px;
        margin-left: 10px;
    }

    body {
        font-size: 16px;
    }

    section {
        padding: 30px 0;
    }

    .row {
        padding: 0 4%;
    }

    .hero-text-box {
        top: 27%;
        left: 50%;
    }

    .col {
        width: 100%;
        margin: 0 0 4% 0;
    }

    /* move columns to be stacked on each other */

    .logo {
        height: 120px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .steps-box:first-child {
        text-align: center;
        padding-right: 0;
    }

    .app-screen {
        width: 100%;
    }

    .app-screen1 {
        width: 40%;
    }

    .steps-box:first-child {
        margin-top: 5px;
    }

    .main-nav {
        display: none;
    }

    h1 {
        font-size: 180%;
    }

    h2 {
        font-size: 150%;
    }

    .long-copy {
        width: 100%;
        margin-left: 0%;
    }

    .works-steps {
        margin-bottom: 20px;
    }

    .works-step:last-of-type {
        margin-bottom: 20px;
    }

    footer p {
        margin-bottom: 0px;
        padding: 5px;
        color: #888;
        text-align: left;
    }

    .snowflake-photo {
        padding: 5px;
    }

}


/*----------------------------------------------------*/
/* Small phones: from 0 to 500px */
/*----------------------------------------------------*/
@media only screen and (max-width: 480px) {}