/****************************************/
.pageTitle,
.contentTitle,
.contentTitle a {
    font-family: 'Questrial', sans-serif;
}




.navContainer,
.navButton,
.navContent li .button {
    font-family: 'Questrial';
    font-style: sans-serif;
    font-weight: 500;
}




.blockInnerContent,
.itemInnerContent,
.blockInnerContent a,
.itemInnerContent a {
    font-family: 'Questrial';
    font-style: sans-serif;
    font-weight: 200;
}




/****************************************/
.tablet,

.mobile {

   height: 100%;

   overflow: hidden;

}

.tablet body,

.mobile body {

   height: 100%;

   overflow-x: hidden;

   overflow-y: scroll;

   -webkit-overflow-scrolling: touch;

}