* {
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	line-height: 150%;
}

body {
	background-color:#1A1A1A;
}

@media screen and (min-width:30em) {
	html {
		font-size: 100%;
	}	
}



h1 {
	position: relative;
	width:23rem; !important;
	font-weight: normal;
	line-height: 110%;
	font-size:3rem;
	color:rgba(0,150,220,1);
	margin-bottom: 2rem;
	margin-top: 8rem;
}

p {
	color:#cccccc;
	font-size:1.3rem;
}

.column{
	display:block;
	max-width:45rem;
	width:auto;
	margin-left: auto;
	margin-right: auto;
	padding-left:2rem;
	padding-right:2rem;
}

#banner{
	background-image: url(media/fine%20motor%20page.jpg);
	background-size: auto 100%;
	height:25rem;
	background-position: center;
	background-repeat: repeat-x;
	margin-top:4rem;
	margin-bottom:4rem;
}


#screenshot-text{
	margin-top:2rem;
	text-align: center;
}

#screenshots {
	display:flex;
	max-width:50rem; 
	width:auto;
	flex-wrap:wrap;
	justify-content:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: 12rem;
}

#screenshots img {position:relative;
	display:block;
	height:10rem;
	margin:1rem;
	transform:scale(1);
	transition: 0.5s;
}

#screenshots img:hover {
	transform:scale(1.8);
	transition: 0.5s;
	z-index:100;
	box-shadow: 0px 0px 1rem rgba(0,0,0,0.75);
	position:relative;
	
}




@media screen and  (max-width:50em) {
	#screenshots img:hover {
		transform:scale(2);
	}
}


@media screen and  (min-width:40em) and (max-width:50em) {
	#screenshots img:hover {
		transform:scale(1.5);
		box-shadow: 0px 0px 2rem rgba(0,0,0,1);
	}
}

@media screen and (max-width:40em) {
	#screenshots img {
		height:63vw;
	}
	
	
	#screenshots img:hover {
		transform:scale(1);
		box-shadow: 0px 0px 2rem rgba(0,0,0,0);
	}
	
	
	.column p {
		font-size:1rem;
	}
}




@media screen and (max-width:30em) {
	html {
		font-size: 80%;
	}
	
	#banner{
		height:20rem;
	}
}
