/*css for project 1*/

/*desktop*/

 body {
	background-image: url(../images/background.png);
	margin: 0;
	padding: 0;
	max-width: 100%;
	text-align: center;
	background-position: center center;
	background-attachment: fixed;
	}	

header {
	font-family: eloquent-jf-pro, serif;
	font-size: 120px;
	position: absolute;
	top: 62px;
	left: 40px;
	right: 60px;
	z-index: 1;
	}

.introduction {
	width: 100%;
	height: 400px;
	background-color: #FFFFFF;
	margin-top: 150px;
	}

.introduction p {
	font-family: Avenir;
	font-size: 13pt;
	padding: 90px;
	line-height: 2em;
	}
	
.parallax {
	height: 400px;
	background-color: #FFFFFF;
	margin-top: 150px;
	font-family: Avenir;
	font-size: 13pt;
	line-height: 2em;
	}

.parallax h1 {
	padding-top: 20px;
	}
	
.project2 {
	max-width: 21%;
	height: auto;
	}

.sunflower {
	max-width: 15%;
	height: auto;
	}
	
.project3 {
	max-width: 10%;
	
	}
	
footer {
	background-color: #000000;
	height: 50px;
	margin-top: 150px;
	color: #FFFFFF;
	font-family: Avenir;
	font-size: 13pt;
	padding: 70px;
	}
	
footer a {
	text-decoration: none;
	color: #ffffff;
	}
	
@media only screen and (max-width: 660px) {

header {
	font-size: 60px;
	margin-top: 44px;
	}
 }
	
	



