/**
 * HTML5 ✰ Boilerplate
 *
 ******************** normalize styles ********************
 */

 
/**
 ******************** primary styles :: mobile first ********************
 *
 * author :: janik tschanz
 */


body 
{
    background-image: none;
    background-color: #ffffff;
}

.container {           
    width: 100%;
}


/**
 ******************** media queries ********************
 *
 *
 */


/**
 * smartphone
 *
 */

@media only screen and (min-width: 480px)
{

    /* cols */

}

/**
 * tablet 
 *
 */
@media only screen and (min-width: 740px)
{      
    /*.container
    {
        width: 740px;
    }*/
    
}

@media only screen and (min-width: 808px)
{            
    body 
    {
          font-size: 14px;   
        line-height: 1.6em;
    }
}