html{
	width: 100%;
	height: 100%;
}
body{
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#header{
	padding: 30px 0 0 0;
	width: 1024px;
	margin: 0 auto; 		
}
#header img{
	width: 300px;	
}
#intro{

}
h2{
	color: #8a2629;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
    text-align: center;
    padding: 10px 0;
	margin-top: 0;
	margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
p{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	margin: 0 0 10px 0;
	text-align: center;
}
#gamesTable{
	margin: 20px auto;
}
#gamesTable td{
	padding: 30px 30px 0 30px;	
}
#gamesTable img{
	width: 220px;
}

#surveyLink{
	text-align: center;
	padding: 30px 0 0 0;
}


a{
	color: #8a2629;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.btn{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: #8a2629;
    border: none;
	color: #fff;
	font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	user-select: none;
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-decoration: none;
	margin: 0 auto;
}
.btn:hover{
    background-color: #f2e6c6;
    border: none;
    color: #000;
	text-decoration: none;
}

#provided_by{
	padding: 50px 0 60px 0;
	text-align: center;	
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	margin: 0 0 10px 0;
	
}
#vp{
	padding: 4px 0 0 0;	
	margin-bottom: -8px;
}

@media screen and (max-width: 768px){
	#header{
		width: 100%;
		text-align: center;
	}
	#header img{
		width:70%;
		max-width: 300px;	
	}
	
	#gamesTable{
		width: 100%;
	}
	#gamesTable img {
		width: 100%;
	}
	#provided_by {
		font-size: .8rem;
	}
}