/*Stylesheet*/

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    margin: 0;
    padding: 0;
}


body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    -webkit-tap-highlight-color: transparent;

	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
    text-align: center;
	color: #FFFFFF;
	background-color: #FFFFFF;
    /*overflow:	hidden;*/
    /*position: relative;*/
    background-image: url(../assets/Pattern.png);
    background-repeat: repeat;
}
/*.portraitLock {*/
    /*position: absolute;*/
    /*display: none;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color:	#FFFFFF;*/
/*}*/
/*.rotatePhoneIcon {*/
    /*width: 60%;*/
    /*margin: 30px auto;*/
    /*display: block;*/
/*}*/
canvas {
    /*border: solid 1px rgba(255,0,0,0.7);*/
    touch-action-delay: none;
    touch-action: none;
    -ms-touch-action: none;
}

