﻿body.large{font-size:16px;}@media only screen and (min-width : 1px) and (max-width : 1024px) {
    body.large {font-size:13px;!important;}
}
	
@media only screen and (min-width : 1025px) and (max-width : 1100px) {
    body.large {font-size:14px;}
}
	
@media only screen and (min-width : 1101px) and (max-width : 1200px) {
    body.large {font-size:14px;}
}


@media only screen and (min-width : 1201px) and (max-width : 1280px) {
    body.large {font-size:14px;}
}

@media only screen and (min-width : 1281px) and (max-width : 1366px) {
    body.large {font-size:15px;}
}

@media only screen and (min-width : 1367px) and (max-width : 1919px) {
    body.large {font-size:16px;}
}
	
@media only screen and (min-width : 1920px) {
    body.large {font-size:17px;}
    /*.header_section, .content, #branding {width: 55%;}*/
}#small .active, #large .normal, #normal .active{
    display: none !important;
}

#large .active, #normal .normal, #small .normal{
    display: block !important;
}
