@import url('https://fonts.googleapis.com/css?family=Advent+Pro:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.12rem;
    /*line-height: 1.8;*/
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
}
/*p, td, li, label {
    font-family: 'Open Sans', sans-serif;
    
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: none;
    font-style: normal;
}        

h1 {font-size: 3.2rem;margin: 0.07rem 0 0.3rem;}
h2 {font-size: 2.6rem;margin: 0.34rem 0 0.3rem;}
h3 {font-size: 2.1rem;margin: 0.49rem 0 0.3rem;}
h4 {font-size: 1.8rem;margin: 0.56rem 0 0.3rem;line-height: 1.6;}
h5 {font-size: 1.6rem;margin: 0.58rem 0 0.3rem;line-height: 1.7;}
h6 {font-size: 1.4rem;margin: 0.6rem 0 0.3rem;line-height: 2;}
p {margin:0.4rem 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;} 
}
