a { 
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
a:hover { color: #2a816f; }


.wrap { 
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}



body { 
	background-image: url(../images/bg.jpg);
	background-size: cover;
}

.content {
	position:absolute;
    bottom:0;
    left:0;
    padding: 100px;
    color: #fff;
}
	.content h1, h2, h3 {
		color: #fff;
	}
	.content h1 { font-weight: 800; }
	.content h3 { font-size: 1.3em; }