@charset "utf-8";
/* CSS Document */

/* For big tablet */
@media only screen and (min-device-width: 601px) and (max-device-width: 1000px)
{
    /* Header menu */
    #nav
    {
        width: 71%;
    }
    #nav li a
    {
        font-size: 20px;
    }
    
    /* General content */
    .main_title
    {
    	font-size: 34px;
    }
    .sub_title
    {
    	font-size: 24px;
    }
    .sub_text
    {
    	font-size: 24px;
    	line-height: 30px;
    }
    .desc
    {
    	font-size: 20px;
    	line-height: 23px;
    }
    
    /* Footer */
    #footer p
    {
        font-size: 16px;
    }
}