#title h1 {font-size: 48px;}

@media screen and (max-width:1024px) {#title h1 {font-size: 44px;}}
@media screen and (max-width:900px) {#title h1 {font-size: 40px;}}
@media screen and (max-width:768px) {#title h1 {font-size: 36px;}}
@media screen and (max-width:600px) {#title h1 {font-size: 28px;}}
@media screen and (max-width:480px) {#title h1 {font-size: 22px;}}
@media screen and (max-width:320px) {#title h1 {font-size: 20px;}}



