/* @option theme slogan font-size*/

#title h2 {font-size: 13px;}

@media screen and (max-width:600px) {
#title h2 {font-size: 12px;}
}

@media screen and (max-width:480px) {
#title h2 {font-size: 11px;}
}