﻿@import url('https://fonts.googleapis.com/css?family=Kelly+Slab');
@import url('https://fonts.googleapis.com/css?family=Yantramanav:300,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Yantramanav', sans-serif;
    font-size: 100%; 
    line-height: 1.9;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.34rem;
    line-height: 1.9;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 2px;    
}        

h1 {font-size: 3rem;margin: 0.16rem 0 0.3rem;}
h2 {font-size: 2.5rem;margin: 0.26rem 0 0.3rem;}
h3 {font-size: 2.1rem;margin: 0.38rem 0 0.3rem;}
h4 {font-size: 1.8rem;margin: 0.49rem 0 0.3rem;line-height: 1.4;}
h5 {font-size: 1.5rem;margin: 0.56rem 0 0.3rem;line-height: 1.55;}
h6 {font-size: 1.34rem;margin: 0.56rem 0 0.3rem;font-weight: bold;text-transform: none;line-height: 1.7;}
p {margin: 0.55rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-family: 'Kelly Slab', cursive;
    font-size: 4.3rem;
    letter-spacing: 4px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 5px;
    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;} 
}

.is-btn {
    padding: 12px 50px 9px;
}
.is-btn-small {
    padding: 7px 25px 4px;
}

.display-font1 {font-family: 'Kelly Slab', cursive;}
.display-font2 {font-family: 'Yantramanav', sans-serif;}
.default-font1 {font-family: 'Yantramanav', sans-serif;}
.default-font2 {font-family: 'Yantramanav', sans-serif;}