﻿@import url('https://fonts.googleapis.com/css?family=Rancho');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,700');

.type-rancho-robotoslab {
    font-family: 'Roboto Slab', serif;
    font-size: 100%; 
    line-height: 2.2;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-rancho-robotoslab p, .type-rancho-robotoslab td, .type-rancho-robotoslab li, .type-rancho-robotoslab label {
    font-family: 'Roboto Slab', serif;
    font-size: 1.13rem;
    line-height: 2.2;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-rancho-robotoslab h1, .type-rancho-robotoslab h2, .type-rancho-robotoslab h3, .type-rancho-robotoslab h4, .type-rancho-robotoslab h5, .type-rancho-robotoslab h6 {
    font-family: 'Rancho', cursive;
    font-weight: 400;
    line-height: 1.2;  
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal; 
}        

.type-rancho-robotoslab h1 {font-size: 4rem;margin: 0.14rem 0 0.2rem;}
.type-rancho-robotoslab h2 {font-size: 3.3rem;margin: 0.22rem 0 0.25rem;}
.type-rancho-robotoslab h3 {font-size: 2.7rem;margin: 0.3rem 0 0.3rem;}
.type-rancho-robotoslab h4 {font-size: 2.3rem;margin: 0.44rem 0 0.3rem;}
.type-rancho-robotoslab h5 {font-size: 1.8rem;margin: 0.5rem 0;line-height: 1.35;}
.type-rancho-robotoslab h6 {font-size: 1.55rem;margin: 0.6rem 0;line-height: 1.4;}
.type-rancho-robotoslab p {margin:0.55rem 0 1rem;}

.type-rancho-robotoslab .display { margin-bottom: 0.5rem; }
.type-rancho-robotoslab .display h1 {
	font-family: 'Rancho', cursive;
    font-size: 5.2rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin:0.4rem 0;
    font-style: normal;
}
.type-rancho-robotoslab .display p {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
}

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

.type-rancho-robotoslab .display-font1 {font-family: 'Rancho', cursive;}
.type-rancho-robotoslab .display-font2 {font-family: 'Roboto Slab', serif;}
.type-rancho-robotoslab .default-font1 {font-family: 'Rancho', cursive;}
.type-rancho-robotoslab .default-font2 {font-family: 'Roboto Slab', serif;}