﻿@import url('https://fonts.googleapis.com/css?family=Quicksand:300,500');
@import url('https://fonts.googleapis.com/css?family=Kalam:300');

.type-quicksand-kalam {
    font-family: 'Quicksand', sans-serif;
    font-size: 100%; 
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-quicksand-kalam p, .type-quicksand-kalam td, .type-quicksand-kalam li, .type-quicksand-kalam label {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-quicksand-kalam h1, .type-quicksand-kalam h2, .type-quicksand-kalam h3, .type-quicksand-kalam h4, .type-quicksand-kalam h5, .type-quicksand-kalam h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: none;
    font-style: normal;
}        

.type-quicksand-kalam h1 {font-size: 2.7rem;margin: 0.1rem 0 0.3rem;}
.type-quicksand-kalam h2 {font-size: 2.2rem;margin: 0.23rem 0 0.3rem;}
.type-quicksand-kalam h3 {font-size: 1.7rem;margin: 0.41rem 0 0.3rem;}
.type-quicksand-kalam h4 {font-size: 1.5rem;margin: 0.48rem 0 0.3rem;}
.type-quicksand-kalam h5 {font-size: 1.3rem;margin: 0.55rem 0 0.3rem;line-height: 1.6;}
.type-quicksand-kalam h6 {font-size: 1.1rem;margin: 0.6rem 0 0.3rem;font-weight: bold;line-height: 1.8;}
.type-quicksand-kalam p {margin: 0.5rem 0 1rem;}

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

.type-quicksand-kalam .display-text {
    font-family: 'Quicksand', sans-serif;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 3px;
}