/*
	Css "Index.css"
	by Jeremy Love <mailto:jez@jezlove.com>
	copyright 2020
*/

@import "../SubPage.css";

@media screen {

	article {
		background-image: url('Silouette.png');
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	h2 {
		text-align: center;
	}

}

@media screen and (min-width:500px) {

	article {
		padding-bottom: 200px;
	}

	section {
		padding-left: 300px;
	}

}

@media screen and (max-width:499px) {

	article {
		padding-bottom: 400px;
	}

}