﻿@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Yellowtail');


/**********************************
    General
***********************************/
body {
    font-family: 'Montserrat', sans-serif;
    /*line-height: 2;*/
    font-weight: 300;
}
/*p, td, li, label {
    font-size: 1.12rem;
    line-height: 2;
    font-weight: 300;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cabin Sketch', cursive;
    font-weight: 400;
    line-height: 1.3;
    margin: 0.5rem 0;
}        

h1 {font-size: 3rem;margin: 0.19rem 0 0.3rem;}
h2 {font-size: 2.5rem;margin: 0.3rem 0 0.3rem;}
h3 {font-size: 2.1rem;margin: 0.42rem 0 0.3rem;}
h4 {font-size: 1.8rem;margin: 0.54rem 0 0.3rem;line-height: 1.4;}
h5 {font-size: 1.5rem;margin: 0.6rem 0 0.3rem;line-height: 1.6;}
h6 {font-size: 1.18rem;margin: 0.75rem 0 0.3rem;font-weight: bold;line-height: 1.8;}
p {margin:0.65rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 5rem;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0.5rem 0;
}
.display p {
    font-family: 'Yellowtail', cursive;
    font-size: 2.2rem;
    line-height: 1.4;
    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: 12px 50px 9px;
}
.is-btn-small {
    padding: 5px 25px;
}*/

.display-font1 {font-family: 'Cabin Sketch', cursive;}
.display-font2 {font-family: 'Yellowtail', cursive;}
.default-font1 {font-family: 'Cabin Sketch', cursive;}
.default-font2 {font-family: 'Montserrat', sans-serif;}
