/* @override 
	http://www.owengriffiths.co.uk/assets/css/style.css */



:root {
overflow: hidden;
height: 100%;
}
body, p {
margin: 0;
font-family: 'Open Sans';
}
.container {
	
	height: 100vh;

}
canvas {position: fixed; top: 0; background: none !important; z-index: 0 !important;
}

img {
	width: auto;
	height: auto;
	opacity: 0.4;
	max-width: 100%;
	max-height: 10vh;
}
.home {
	position: relative;
	padding-top: 20vh;
	text-align: center;
}
.skills h2 {
	font-weight: 100;
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 5vh;
	text-transform: uppercase;
}
.skills h2 span {
	display: inline-block;
}
.alt {
	opacity: 0.25;
}
.alt2 {
	opacity: 0.2;
}
.alt3 {
	opacity: 0.15;
}

@media (min-width: 768px) { 
	.home {
		padding-top: 20vh !important;
	}
	.skills h2 {
		font-size: 32px !important;
		margin-top: 10vh !important;
	}
}
@media (min-width: 1024px) {
	.home {
		padding-top: 30vh !important;
	}
	.skills h2 {
		font-size: 32px !important;
		margin-top: 12vh !important;
	}
	img {max-height: 15vh;}
}