body {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
}

section {
	
	padding: 30px 0 80px 0;

}

section:nth-child(2n) {
	background-color: rgba(255,0,255,0.1);
}

h1, h2 {
	margin: 0;
	text-align: center;
}

h2 {
	margin-top: 8px;
	font-size: 40px;
}

h1 {
	font-size: 80px;
	margin-top: 120px;
}

.intro {
	padding-bottom: 204px
	padding-top: 0;
	height: 370px;
	background: url(real.png);


}

.intro h2 {
	font-size: 30px;
	margin-top: 0;
	padding-top: 0;
}

em {
	font-style: italic;
}

.borders {
	width: 960px;
	margin: 0 auto;
	
}

.one img {
	float: right;
	height: 300px;
	width: 400px;
	color: gray;
	margin-left: 40px;
	margin-bottom: 15px;
	margin-top: 35px;
}

section.one {
	background-color: #97c080;
	height: 540px;

}

.two {
	height: 570px;
	background-color: #8d6080;
	display: block;
}

.two h2 {
	margin-bottom: -40px;
}

div.container {
	margin: auto;
	width: 960px;
	display: block;
}

.two img {
	float: left;
	height: 150px;
	width: 200px;
	margin-top: 70px;
	padding-right: 12px;
	position: absolute;
	padding-bottom: 20px;
	display: inline-block;

}

.two


.bodytext {
	margin-top: 70px;
	margin-left: 210px;
	display: block;
}


b {
	font-size: 21px;
	margin-bottom: 5px;
}


p {
	margin-top: 0;

}

.conclusion {
	text-align: center;
	font-size: 27px;
	margin: auto;
	margin-top: 115px;


}

.last {
	margin-top: -195px;
	height: 330px;
	background-color: #5f8d8c;
}

.buttons {
	float: right;
	margin-right: 75px;
	font-size: 30px;
	margin-top: 2px;
}

.copyright {
	float: left;
	margin: auto;
	margin-left: 70px;
	margin-top: 8px;
}





