/* From big tablets to 1200px */
@media only screen and (max-width: 1200px) {
    .hero-text-box {
        width: 100%;
        padding: 0 2%;
    }

    .row {
        padding: 0 2%;
    }
    h1 {
        display: inline;
        float: left;
        margin: 0;
        margin-bottom: 20px;
        color: #fff;
        font-size: 70%;
        word-spacing: 4px;
        letter-spacing: 1px;
    }
    .main-text {
        display: inline;
        float: left;
        /* position: absolute; */
        width: 30px;
        top: 50%;
        left: 4%;
        transform: translate(-50%, -50%);
    }
}

/* -------------------------------------------------- */
/* Small small to big tablets from 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-child {
        margin-bottom: 60px;
    }

    .app-screen {
        width: 50%;
    }

    .icon-small {
        width: 17px;
        margin-right: 5px;
    }

    .city-feature {
        font-size: 80%;
    }

    .plan-box {
        width: 100%;
        margin-left: 0%;
        margin-top: 5px;
    }

    .plan-price {
        font-size: 250%;
    }

    .contact-form {
        width: : 80%;
    }

    .contact-form .box-size-left {
        padding: 4px;
        border: 0;
        margin-bottom: 0;
    }

    .contact-form .box-size-right {
        padding: 4px;
        border: 0;
        margin-bottom: 0;
    }

    Cite {
        margin-top: 5%;
    }

    .video-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .video-responsive iframe{
        left:0;
        top:0;
        /* height:auto;
        width: 400PX; */
        width: 400px; 
        height: 228px; 
    }

    .WeRecruitHere {
        width: 400px; 
        height: auto;
        
    }
}

/* -------------------------------------------------- */
/* Small small tablets from 481 to 767px */
@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    section,
    	.col {
        padding: 30px;
        margin: 0% 0 4% 0%;
    }

    .row,
    	.hero-text-box {
        padding: 0 4%;
    }

    .col {
        width: 100%;
    }

    .main-nav {
        display: none;
    }

    .mobile-nav-icon {
        display: inline-block;
    }

    .main-nav {
        float: left;
        margin-top: 35px;
        margin-left: 25px;
    }

    .main-nav li {
        display: block;
    }

    /* this forces a line break and the menu will be one on top of the other */
    .main-nav li a:link,
    	.main-nav li a:visited {
        display: block;
        border: 0;
        padding: 10px 0;
        font-size: 100%;
    }

    .sticky .main-nav {
        margin-top: 10px;
    }

    .sticky .main-nav li a:link,
    	.sticky .main-nav li a:visited {
        padding: 10px 0;
    }

    .sticky .mobile-nav-icon {
        margin-top: 10px;
    }

    .sticky .mobile-nav-icon i {
        color: #555;
    }

    h1 {
        margin: 10px;
        font-size: 120%;
    }

    h2 {
        font-size: 150%;
    }

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

    .app-screen {
        width: 100px;
    }

    .steps-box:first-child {
        text-align: center;

        /* text-align works for all inblock elements including images */
    }

    .works-step div {
        height: 40px;
        width: 40px;
        margin-right: 15px;
        padding: 4px;
        font-size: 120%;
    }

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

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

    .video-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .video-responsive iframe{
        left:0;
        top:0;
        /* height:auto;
        width: 400PX; */
        width: 350px; 
        height: 228px; 
    }

    .WeRecruitHere {
        overflow:hidden;
        width: 350px; 
        height: auto;
        
    }


}

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

    header {
        background-size: cover;
    }

    .contact-form {
        width: 100%;
    }

    .main-text {
        font-size: 60%;
        position: absolute;
        width: 190px;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
    }

    .NPAlogo {
        /* max-height: 50px; */
        /* max-width: 20px; */
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 10px;
        background-color: #444f57;
        border-radius: 15px;
    }
}

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

    header {
        background-size: cover;
    }

    .contact-form {
        width: 100%;
    }

    .main-text {
        font-size: 60%;
        position: absolute;
        width: 180px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .NPAimage {
        /* max-height: 50px; */
        /* max-width: 20px; */
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 10px;
        background-color: #444f57;
        border-radius: 15px;
    }

    .WeRecruitHere {

        width: 240px; 
        height: auto;
        
    }
}

