﻿h1 {
    text-transform: uppercase;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 24px;
    padding-bottom: 20px;
    text-transform: initial;
    font-weight: lighter;
}

@media only screen and (max-width:800px) {
    h1 {
        font-size: 1.5em;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 1.3em;
        padding-bottom: 10px;
    }
}