@charset "utf-8";
/* CSS Document */
.overlay25{
	background: rgba(180, 180, 180, 0.7);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	display: none;
}
	.examChoice {
		display: none;
		padding:30px;
         width: 440px;
		height:200px;
		 background-color: #FFFFFF;
         text-align:center;
         position:fixed;
		  z-index:101;
		border-radius: 10px;
		border:1px solid black;
		box-shadow: 3px 6px 4px 4px #999;
		top: 50%;
  left: 50%;
  transform: translate(-250px, -130px);	
color: black;
font-size: 13px;		
	}
	.link25 {
    display:inline-block;
    text-decoration: none; 
	padding: 15px 50px;
	margin: 30px;	
   text-align: center;
	font-size:16px;	
   cursor:pointer;
   overflow:auto;
	color:#eee;
   background-color: #16a;
			transition:0.3s; 
     }

 .link25:hover {
    background-color: #28c;
	color:white;
}
	@media screen and (max-width: 700px){
		.examChoice {
		width: 250px;
		 transform: translate(-155px, -40px);	
		height:160px;	
		}
			.link25 { 
	padding: 10px 20px;
	margin: 10px;	
 
     }
	}

.examChoiceGCSE {
		display: none;
		padding:30px;
         width: 440px;
		height:200px;
		 background-color: #FFFFFF;
         text-align:center;
         position:fixed;
		  z-index:101;
		border-radius: 10px;
		border:1px solid black;
		box-shadow: 3px 6px 4px 4px #999;
		top: 50%;
  left: 50%;
  transform: translate(-250px, -130px);	
color: black;
font-size: 13px;		
	}
	.link25GCSE {
    display:inline-block;
    text-decoration: none; 
	padding: 15px 20px;
	margin: 30px;
	min-width: 100px;	
   text-align: center;
	font-size:15px;	
   cursor:pointer;
   overflow:auto;
	color:#eee;
   background-color: #16a;
			transition:0.2s; 
     }

 .link25GCSE:hover {
    background-color: #28c;
	color:white;
}
	@media screen and (max-width: 520px){
		.examChoiceGCSE {
		width: 260px;
		padding:20px;
		height:160px;		
		 transform: translate(-150px, -70px);	
		
		}
			.link25GCSE { 
	padding: 10px 5px;
	margin: 10px;	
 min-width: 80px;
     }
	}