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

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


