@media screen and (max-width: 700px) {
	#page {
		width: 400px;
	}
	
	#home-images img {
		width: 400px;
		margin-left: 0px;
		margin-top: -28px;
	}
	
	.projects {
		width: 400px;
	}
	.projects .project {
		margin-bottom: 8px;
		line-height: 0px;
	}
	.projects .small,
	.projects .large,
	.projects .full {
		float: none;
	}
	.projects .full .project,
	.projects .large .project, 
	.projects .small .project {
		width: 400px;
		overflow: hidden;
		height: auto !important;
	}
	.projects img {
		width: 400px;
		height: auto !important;
	}
	
	#project-images img {
		max-width: 400px;
	}

	#info-images {
		width: 400px;
	}	
	#info-images li {
		float: none;
	}
	#info-images img {
		width: 400px;
	}

	#project-video iframe {
		width: 400px;
		height: 225px;
	}
#home-images {
	margin-left: 0px;
}
	#home-video iframe {
		width: 400px;
		height: 225px;
	}

	.columns {
		width: 400px;
	}
	.column-1,
	.column-2 {
		width: 400px;
		margin-right: 0px;
		float: none;
	}

	.column-1 {
		margin-bottom: 28px;
	}
h3 {
	font-family: 'Old Standard TT', Georgia, serif;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 75px;
	margin: 50px 0px 0px -6px;
}

h3 a:hover {
	border-bottom: 3px solid #000000;
	text-decoration: none;
}
}