@charset "utf-8";
/* CSS Document */
.one_fourthg{
	
	height:480px;
	width:100%;
	border-radius:6px;
	color:#3b3a39;
	padding:10px;
	
}
.one_fourthw{
	display:block;
	float:left;
	width:25%;
	height:420px;
	text-align:center;
	padding-right:20px;
	padding-left:20px;
	padding-top:10px;
	
		
}
.one_fourthw a:link{
text-decoration:none;
font-size:120%;

}
.one_fourthw a:visited{
text-decoration:none;
color:white;

}
.botside{
	width:100%;
	padding-top:20px;
	color:#3b3a39;
}	
.one_fifthr{
	display:block;
	float:left;
	width:20%;
	height:60px;
	background-color:white;
	
}
.one_fifthr img{
	padding-top:10px;

}
.one_fifthb{
	display:block;
	float:left;
	width:20%;
	min-height:200px;
	background-color:white;
	
}
.one_fifthb ul{
	width:100%;
	font-size:120%;
	line-height:150%;
	padding-top:10px;
	padding-left:10px;

}
.one_fifthb ul li a:link{
	text-decoration:none;
	color:#767676;
}

.one_fifthb ul li a:visited{
	text-decoration:none;
	color:#767676;
}
.one_fifthb ul li a:hover{
	text-decoration:none;
	color:white;
}
.fourthfifth{
	display:block;
	float:left;
	width:80%;
	min-height:60px;
	text-align:left;
	
	
}
.listholder{
width:33.33%;
	float:left;
	
	
}
.listholder ul{
	width:100%;
	
	padding-left:14%;

}
li.pen {
	background:url("../images/pen.png");
	background-repeat:no-repeat;
	height:60px;
	padding-left:45px;
	padding-top:14px;
	font-size:120%;
	display:block;
	width:90%;
	
	
}
li.pen a:link {
	text-decoration:none;
	color:#767676;
	display:block;
	width:90%;

}
li.pen a:visited {
	text-decoration:none;
	color:rgb(239,32,89);

}
li.pen a:hover{
	text-decoration:none;
	color:white;
	background-color:rgb(50,177,110);

}
li.gamelink{
	height:40px;
	font-size:120%;
	display:block;
	width:100%;

}
li.gamelink a:link {
	text-decoration:none;
	color:rgb(239,32,89);
	display:block;
	

}
li.gamelink a:visited {
	text-decoration:none;
	color:rgb(239,32,89);

}
li.gamelink a:hover{
	text-decoration:none;
	color:white;
	background-color:rgb(50,177,110);

}
.circlebig{
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 auto;
	padding-top:40px;

}

.circlebigb{
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 auto;
	padding-top:40px;

}
.circlebigb img{
	width:210px;
	height:auto;
	
}
.gbutton {
	width:150px;
	height:40px;
	font-size:100%;
	color:white;
	font-family: 'Lato', sans-serif;
	 border: none;
	 margin-top:10px;
	 margin-left:0px;
	 margin-right:0px;
	 border-radius:10px;
	 cursor:pointer;
 transition: 0.3s;
}
.gbutton:hover {
  background-color: #e5fa05;
  color: white;
  border: none;
}
.ginfosec{
	width:100%;
	min-height:450px;
	display:block;
}
.marginbtw{
	margin-bottom:20px;
}
.cbutton {
	width:200px;
	height:80px;
	font-size:200%;
	color:white;
	font-family: 'Lato', sans-serif;
	 border: none;
	 margin-top:10px;
	 margin-left:0px;
	 margin-right:0px;
	 border-radius:10px;
	 cursor:pointer;
}

li.game {
	background:url("../images/game.png");
	background-repeat:no-repeat;
	height:60px;
	padding-left:60px;
	padding-top:0px;
	font-size:120%;
	display:block;
	width:95%;
	text-align:left;
	
	
}
li.game a:link {
	text-decoration:none;
	color:rgb(244,102,0);
	display:block;
	

}
li.game a:visited {
	text-decoration:none;
	color:rgb(244,102,0);

}
li.game a:hover{
	text-decoration:none;
	color:white;
	background-color:rgb(50,177,110);

}
.ulist{
	padding-left:10%;

}

.gptitle{
	font-size:200%;
	padding-bottom:10px;
	color:rgb(50,177,110);

}
.dtitle{
	font-size:150%;
	text-align:center;
	padding-top:0px;
	margin:0px;
}
 p.dtitle{
color:#39bada;
	padding-top:0px;
	margin:0px;
	text-align:center;
}
.adbutton {
	width:200px;
	height:40px;
	font-size:105%;
	background-color:#689ff7; 
	color:415e8c;
	font-family: 'Lato', sans-serif;
	border: none;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	border-radius:10px;
	cursor:pointer;
	transition: 0.3s;
}
.adbutton:hover {
  background-color: #3e8e41;
  color: white;
}
@media only screen and (max-width: 900px) {
.listholder{
	width:100%;

}
.one_fourthw{
	width:100%;

}
.one_fifth{
	
	height:400px;


}
.one_fifthb{
width:100%;
}
.botside{
	height:300px;
}
.ulist{
	width:100%;

}
li.game a:link {
	
	width:100%;

}
.fourthfifth{
	width:100%;

}	

}
@media only screen and (max-width: 600px) {
.botside{
	height:200px;
}	
.fourthfifth{
	width:100%;

}	

}