﻿@import url('https://fonts.googleapis.com/css?family=Teko:300,600');
@import url('https://fonts.googleapis.com/css?family=Mukta+Mahee:200,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 100%; 
    line-height: 2;
    font-weight: 200;
}
p, td, li, label {
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}        

h1 {font-size: 3.5rem;margin: 0.19rem 0 0.1rem;}
h2 {font-size: 2.8rem;margin: 0.29rem 0 0.1rem;}
h3 {font-size: 2.3rem;margin: 0.39rem 0 0.1rem;}
h4 {font-size: 2rem;margin: 0.47rem 0 0.1rem;line-height: 1.35;}
h5 {font-size: 1.7rem;margin: 0.51rem 0 0.1rem;line-height: 1.5;}
h6 {font-size: 1.3rem;margin: 0.73rem 0 0.1rem;font-weight: bold;text-transform: none;line-height: 1.7;}
p {margin:0.44rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 5.8rem;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 6px;
    font-style: normal;
    text-transform: uppercase;
}

@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: 11px 50px 9px;
}
.is-btn-small {
    padding: 6px 25px 4px;
}

.display-font1 {font-family: 'Teko', sans-serif;}
.display-font2 {font-family: 'Mukta Mahee', sans-serif;}
.default-font1 {font-family: 'Teko', sans-serif;}
.default-font2 {font-family: 'Mukta Mahee', sans-serif;}