﻿@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,700');

.type-lato {
    font-family: 'Lato', sans-serif;
    font-size: 100%; 
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-transform: none;
    font-style: normal;
}
.type-lato p, .type-lato td, .type-lato li, .type-lato label {
    font-family: 'Lato', sans-serif;
    /* font-size: 0.93rem;  */
    font-size: 1.05rem;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-transform: none;
    font-style: normal;
}
.type-lato.sm p, .type-lato.sm td, .type-lato.sm li, .type-lato.sm label {
    font-size: 0.93rem;
    line-height: 1.6;
}
.type-lato.lg p, .type-lato.lg td, .type-lato.lg li, .type-lato.lg label {
    font-size: 1.25rem;
    line-height: 2.1;
}
.type-lato h1, .type-lato h2, .type-lato h3, .type-lato h4, .type-lato h5, .type-lato h6 {
    font-family: 'Lato', sans-serif;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}        

.type-lato h1 {font-size: 2.35rem;margin: 0.1rem 0 0.3rem;}
.type-lato h2 {font-size: 2rem;margin: 0.2rem 0 0.3rem;}
.type-lato h3 {font-size: 1.8rem;margin: 0.33rem 0 0.3rem;}
.type-lato h4 {font-size: 1.6rem;margin: 0.4rem 0 0.3rem;line-height: 1.6;}
.type-lato h5 {font-size: 1.4rem;margin: 0.57rem 0 0.3rem;line-height: 1.8;font-weight:bold;}
.type-lato h6 {font-size: 1.2rem;margin: 0.65rem 0 0.3rem;line-height: 2;font-weight:bold;}
.type-lato p {margin:0.59rem 0 1rem;}

@media only screen and (max-width: 640px) {
    .type-lato h1 {font-size: 2.15rem;}
    .type-lato h2 {font-size: 1.8rem;}
    .type-lato h3 {font-size: 1.6rem;}
    .type-lato h4 {font-size: 1.4rem;}
    .type-lato h5 {font-size: 1.2rem;}
    .type-lato h6 {font-size: 1rem;} 
}

.type-lato .display-text {
    font-family: 'Lato', sans-serif;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0px;
}