html{
	height:100%;
}
body{
    background-size:cover;
  	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	overflow:hidden;
}	
.se-pre-con{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}

.logos{
	margin-top:1%;
	padding:0px !important;
}

#homeDiv{
 z-index:5;
 padding:0%;
}
#mainContent{
	margin-top:-5%;
}
#playDiv{
	 margin-top: 15%;
    margin-left: 85%;
    padding:0%;
}
.noPadding{
	padding:0px !important;
}
#leftDiv{
	padding:0%;
}

.bottomDiv{
	width:14%;
	margin-right: 1%;
	background-color:mintcream;
	border: 1px solid;
	background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
}
#bottomContent {
  border-radius: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  position:fixed;
  bottom:0;
  margin-bottom:1%;
}
#bottomContent::-webkit-scrollbar
{
	height:12px;
	background-color: #F5F5F5;
	border-radius:1px;
}

#bottomContent::-webkit-scrollbar-thumb
{
	border-radius:10px;
	background-color: #000000;
}
.endPageMsgs{
	font-family: "Times New Roman", Georgia, Serif;
	color: rgb(136, 43, 218);
	font-size: 4.0em;
	margin-top: 10%;
	text-align: center;		
}

#next{                                  
	margin-top: 11%;
	margin-left: 3%;
}

.row{
	margin:0px;
}

.pieces{
	padding: 0px;	      
}

#playAgainDiv{
	margin-left: 47%;
    margin-top: 4%;
    padding: 0%;
}

/*Media Query*/
@media screen  and (min-device-width :360px) and (max-device-width :480px){
#playDiv{
	  margin-top: 20%;
	  padding:0%;
}
.endPageMsgs{
	font-family: "Times New Roman", Georgia, Serif;
	color: rgb(136, 43, 218);
	margin-top: 10%;
	text-align: center;	
	font-size: 2em;
}
#score{
	   margin-top: -3%;
}
#playAgainDiv{
	margin-left: 47%;
    padding: 0%;
}
}

@media screen and (min-device-width :500px) and (max-device-width:640px){
#playDiv{
	  margin-top: 14%;
	  padding:0%;
}

.bottomDiv{
	width:15%;
	margin-right: 1%;
	background-color:mintcream;
	border: 1px solid;
	background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
}
#mainContent{
	margin-top:-3%;
}

#playAgainDiv{
	 padding:0%;
}
.noPadding{
	padding:0px !important;
}

.noPaddingLeft{
	padding-left:0px !important;
}
#score{ 
   	margin-top: -5%;
}
.endPageMsgs{
	font-family: "Times New Roman", Georgia, Serif;
	color: rgb(136, 43, 218);
	margin-top: 8%;
	text-align: center;	
	font-size: 2.8em;
}
#bottomContent::-webkit-scrollbar
{
	height:6px;
	background-color: #F5F5F5;
	border-radius:1px;
}

#bottomContent::-webkit-scrollbar-thumb
{
	border-radius:6px;
	background-color: #000000;
}
}

@media screen  and (min-device-width :641px) and (max-device-width:767px){

#playDiv{
	    margin-top: 14%;
	    padding:0%;
}
#playAgainDiv{
	 padding:0%;
}

.bottomDiv{
	width:14%;
	margin-right: 1%;
	background-color:mintcream;
	border: 1px solid;
	background-position: center;
    background-size: contain;
    background-repeat:no-repeat;
}

#mainContent{
	margin-top:-5%;
}

.noPadding{
	padding:0px !important;
}

.noPaddingLeft{
	padding-left:0px !important;
}

#bottomContent::-webkit-scrollbar
{
	height:8px;
	background-color: #F5F5F5;
	border-radius:1px;
}

#bottomContent::-webkit-scrollbar-thumb
{
	border-radius:8px;
	background-color: #000000;
}
.endPageMsgs{
	font-family: "Times New Roman", Georgia, Serif;
	color: rgb(136, 43, 218);
	margin-top: 11%;
	text-align: center;	
	font-size:3em;
}
}
@media screen and (min-width:768px)and (max-width:1024px){
#mainContent{
	margin-top:-6%;
}
#playDiv{
	    margin-top: 14%;
}
#playAgainDiv{
	 padding:0%;
}
#leftDiv{
	padding:0%;
}
.endPageMsgs{
	font-family: "Times New Roman", Georgia, Serif;
	color: rgb(136, 43, 218);
	margin-top: 10%;
	font-size:3.8em;
	text-align: center;	
}
}

@media screen and (min-width:1024px)and (min-height:450px){
#mainContent{
	margin-top:-9%;
}
#bottomContent{
margin-bottom: 0%; 
}
}
@media screen and (min-width: 1200px) and (max-width: 1440px){
#playDiv{
margin-top:15%;
}
#mainContent{
	margin-top:-7%;
}
.endPageMsgs{
	font-family: "Times New Roman", Georgia, Serif;
	color: rgb(136, 43, 218);
	margin-top: 10%;
	font-size:6em;
	text-align: center;	
}
}

@media screen and (min-width: 1450px) {
#playDiv{
margin-top:16%;
}

#mainContent{
	margin-top:-7%;
}
.endPageMsgs{
	font-family: "Times New Roman", Georgia, Serif;
	color: rgb(136, 43, 218);
	margin-top: 10%;
	font-size:9em;
	text-align: center;	
}
}
