body {
	
	background-image: url("../res/assets/newspaperBackground.jpg");
	background-repeat: round;
	width: 90%;
	margin: 0 auto;
}

section article {

	float: left;
	margin-left: 1.3em;
	width: 32%;
	border: solid 1px #ABAA28;
    -webkit-box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.75);
	padding: 1em;

}

img {
	
	width: 650px;
	height: 250px;
	display: block;
	
}


.materialboxed {

	max-width: 100%;
	max-height: 100%;
	
}

.page-footer {
	
	margin-top: 5em;
	
}

#parallexPic {
	
	border-radius: 0 0 2em 2em;
	margin-bottom: 2em;
	position: relative;
	
}

div a {
	
position: absolute;
	bottom: 10em;
	left: 5em;
	
}