@import url('https://fonts.googleapis.com/css?family=Rufina:400,700');
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');


.type-rufina-oxygen {
    font-family: 'Oxygen', sans-serif;
    font-weight:300;
	font-size: 100%;
    text-transform: none;
    font-style: normal;
}
.type-rufina-oxygen p, .type-rufina-oxygen td, .type-rufina-oxygen li, .type-rufina-oxygen label {
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    /* font-size: 0.93rem; */
    font-size: 0.95rem;
    letter-spacing: 0.6px;
    line-height: 2;
    text-transform: none;
    font-style: normal;
}
.type-rufina-oxygen.sm p, .type-rufina-oxygen.sm td, .type-rufina-oxygen.sm li, .type-rufina-oxygen.sm label {
    font-size: 0.93rem;
    line-height: 1.9;
}
.type-rufina-oxygen.lg p, .type-rufina-oxygen.lg td, .type-rufina-oxygen.lg li, .type-rufina-oxygen.lg label {
    font-size: 1.15rem;
    line-height: 2;
}
.type-rufina-oxygen h1, .type-rufina-oxygen h2, .type-rufina-oxygen h3, .type-rufina-oxygen h4, .type-rufina-oxygen h5, .type-rufina-oxygen h6 {
    font-family: 'Rufina', serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: none;
    font-style: normal;
}        

.type-rufina-oxygen h1 {font-size: 3.2rem;margin: 0.3rem 0 0.9rem;}
.type-rufina-oxygen h2 {font-size: 1.25rem;margin: 1.05rem 0 0.3rem;}
.type-rufina-oxygen h3 {font-size: 1rem;margin: 1.2rem 0 0.3rem;}
.type-rufina-oxygen h4 {font-size: 0.8rem;margin: 0.56rem 0 0.3rem;line-height: 1.6;}
.type-rufina-oxygen h5 {font-size: 0.7rem;margin: 0.58rem 0 0.3rem;line-height: 1.7;}
.type-rufina-oxygen h6 {font-size: 0.6rem;margin: 0.6rem 0 0.3rem;line-height: 2;}
.type-rufina-oxygen p {margin:0.4rem 0 1rem;}

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

.type-rufina-oxygen .display-text {
    font-family: 'Rufina', serif;
    letter-spacing: 1.4px;
    font-weight: 700;
    line-height: 1.2;
}