﻿@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Cousine:400,400i,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Cousine', monospace;
    font-size: 100%; 
    line-height: 1.9;
    font-weight: 400;
}
p, td, li, label {
    font-size: 1.06rem; 
    line-height: 1.9;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 7px;
}        

h1 {font-size: 3rem;margin: 0.06rem 0 0.3rem;}
h2 {font-size: 2.4rem;margin: 0.16rem 0 0.3rem;}
h3 {font-size: 2rem;margin: 0.27rem 0 0.3rem;}
h4 {font-size: 1.7rem;margin: 0.44rem 0 0.3rem;}
h5 {font-size: 1.25rem;margin: 0.61rem 0 0.3rem;font-weight: bold;line-height: 1.8;}
h6 {font-size: 1.06rem;margin: 0.85rem 0 0.3rem;font-weight: bold;line-height: 2;letter-spacing: 4px;}
p {margin: 0.9rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 4rem;
    letter-spacing: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 1px;
    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: 11px 50px 9px;
}
.is-btn-small {
    padding: 6px 25px 4px;
}

.display-font1 {font-family: 'Oswald', sans-serif;}
.display-font2 {font-family: 'Cousine', monospace;}
.default-font1 {font-family: 'Oswald', sans-serif;}
.default-font2 {font-family: 'Cousine', monospace;}