
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
	body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    overflow-x: hidden;
    background-color: #fff;
	}
	.page-main-heading{ text-align:center; font-size: 4vh; margin-bottom: 1rem;}
    .page-description-text{text-align:center; font-size: 1.7rem;}
	#wrap a:hover{ color:#000;}@media only screen  and (min-width : 1224px) {.page-description-text{text-align:center; font-size: 1.5rem;}}	@media only screen  and (min-width : 1824px) {.page-description-text{text-align:center; font-size: 1.7rem;}}
	
	
@media only screen and (max-width: 767px){
.page-main-heading {
    font-size: 3.3vh;
}
.page-description-text {
    font-size: 1.4rem;
}
}