﻿@import url('https://fonts.googleapis.com/css?family=Unica+One');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Marck+Script');

.type-unicaone-cormorantgaramond {
    font-family: 'Cormorant Garamond', serif;
    font-size: 100%; 
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-unicaone-cormorantgaramond p, .type-unicaone-cormorantgaramond td, .type-unicaone-cormorantgaramond li, .type-unicaone-cormorantgaramond label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.31rem;
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-unicaone-cormorantgaramond h1, .type-unicaone-cormorantgaramond h2, .type-unicaone-cormorantgaramond h3, .type-unicaone-cormorantgaramond h4, .type-unicaone-cormorantgaramond h5, .type-unicaone-cormorantgaramond h6 {
    font-family: 'Unica One', cursive;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-style: normal;
}        

.type-unicaone-cormorantgaramond h1 {font-size: 3rem;margin: 0.17rem 0 0.3rem;}
.type-unicaone-cormorantgaramond h2 {font-size: 2.5rem;margin: 0.25rem 0 0.3rem;}
.type-unicaone-cormorantgaramond h3 {font-size: 2.1rem;margin: 0.38rem 0 0.3rem;}
.type-unicaone-cormorantgaramond h4 {font-size: 1.8rem;margin: 0.43rem 0 0.3rem;line-height: 1.4;}
.type-unicaone-cormorantgaramond h5 {font-size: 1.5rem;margin: 0.5rem 0 0.3rem;line-height: 1.6;}
.type-unicaone-cormorantgaramond h6 {font-size: 1.35rem;margin: 0.54rem 0 0.3rem;text-transform: none;line-height: 1.8;}
.type-unicaone-cormorantgaramond p {margin:0.5rem 0 1rem;}

.type-unicaone-cormorantgaramond .display { margin-bottom: 0.5rem; }
.type-unicaone-cormorantgaramond .display h1 {
	font-family: 'Unica One', cursive;
    font-size: 4.9rem;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0.4rem 0;
    font-style: normal;
}
.type-unicaone-cormorantgaramond .display p {
    font-family: 'Marck Script', cursive;
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 640px) {
    .type-unicaone-cormorantgaramond .display h1 {font-size: 2.5rem;}
    .type-unicaone-cormorantgaramond .display p {font-size: 1.4rem;}
    .type-unicaone-cormorantgaramond h1 {font-size: 2.3rem;}
    .type-unicaone-cormorantgaramond h2 {font-size: 2rem;}
    .type-unicaone-cormorantgaramond h3 {font-size: 1.7rem;}
    .type-unicaone-cormorantgaramond h4 {font-size: 1.4rem;}
    .type-unicaone-cormorantgaramond h5 {font-size: 1.2rem;}
    .type-unicaone-cormorantgaramond h6 {font-size: 1rem;} 
}

.type-unicaone-cormorantgaramond .is-btn {
    padding: 10px 50px;
}
.type-unicaone-cormorantgaramond .is-btn-small {
    padding: 5px 25px;
}

.type-unicaone-cormorantgaramond .display-font1 {font-family: 'Unica One', cursive;}
.type-unicaone-cormorantgaramond .display-font2 {font-family: 'Marck Script', cursive;}
.type-unicaone-cormorantgaramond .default-font1 {font-family: 'Unica One', cursive;}
.type-unicaone-cormorantgaramond .default-font2 {font-family: 'Cormorant Garamond', serif;}
