
@media screen and (max-width: 30em){
	html {
		font-size: 80%;
	}
}

* {
    padding: 0;
    margin: 0;
	box-sizing: border-box;
}

body {
	background-color:#1A1A1A;
}



article{
	max-width:50rem;
	margin-top:4rem;
	margin-bottom: 10rem;
	margin-left: auto;
	margin-right: auto;
	padding-right:2rem;
	padding-left:2rem;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	line-height: 150%;
	color:#FFF7F2;
}

h1{
	margin-bottom:2rem;
	font-size:2.1rem;
	font-weight: 500;
}

#description{
	display:flex;

}

#description p + p{
	padding-top:1rem;
}

#description-copy{
	width:62%;
	padding-right:2rem;
	background-image:url(media/robot.svg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-size: auto 12rem;
	padding-bottom:15rem;
}

hr {
	border:none;
	border-top: 2px solid rgba(255, 247, 242, 0.66);
}

#seperator{
	display:none;
}

@media screen and (max-width:50rem) {
	#seperator{
		display:block;
		margin-bottom: 2rem;
	}	
}

#demo-vid{
	width:38%;
	background-color: dimgrey;
	height:30rem;
}

video{
	display:block;
    width:100%; !important;
	height: auto !important;
}

iframe{
	display:block;
	width: 100%;
}

/*
.vidcontainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	box-sizing:border-box;
	overflow: hidden;
}
*/



@media screen and (max-width:50rem) {
	article{
		margin-top:2rem;
		padding-right:1rem;
		padding-left:1rem;
	}
	
	h1{
		margin-bottom:1rem;
		font-size:2rem;
		font-weight: 700;
	}
	
	#description{
		display:block;
	}
	
	#description-copy{
		width:auto;
		padding-right:0rem;
	}
	
	#demo-vid{
		width:100%;
		margin-bottom: 2rem;
	}
}



#process{
	margin-top:2rem;
}

#process img{
	padding:2rem;
}



/*

body {
	background-color:#22272D;
}

@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;
	}
}
*/
