﻿@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 100%; 
    line-height: 2.2;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.02rem; 
    line-height: 2.2;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 2px;
}        

h1 {font-size: 3rem;margin: 0.02rem 0 0.1rem;}
h2 {font-size: 2.4rem;margin: 0.12rem 0 0.1rem;}
h3 {font-size: 1.9rem;margin: 0.26rem 0 0.1rem;}
h4 {font-size: 1.6rem;margin: 0.46rem 0 0.1rem;line-height: 1.7;}
h5 {font-size: 1.3rem;margin: 0.56rem 0 0.1rem;line-height: 1.8;}
h6 {font-size: 1.17rem;margin: 0.65rem 0 0.1rem;font-weight: bold;text-transform: none;line-height: 2;}
p {margin:0.47rem 0 1rem;}

.display { margin-bottom: 0.5rem;  }
.display h1 {
    font-size: 3.8rem;
    letter-spacing: 4px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0.4rem 0;
}
.display p {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 400;
    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;} 
}

.display-font1 {font-family: 'Raleway', sans-serif;}
.display-font2 {font-family: 'Playfair Display', serif;}
.default-font1 {font-family: 'Raleway', sans-serif;}
.default-font2 {font-family: 'Raleway', sans-serif;}
