﻿@import url('https://fonts.googleapis.com/css?family=Oranienbaum');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%; 
    line-height: 2;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.13rem; 
    line-height: 2;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oranienbaum', serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
}        

h1 {font-size: 3.3rem;margin: 0.07rem 0 0.3rem;}
h2 {font-size: 2.5rem;margin: 0.2rem 0 0.3rem;}
h3 {font-size: 2rem;margin: 0.34rem 0 0.3rem;}
h4 {font-size: 1.7rem;margin: 0.54rem 0 0.3rem;}
h5 {font-size: 1.4rem;margin: 0.64rem 0 0.3rem;line-height: 1.6;}
h6 {font-size: 1.26rem;margin: 0.74rem 0 0.3rem;font-weight:bold;line-height: 1.8;}
p {margin: 0.45rem 0 1rem;}

.display { margin-bottom: 0.5rrem; }
.display h1 {
    font-size: 4.3rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.display p {
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 2px;
    text-transform: uppercase;
    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 11px;
}
.is-btn-small {
    padding: 5px 25px;
}

.display-font1 {font-family: 'Oranienbaum', serif;}
.display-font2 {font-family: 'Source Sans Pro', sans-serif;}
.default-font1 {font-family: 'Oranienbaum', serif;}
.default-font2 {font-family: 'Source Sans Pro', sans-serif;}
