﻿@import url('https://fonts.googleapis.com/css?family=Rancho');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,700');

body {
    font-family: 'Roboto Slab', serif;
    /*line-height: 2.2;*/
    font-weight: 300;
    font-size: 1.13rem;
}
/*p, td, li, label {
    font-size: 1.13rem;
    line-height: 2.2;
    font-weight: 300;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rancho', cursive;
    font-weight: 400;
    line-height: 1.2;    
}        

h1 {font-size: 4rem;margin: 0.14rem 0 0.2rem;}
h2 {font-size: 3.3rem;margin: 0.22rem 0 0.25rem;}
h3 {font-size: 2.7rem;margin: 0.3rem 0 0.3rem;}
h4 {font-size: 2.3rem;margin: 0.44rem 0 0.3rem;}
h5 {font-size: 1.8rem;margin: 0.5rem 0;line-height: 1.35;}
h6 {font-size: 1.55rem;margin: 0.6rem 0;line-height: 1.4;}
p {margin:0.55rem 0 1rem;}


@media only screen and (max-width: 640px) {
    .display h1 {font-size: 2.5rem;}
    .display p {font-size: 1.4rem;}
    h1 {font-size: 2.3rem;}
    h2 {font-size: 2rem;}
    h3 {font-size: 1.7rem;}
    h4 {font-size: 1.4rem;}
    h5 {font-size: 1.2rem;}
    h6 {font-size: 1rem;} 
}
