﻿@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,700');

body {
    font-family: 'Merriweather', serif;
    /*line-height: 2.3;*/
    font-weight: 300;
}
/*p, td, li, label {
    font-size: 1.1rem; 
    line-height: 2.3;
    font-weight: 300;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: 400;
    line-height: 1.3;
}        

h1 {font-size: 3.6rem;margin: 0.06rem 0 0.3rem;}
h2 {font-size: 2.8rem;margin: 0.17rem 0 0.3rem;}
h3 {font-size: 2.2rem;margin: 0.22rem 0 0.3rem;}
h4 {font-size: 1.9rem;margin: 0.31rem 0 0.3rem;line-height: 1.4;}
h5 {font-size: 1.6rem;margin: 0.45rem 0 0.3rem;line-height: 1.6;}
h6 {font-size: 1.3rem;margin: 0.52rem 0 0.3rem;line-height: 1.8;}
p {margin:0.6rem 0 1rem;}

/*.navbar-logo .navbar-tagline {
    font-size: 0.813rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 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;} 
}
