﻿@import url('https://fonts.googleapis.com/css?family=Poppins:300,600,800');
@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400i,700');


/**********************************
    General
***********************************/

.is-wrapper html { font-size: 100%; }
.is-wrapper body {
    margin: 0;
    font-family: 'Old Standard TT', serif ;
    font-size: 100% ;
    line-height: 2 ;
    font-weight: 400 ;
}
.is-wrapper p, td, li, label {
    font-size: 1.26rem ;
    line-height: 2 ;
    font-weight: 400 ;
}
.is-wrapper h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif ;
    font-weight: 600 ;
    line-height: 1.5 ;
}

.is-wrapper h1 {font-size: 2.7rem;margin: 0.13rem 0 0.3rem; }
.is-wrapper h2 {font-size: 2.3rem;margin: 0.23rem 0 0.3rem; }
.is-wrapper h3 {font-size: 1.9rem;margin: 0.35rem 0 0.3rem; }
.is-wrapper h4 {font-size: 1.6rem;margin: 0.47rem 0 0.3rem;line-height: 1.6; }
.is-wrapper h5 {font-size: 1.3rem;margin: 0.57rem 0 0.3rem;line-height: 1.7; }
.is-wrapper h6 {font-size: 1.1rem;margin: 0.74rem 0 0.3rem;line-height: 1.9; }
.is-wrapper p {margin:0.7rem 0 1rem;}

.is-wrapper .display { margin-bottom: 0.5rem; }
.display h1 {
    font-weight: 600;
    font-size: 3.8rem;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: capitalize;
    margin: 0.6rem 0;
}
.display p {
    font-size: 1.5rem;
    line-height: 2;
    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;}
    .is-wrapper h1 {font-size: 2.3rem;}
    .is-wrapper h2 {font-size: 2rem;}
    .is-wrapper h3 {font-size: 1.7rem;}
    .is-wrapper h4 {font-size: 1.4rem;}
    .is-wrapper h5 {font-size: 1.2rem;}
    .is-wrapper h6 {font-size: 1rem;}
}

.is-btn {
    padding: 13px 50px 8px;
}
.is-btn-small {
    padding: 7px 25px 4px;
}

.display-font1 {font-family: 'Poppins', sans-serif;}
.display-font2 {font-family: 'Old Standard TT', serif;}
.default-font1 {font-family: 'Poppins', sans-serif;}
.default-font2 {font-family: 'Old Standard TT', serif;}