﻿@import url('https://fonts.googleapis.com/css?family=Passion+One:400,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,700');
@import url('https://fonts.googleapis.com/css?family=Pacifico');


/**********************************
    General
***********************************/

 
.d-wrapper {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 100%; 
    line-height: 1.9;
    font-weight: 300;
}
.d-wrapper p,.d-wrapper td,.d-wrapper li,.d-wrapper label {
    font-size: 1.19em;
    line-height: 1.9;
    font-weight: 300;
}
.d-wrapper h1,.d-wrapper  h2,.d-wrapper  h3,.d-wrapper  h4,.d-wrapper  h5,.d-wrapper  .d-wrapper h6{
    font-family: 'Passion One', cursive;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
}        

.d-wrapper h1{font-size: 3.2em;margin: 0.21em 0;}
.d-wrapper h2{font-size: 2.6em;margin: 0.31em 0;}
.d-wrapper h3{font-size: 2.1em;margin: 0.41em 0;}
.d-wrapper h4{font-size: 1.7em;margin: 0.55em 0;line-height: 1.3;}
.d-wrapper h5{font-size: 1.5em;margin: 0.55em 0;line-height: 1.5;}
.d-wrapper h6{font-size: 1.3em;margin: 0.65em 0;line-height: 1.7;}
.d-wrapper p{margin:0.6em 0 1em;}

.d-wrapper .display{ margin-bottom: 0.5em; }
.d-wrapper .display h1{
    font-size: 5em;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0.4em 0;
}
.d-wrapper .display p{
    font-family: 'Pacifico', cursive;
    font-size: 1.8em;
    line-height: 1.7;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
}

@media only screen and (max-width: 640px) {
    .d-wrapper .display h1{font-size: 2.5em;}
    .d-wrapper .display p{font-size: 1.4em;}
    .d-wrapper h1{font-size: 2.3em;}
    .d-wrapper h2{font-size: 2em;}
    .d-wrapper h3{font-size: 1.7rem;}
    .d-wrapper h4{font-size: 1.4em;}
    .d-wrapper h5{font-size: 1.2rem;}
    .d-wrapper h6{font-size: 1em;} 
}
