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

@media screen and (max-width:1024px) {#title h1 {font-size: 34px;}}
@media screen and (max-width:900px) {#title h1 {font-size: 32px;}}
@media screen and (max-width:768px) {#title h1 {font-size: 30px;}}
@media screen and (max-width:600px) {#title h1 {font-size: 28px;}}
@media screen and (max-width:480px) {#title h1 {font-size: 26px;}}
@media screen and (max-width:320px) {#title h1 {font-size: 20px;}}



