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

body {
    font-family: 'Lato', sans-serif;
    /*line-height: 2;*/
    font-weight: 300;
    letter-spacing: 0.3px;
    font-size: 1.13rem;
}
/*p, td, li, label {
    font-size: 1.13rem; 
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.3px;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    line-height: 1.4;
}

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

.navbar-light .navbar-nav .nav-link {
    font-size: 1.063rem;
}

/*h1 {font-size: 3rem;margin: 0.1rem 0 0.3rem;}
h2 {font-size: 2.4rem;margin: 0.2rem 0 0.3rem;}
h3 {font-size: 2rem;margin: 0.33rem 0 0.3rem;}
h4 {font-size: 1.7rem;margin: 0.4rem 0 0.3rem;line-height: 1.6;}
h5 {font-size: 1.3rem;margin: 0.57rem 0 0.3rem;line-height: 1.8;font-weight:bold;}
h6 {font-size: 1.16rem;margin: 0.65rem 0 0.3rem;line-height: 2;font-weight:bold;}
p {margin:0.59rem 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;} 
}*/
