﻿@import url('https://fonts.googleapis.com/css?family=Unica+One');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Marck+Script');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 100%; 
    line-height: 1.9;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.31rem;
    line-height: 1.9;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Unica One', cursive;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}        

h1 {font-size: 3rem;margin: 0.17rem 0 0.3rem;}
h2 {font-size: 2.5rem;margin: 0.25rem 0 0.3rem;}
h3 {font-size: 2.1rem;margin: 0.38rem 0 0.3rem;}
h4 {font-size: 1.8rem;margin: 0.43rem 0 0.3rem;line-height: 1.4;}
h5 {font-size: 1.5rem;margin: 0.5rem 0 0.3rem;line-height: 1.6;}
h6 {font-size: 1.35rem;margin: 0.54rem 0 0.3rem;text-transform: none;line-height: 1.8;}
p {margin:0.5rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 4.9rem;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.4rem 0;
}
.display p {
    font-family: 'Marck Script', cursive;
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 400;
    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: 5px 25px;
}

.display-font1 {font-family: 'Unica One', cursive;}
.display-font2 {font-family: 'Marck Script', cursive;}
.default-font1 {font-family: 'Unica One', cursive;}
.default-font2 {font-family: 'Cormorant Garamond', serif;}