h1.header-text {
    font: bold 120px/1.4em impact, impact-w01-2010, sans-serif;
}

@media (max-width: 640px) {
    h1.header-text {
        font-size: 70px;
    }
    h1.header-text.header-text-secondary{
        font-size: 50px;
    }
}
