@charset "UTF-8";
/* Type */
/* Written by Hanson Ma */

#picspace{
  float: left;
  width: 100%;
  height: 69px;
}

#topspacer{
	float: left;
	width: 100%;
	height: 19px;
}

.selection{
	float: left;
	width: 30.33333%;
	height: auto;
	margin-left: 19px;
	position: relative;
	display: flex;
	-moz-user-select: -moz-none;
 	-khtml-user-select: none;
	-webkit-user-select: none;	
}

.selection:hover > .greeny{
	opacity: 0.5;
}

.two{
	margin-top: 19px;
}

.mid{
	float: left;
	width: 100%;
	height: 20%;
	background: rgba(0,0,0,.5);
	position: absolute;
	z-index: 40;
	margin-top: 40%;
	font-size: 30px;
	color: #fff;
	font-family: "Roboto-Thin";
	display: flex;
    align-items: center; 
    justify-content: center;
    
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .mid {
      background: rgba(0,0,0,.5);
      -webkit-backdrop-filter: brightness(1) blur(7px);
      backdrop-filter: brightness(1) blur(7px);
  }
}

.greeny{
	float: left;
	width: 100%;
	height: 100%;
	background: #56d46a;
	position: absolute;
	z-index: 39;
	opacity: 0;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

@media only screen and (max-width: 800px) {

	#topspacer{
		height: 15px;
	}

	.selection{
		width: 33.333333%;
		margin-left: 0px;
	}

	.two{
		margin-top: 0px;
	}

	#picspace{
		height: 55px;
	}

}

@media only screen and (max-width: 720px) {

	.mid{
		font-size: 25px;
	}

}

@media only screen and (max-width: 650px) {

	.selection{
		width: 50%;
	}

	.mid{
		font-size: 35px;
	}

}

@media only screen and (max-width: 600px) {

	.mid{
		font-size: 30px;
	}

}

@media only screen and (max-width: 500px) {

	.mid{
		font-size: 25px;
		font-family: "Roboto-Light";
	}

}

@media only screen and (max-width: 425px) {

	.mid{
		font-size: 20px;
	}

}

@media only screen and (max-width: 330px) {

	.mid{
		font-size: 25px;
	}

}

@media only screen and (max-width: 330px) {

	.selection{
		width: 100%;
	}

	.mid{
		font-size: 30px;
	}

}


