﻿@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 100%; 
    line-height: 2;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.13rem; 
    line-height: 2;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
}        

h1 {font-size: 3.1rem;margin: 0.19rem 0 0.1rem;}
h2 {font-size: 2.5rem;margin: 0.25rem 0 0.1rem;}
h3 {font-size: 2rem;margin: 0.37rem 0 0.1rem;line-height: 1.35;}
h4 {font-size: 1.7rem;margin: 0.45rem 0 0.1rem;line-height: 1.5;}
h5 {font-size: 1.45rem;margin: 0.52rem 0 0.1rem;line-height: 1.65;}
h6 {font-size: 1.21rem;margin: 0.6rem 0 0.1rem;font-weight: bold;line-height: 1.8;}
p {margin: 0.45rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 3.7rem;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
}

@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;} 
}

.display-font1 {font-family: 'Frank Ruhl Libre', serif;}
.display-font2 {font-family: 'Lato', sans-serif;}
.default-font1 {font-family: 'Frank Ruhl Libre', serif;}
.default-font2 {font-family: 'Lato', sans-serif;}