@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,latin-ext);

h1 {
    margin:25px; 
    padding: 25px; 
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #282828  ; 
    background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #EBEBEB 300%);
}

h4 {
    margin:25px; 
    padding: 25px; 
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color:#282828  ; 
    background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #EBEBEB 300%);
}

h5 {
    margin:25px; 
    padding: 25px; 
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #FFFFFF   ; 
    background-image: radial-gradient(ellipse farthest-corner at center, #FF2605 0%, #4F0000 300%);
}

p {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}