body {
	font-family: Arial, sans-serif;
	font-size: large;
	color: #424242;
	background-color: #f8f8f8;
}

.container {
	width: 100%;
	max-width:1024px;
	margin: 0 auto;
}

.banner {
	width: 100%;
	height: auto;
}

.navbar {
	background-color: #05aafa;
	overflow: hidden;
}

.navbar a {
	float: left;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.navbar a:hover {
	background-color: #0080ff;
}

.topics {
	float: left;
}

.locale {
	float: right;
}

.locale img {
	width: 24px;
	height: 16px;
}

.project {
	width: 100%;
	
	/* This is the 16:9 proportional height of a 512 width. 512 is half the container size. */
	min-height: 283px;
	height: auto;
}

/* The website expects the images to have 16:9 radio with a 1024x576 resolution */
.project_image {
	width:50%;
	height:auto;
	border:none;
	float:left;
	margin: 0px 10px 0px 0px;
}

.project_iframe, .project_work_in_progress {
	position: relative;
	float:left;
	border:none;
	width:50%;
	padding-bottom: 28%;
	margin: 0px 10px 0px 0px;
}

.project_iframe iframe {
	border:none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}

.project_links img {
	width:150px;
	height:auto;
	margin: 0px 10px 0px 0px;
}

.project_work_in_progress p {
	position: absolute;
	text-align: center;
	width:100%;
	height:100%;
	font-size:xxx-large;
}

@media screen and (max-width: 1050px) {
	
	.project_image {
		width:100%;
		height: auto;
		float:top;
		margin: 0px 0px 20px 0px;
	}
	
	.project_iframe, .project_work_in_progress  {
		position: relative;
		float:top;
		border:none;
		width:100%;
		padding-bottom: 60%;
		margin: 0px 0px 20px 0px;
	}	
	
	.project_work_in_progress p {
		font-size:xxx-large;
	}
}

.community_links img {
	width:48px;
	height:auto;
	margin: 0px 10px 20px 0px;
}


.footer {
	width: 100%;
	height: auto;	
	background-color: #05aafa;
	overflow: hidden;
}

.footer p {
	padding: 5px;
	color: white;
}

.footer a {
	padding: 5px;
	color: white;
}
