p {
    color: rgba(255, 255, 255, 0.5) !important;
}

#header h1 {
    font-size: 2em !important;
}
#header p {
    font-size: 13pt;
    line-height: 1.65em;
}
#header a {
    color: inherit;
}
@media screen and (max-width: 736px) {

    #header h1 {
        font-size: 2em;
    }

    #header p {
        font-size: 0.8em;
    }

}
