	html {
	    height: 100%;
	}

	body {
	    user-select: none;
	    background-position: center;
	    background-attachment: fixed;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    overflow: hidden;
	}

	.no-js #loader {
	    display: none;
	}

	.js #loader {
	    display: block;
	    position: absolute;
	    left: 100px;
	    top: 0;
	}

	.se-pre-con {
	    position: fixed;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 9999;
	    background: center no-repeat #fff;
	}

	#gamePage {
	    display: none;
	}

	#homeImage {
	    visibility: hidden;
	}

	#coverPage {
	    margin-top: 12%;
	}

	#homeAndLogoDiv {
	    display: none;
	    margin-top: 2%;
	}


	.wordDiv {
	    color: black;
	    /* font-size: 210%;*/
	    text-align: center;
	    /* border-radius: 25px;*/
	    /*padding: 0.5%;*/
	    /*background-color: white;*/
	}

	.recording {
	    overflow-x: auto;
	    white-space: nowrap;
	}


	.wordWindow {
	    background-repeat: no-repeat;
	    background-size: 95% 100%;
	    height:30vh;
	    padding:0px!important;
	    
	}

	.blink_me {
	    animation: blinker 1s linear infinite;
	}

	.glyphiconPosition {
	    margin-top: 12%;
	    font-size: 2vw;
	}

	.glyphicon {
	    display: inline !important;
	}

	.letter {
	    
	    margin-top: 30%;
	    font-size: 3vw;
	}

	.cardsImg {
	    height: 35vh;
	    /*pointer-events:none;*/
	}


	.noPadding {
	    padding: 0%;
	}

	@keyframes blinker {
	    50% {
	        opacity: 0.5;
	    }
	}

	@media screen and (min-device-width :380px) and (max-device-width:500px) {}

	@media screen and (max-device-width:680px)and (min-device-width:501px) {
	    .wordDiv {
	        font-size: 1em;
	    }
	}

	@media screen and (min-device-width :681px) and (max-device-width:767px) {
	    .wordDiv {
	        font-size: 1em;
	    }
	}

	@media screen and (max-device-width:900px)and (min-device-width:768px) {
	    .wordDiv {
	        font-size: 1em;
	    }
	}

	@media screen and (max-device-width:1280px)and (min-device-width:1025px) {}

	@media screen and (max-device-width:1535px)and (min-device-width:1281px) {
	    #gamePage {
	        margin-top: 1%;
	    }
	}

	@media screen and (min-device-width:1536px) {}

	@media screen and (min-device-height:600px)and (max-device-height:700px) {}

	MindMap.check($(this).attr('id'))