* {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #1a6fd7;
/*	color:	black;*/
}

body {
	background-color: white;
}

h1 {
	/*font-family: Arial, Helvetica, sans-serif;*/
/*	font-style: italic;*/
	color: #1a6fd7;
	font-size: 35px;
	margin-bottom: 10px;
}

p {
/*	color: #b965ae;*/
	color: #1a6fd7;
/*	font-style: italic;*/
	font-size: 14px;
}

img {
	margin-bottom: 10px;
	width: 100%;
}

iframe {
	background-color: white;
	 width: 100%; 
	 height: 500px; 
}
/*a {
	font-size: 12px;
}*/

.videoWrapper {
	position:relative;
	padding-bottom:56.25%;
/*	padding-top:30px;*/
	height:0;
	overflow:hidden;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#centerColumn {
	position: absolute;
	margin-left: calc(50% - 30%);
	display: block;
	width: 60%;
	height: 2000px;
	background-color: white;
	padding-bottom: 300px;

}

#topContainer {
	position: relative;
	top: 100px;
	width: auto;
	height: auto;
/*	background-color: white;*/
	padding: 10px; 
	margin-bottom: 200px;
	z-index: 2;
}

#topText {
	width: 100%;
	height: 100%;
/*	background-color: white;*/
}

#projectFrameContainer {

	top: 10px;
	position: relative;
	height: auto;
	width: auto;
	background-color: white;
	font-size: 12px;
	font-style: italic;
	z-index: 1;

}

.projectFrame {
	position: relative;
	width: calc(100% - 20px);
	height: auto;
/*	background-color: #e2e2e2;*/
	margin-bottom: 65px;
	padding: 10px;
}


#imgPlaceholder1 {
	width: 100%;
	height: auto;
	background-color: white;


}

#imgPlaceholder {
	width: 100%;
	height:400px;
	background-color: aquamarine;
	margin-bottom: 15px;

}

.projectTitle {
	font-size: 18px;
	font-weight: bold;
	background-color: white;
}

#projectTitle2 {
	margin-bottom: 30px;
}

#projectText {
/*	background-color: white;*/
	color: #1a6fd7;
	font-size: 12px;
}

#whiteSpace {
	position: relative;
	width: 100%;
	height: 300px;
	background-color: orange;
	position: relative;
}

#bottomURL {
	position: relative;
	margin: auto;
	width: 30%;
	height: auto;
	background-color: white;
	text-align: center;
/*	display: inline-block;*/
}

#whiteSpace2 {
	width: 100%;
	height: 50px;
	background-color: green;
	position: relative;
}





@media screen and (max-width: 1000px) {


	p {
		font-size: 25px;
		text-align: center;
	}

	h1 {
		font-size: 55px;
		text-align: center;
	}

	.projectTitle {
		font-size: 28px;
		text-align: center;
/*		background-color: red;*/
	}

	#centerColumn {
		width: 95%;
		margin-left: calc(50% - 47.5%);
	}
	#topContainer {
		height: auto;
		top: 150px;
		margin-bottom: 280px;


	}

	#projectFrameContainer {
		font-size: 25px;
	}



}

@media screen and (min-width: 1400px) {
	#centerColumn {
		width: 800px;
		margin-left: calc(50% - 400px);
	}
}