﻿@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 100%; 
    line-height: 1.8;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.29rem; 
    line-height: 1.8;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2px;
}        

h1 {font-size: 3.3rem;margin: 0.12rem 0 0.3rem;}
h2 {font-size: 2.8rem;margin: 0.19rem 0 0.3rem;}
h3 {font-size: 2.4rem;margin: 0.3rem 0 0.3rem;}
h4 {font-size: 2rem;margin: 0.4rem 0 0.3rem;}
h5 {font-size: 1.6rem;margin: 0.51rem 0 0.3rem;font-weight: bold;line-height: 1.5;}
h6 {font-size: 1.29rem;margin: 0.66rem 0 0.3rem;font-weight: bold;line-height: 1.7;}
p {margin: 0.75rem 0;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-weight: 400;
    font-size: 4.9rem;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 1px;
    font-style: italic;
}

@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 8px;
}
.is-btn-small {
    padding: 7px 25px 4px;
}

.display-font1 {font-family: 'Amatic SC', cursive;}
.display-font2 {font-family: 'Josefin Sans', sans-serif;}
.default-font1 {font-family: 'Amatic SC', cursive;}
.default-font2 {font-family: 'Josefin Sans', sans-serif;}