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



#article1 {
	
	float: right;
	width: 49%;
	margin-right: 1em;
	
}

#article2 {
	
	float: left;
	width: 49%;
	
}

h3 {
	
	color: burlywood;
	
}

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;
	
}


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

#article1 {
	
	float: none;
	width: 100%;
	margin-right: 1em;
	
}

	.slider {
		
		margin-top: 2em;
		
	}
	
#article2 {
	
	width: 100%;
	
}
	
}