﻿@import url('https://fonts.googleapis.com/css?family=Inder');
@import url('https://fonts.googleapis.com/css?family=Trirong:200,200i,600');
@import url('https://fonts.googleapis.com/css?family=Reenie+Beanie');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Trirong', serif;
    font-size: 100%; 
    line-height: 2.1;
    font-weight: 200;
}
p, td, li, b-label:not(.fb-text-label):not(.fb-textarea-label) {
    font-size: 1.2rem;
    line-height: 2.1;
    font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inder', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 2px;
}        

h1 {font-size: 3rem;margin: 0.03rem 0 0.3rem;}
h2 {font-size: 2.4rem;margin: 0.16rem 0 0.3rem;}
h3 {font-size: 1.9rem;margin: 0.32rem 0 0.3rem;}
h4 {font-size: 1.6rem;margin: 0.39rem 0 0.3rem;line-height: 1.65;}
h5 {font-size: 1.4rem;margin: 0.43rem 0 0.3rem;line-height: 1.8;}
h6 {font-size: 1.2rem;margin: 0.54rem 0 0.3rem;font-weight:bold;line-height: 2;}
p {margin:0.55rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 4.8rem;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: 0.4rem 0;
}
.display p {
    font-family: 'Reenie Beanie', cursive;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;
    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;} 
}

.is-btn {
    padding: 11px 50px 9px;
}
.is-btn-small {
    padding: 6px 25px 4px;
}

.display-font1 {font-family: 'Inder', sans-serif;}
.display-font2 {font-family: 'Reenie Beanie', cursive;}
.default-font1 {font-family: 'Inder', sans-serif;}
.default-font2 {font-family: 'Trirong', serif;}