/* ARI styles-master.css Template */

@media only screen and (max-width: 600px) {
     h1 { font-size: 1.5rem; }
}

@media only screen and (min-width: 600px) {
     h1 { font-size: 2.5rem; }
}

@media only screen and (min-width: 992px) {
     h1 { font-size: 3.5rem; }
}
