/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */
/*  ------------------------------------------------------------------------------------- For landscape smart phones (480 wide - 20 for scrollbar)  */
/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */



@media screen and (max-width: 567px){

body {
    font-size: 11pt;
    letter-spacing: -0.25px;
}

.content{
    width: 460px;
}

h1 {
    padding: 0 0 20px;
    font-size: 22pt;
    }
h1 span.slightlybigger{
    font-size: 27pt
    }
h2 {
    font-size: 18pt;
}

h3 {
    font-size: 16pt;
}

h4 {
    font-size: 12pt;
}

p.emphasis {
    font-size: 13pt !important;
}



.banner-highres{
    display: none;
    }
.banner-lowres{
    display: block;
}


.content, #body .content {
    padding: 50px 0;

}

/*  -- tours --  */

#tourleft{
    float: none;
    margin: 0 0 30px;
    width: 100%;
}

#tourright{
    float: none;
    width: 100%;
}






footer .content{
    padding-top: 10px
    padding-bottom: 10px;
}



    
/*  ---end---  */
}



