﻿@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

body {
    font-family: 'Lato', sans-serif;
    /*line-height: 1.8;*/
    font-weight: 300;
    font-size: 1.2rem;
}
/*p, td, li, label {
    font-family: 'Lato', sans-serif;
	font-size: 1.2rem;
	line-height: 1.8;
	font-weight: 300;
}*/
h1, h2, h3, h4, h5, h6 {
   	font-family: 'Raleway', sans-serif;
    font-weight: 200;
    line-height: 1.2;
    text-transform: none;
}        

h1 {font-size: 3.75rem;margin: 0.6rem 0 0.9rem;}
h2 {font-size: 2.2rem;margin: 0.9rem 0 0.3rem;}
h3 {font-size: 2rem;margin: 1rem 0 0.3rem;}
h4 {font-size: 1.9rem;margin: 0.35rem 0 0.3rem;line-height: 1.6;}
h5 {font-size: 1.8rem;margin: 0.46rem 0 0.3rem;line-height: 1.8;}
h6 {font-size: 1.7rem;margin: 0.53rem 0 0.3rem;line-height: 2;}
p {margin:0.4rem 0 1rem;}

@media only screen and (max-width: 640px) {
    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;} 
}
