﻿@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700');
@import url('https://fonts.googleapis.com/css?family=Palanquin:100,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Palanquin', sans-serif;
    font-size: 100%; 
    line-height: 2.1;
    font-weight: 100;
}
p, td, li, label {
    font-size: 1.13rem;
    line-height: 2.1;
    font-weight: 100;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel Decorative', cursive;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}        

h1 {font-size: 3rem;margin: 0.1rem 0 0.1rem;}
h2 {font-size: 2.5rem;margin: 0.18rem 0 0.1rem;}
h3 {font-size: 2rem;margin: 0.3rem 0 0.1rem;}
h4 {font-size: 1.7rem;margin: 0.43rem 0 0.1rem;}
h5 {font-size: 1.4rem;margin: 0.51rem 0 0.1rem;line-height: 1.8;}
h6 {font-size: 1.15rem;margin: 0.65rem 0 0.1rem;font-weight: bold;text-transform: none;line-height: 2;}
p {margin: 0.35rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 4.5rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 2px;
    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: 10px 50px;
}
.is-btn-small {
    padding: 7px 25px;
}

.display-font1 {font-family: 'Cinzel Decorative', cursive;}
.display-font2 {font-family: 'Palanquin', sans-serif;}
.default-font1 {font-family: 'Cinzel Decorative', cursive;}
.default-font2 {font-family: 'Palanquin', sans-serif;}