/* Big tablet to 1200px (widths smaller than the 1140px row) */
@media only screen and (max-width: 1200px) {
    .header-text-box {
        width: 100%;
        padding: 0 2%; }
    
    .row { padding: 0 2%; }
    
    header {
    background-size: auto;
    background-position: top; 
    height: 100vh;
}
}
    
    


/* Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1023px) {
    body { font-size: 18px; }
    section { padding: 60px 0; }
    
    .long-copy {
        width: 80%;
        margin-left: 10%;
    }
    
    .price-box { margin-top: 5px; }
    .price-box:last-child { margin-top: 5px; }
    .price-list { margin-bottom: 10px; }
    .price-list:last-of-type { margin-bottom: 60px; }
    
    .price-list-graphic { 
        width: 50%;
        text-align:left;}
    
    .icon-small { 
        width: 17px;
        margin-right: 5px;
    }
    
    header {
    background-size: auto;
    background-position: top;
    height: 100vh;
}
    
    .logo {
    height: 80px;
    width: auto;
    float: left;
    margin-top: 10px;
}

.header-text-box {
    width:auto;
    left: 20%;
    -webkit-transform: translate(-20%, -20%);
    -ms-transform: translate(-20%, -20%);
    transform: translate(-20%, -20%);
}
    
.contact-form {
    width: 100%;
    margin: 0 auto;
}    
    
.city-feature { font-size: 90%; }
    
    .plan-box {
        width: 100%;
        margin-left: 0%;
    }
    
    .plan-price { font-size: 250%; }
    .contact-form { width: 80%; }
}


/* Small phones to small tablets: from 481px to 768px */
@media only screen and (max-width: 767px) {
    body { font-size: 16px; }
    section { padding: 30px 0; }
    .row,
    .header-text-box { padding: 0 4%; }
    
    .col { 
        width: 100%;
        margin: 0 0 4% 0;
    }
        
    .main-nav { display: none; }
    .mobile-nav-icon {display: inline-block;}
    
    .main-nav {
        float: left;
        margin-top: 10px;
        margin-left: 25px;
    }
    
    .main-nav li {
        display: block;
    }
    
    .main-nav li a:link,
    .main-nav li a:visited {
        display: block;
        border: 0;
        padding: 5px 0;
        font-size: 90%;
    }
    
    .sticky .main-nav { margin-top: 10px; }

    .sticky .main-nav li a:link,
    .sticky .main-nav li a:visited { padding: 5px 0; }
    .sticky .mobile-nav-icon { margin-top: 10px; }
    .sticky .mobile-nav-icon i { color: #555; }
        
    
    h1 { font-size: 180%; }
    h2 { font-size: 150%; }
    
    .long-copy,
    .long-copy-before {
        width: 100%;
        margin-left: 0%;
    }
    
    .price-list-graphic { width: 40%; }
    
    .price-item { margin-bottom: 1px; }
    
    .price-item:last-of-type { margin-bottom: 1px; }

    .price-box:first-child { text-align: center; }
    
    .price-list div {
        height: 35px;
        width: 35px;
        font-size: 100%;
        margin-bottom: 1px;
    }
    
    .short-gallery li {
    float: none;
    width: 100%;
}

    .orange-text {
    text-align: left;
    margin-bottom: 2px;
    }
    
   
    input[type=submit] {
    margin-top: -10px;
    padding: 10px 30px;
}
        
    .price-list {
    margin-bottom: 5px;
}
   
.hours-left {
    text-align: center;
    display: inline-block;
}

.hours-right {
    text-align: center;
    display: inline-block;
}
 /*buttons*/   
    .btn:link,
.btn:visited,
input[type=submit] {
    font-size: 95%;
    margin-top: 10px;
    padding: 5px 15px;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    
    margin-right: 10px;
}
    
.btn-ghost:link,
.btn-ghost:visited {
    margin-top: 20px;
}


  
/* Small phones: from 0 to 480px */
@media only screen and (max-width: 480px) {
    section { padding: 25px 0; }
    .contact-form {width: 100%; }
}

    