@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');


.type-montserrat-roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 100%;
    letter-spacing: 0.3px;
    line-height: 1.7;
    text-transform: none;
    font-style: normal;
}
.type-montserrat-roboto p, .type-montserrat-roboto td, .type-montserrat-roboto li, .type-montserrat-roboto label {
   	font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.7;
    text-transform: none;
    font-style: normal;
}
.type-montserrat-roboto h1, .type-montserrat-roboto h2, .type-montserrat-roboto h3, .type-montserrat-roboto h4, .type-montserrat-roboto h5, .type-montserrat-roboto h6 {
   	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}        

.type-montserrat-roboto h1 {font-size: 3.6rem;margin: 0.6rem 0 0.9rem;}
.type-montserrat-roboto h2 {font-size: 2.2rem;margin: 0.9rem 0 0.3rem;}
.type-montserrat-roboto h3 {font-size: 1.9rem;margin: 1.05rem 0 0.3rem;}
.type-montserrat-roboto h4 {font-size: 1.7rem;margin: 0.56rem 0 0.3rem;line-height: 1.6;}
.type-montserrat-roboto h5 {font-size: 1.6rem;margin: 0.58rem 0 0.3rem;line-height: 1.7;}
.type-montserrat-roboto h6 {font-size: 1.5rem;margin: 0.6rem 0 0.3rem;line-height: 2;}
.type-montserrat-roboto p {margin:0.4rem 0 1rem;}

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

.type-montserrat-roboto .display-text {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 800;
}