

/* ipad and tablets in portait mode: 1024 to 1200px */
@media only screen and (max-width: 1200px){
  .hero-text-box {
    width: 100%;
      padding: 0 2%;
}  
    .row {
        padding: 0 2%;
    }
    
}


/* ipad and tablets in portait mode: 768 to 1023px */
@media only screen and (max-width: 1023px){
    body { font-size: 18px;}
    section{padding: 60px 0;}
    
    .long-copy {
        width: 80%;
        margin-left: 10%;
}
    .steps-box {margin-top: 10px;}
    .steps-box:last-child{margin-top: 10px;}
    .works-steps{margin-bottom: 40px;}
    .works-steps:last-of-type{margin-bottom: 60px;}
    
    .app-screen{width: 50%;}
    
    .icon-small{
        width: 17px;
        margin-right: 5px;
    }
    .city-feature{font-size: 90%}
    
    .plan-box{
        width: 100%;
        margin-left: 0%;
    }
    
    .plan-price {font-size: 250%;}
    
    .contact-form {width: 80%;}
}


/* ipad and tablets: 481 to 767px */
@media only screen and (max-width: 767px){
    body{font-size: 16px;}
    section{padding: 30px 0;}
    
    .row,
    .hero-textbox{padding: 0 4%;}
    
    .col {width: 100%;}
    
    .main-nav{display: none;}
    
    .long-copy{
        width: 100%;
        margin-left: 0%;
    }
    
    h1 {font-size: 180%;}
    h2 {font-size: 150%;}
    
    .works-step{margin-bottom: 20px;}
    .works-step:last-of-type{margin-bottom: 20px;}
    
    .works-step div {

        height: 40px;
        width: 40px;
        padding: 4px;
        margin-right: 15px;
        font-size: 120%;
    }
    .app-screen{width: 40%;}
    
    .steps-box:first-child {text-align: center;}
}



/* Small phones: 0 to 480px */
@media only screen and (max-width: 480px){
    
}

