@media screen and (max-width:640px) {
    .shop-btn { padding: 15px 25px; font-size: 10px; }
}
@media screen and (max-width:1200px) {
    p{font-size: 14px; }
    .thin-sep { display: none; }
    .arrow { display: none; }
    nav { height: auto; width: 100%; background: none; margin: 60px 0 0 0; }
    .nav-wrapper { background-color: #fff; }
    nav ul { width: 100%; display: block; height: auto; padding: 0; }
    nav li { width: 100%; float: left; position: relative; text-align: center; }
    nav ul li a { width: 100%; float: left; position: relative; padding: 20px 15px; text-align: right; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); margin: 0px; }
    nav ul li a.last { border-bottom: none; }
    nav ul li.dot { display: none; }
    .responsive-logo { background: url(../img/JL.png) no-repeat center center; width: 180px; height: 120px; position: absolute; top: 20px; left: 5%; }
    .hero-h1 {
        font-size: 0.8em;
    }
    .hero-h2 {
        font-size: 0.6em;
    }
    .hero-h3 {
        font-size: 0.7em;
        padding-left: -20px;
        padding-right: -20px;
        margin-left:-20px;
        margin-right:-5px;
    }
    #rlogo {
        background-image: url(.../img/JL.png) no-repeat center center;
        display: block;
        position: absolute;
        width: 160px;
        top: 10px;
        left: 5%;
        height: 100px;
        }
    .logo-1 { position: absolute; left: 50%; top: 50%; }
    .logo-holder { display: none; }
    .logo-2 { position: absolute; left: 50%; top: 50%; }
    .logo-3 { position: absolute; left: 50%; top: 50%; }
    .footer-leftcol p, .footer-rightcol p { text-align: center; }
    .footer-midcol ul { margin-top: 40px; }
    .submit-btn { margin-top: 10px; }
}
@media only screen and (max-width:1200px) {
    nav { border-bottom: 0; }
    nav ul { display: none; height: auto; }
    .pullcontainer { width: 100%; text-align: right; padding: 55px 30px 0 0; }
    .pullcontainer a#pull { display: block; width: 100%; color: #242a2c; }
}