@media only screen and (min-width: 1141px) {
/*-----BODY -----*/
	body {
		background-image: url(../img/repeating-background.jpg);
		background-color: #B64926;
	}

/*-----WRAPPER -----*/
	#wrapper {
		background-image: url(../img/large-background.png);
		background-size: 1400px auto;
		background-repeat: no-repeat;
		background-position: center -10px;
		padding-top: 25px;
	}

/*-----CONTAINER -----*/
	#container {
		margin: 2em auto;
	}

/*-----HEADER -----*/
	header .social img {
		transition: opacity .5s ease;
	}
	header .social img:hover {
		opacity: .5;
	}


/*-----NAVigation -----*/



/*-----CONTENT -----*/
#content h1.tablet {
	display: none;
}
#content h1.desktop {
	display: inline-block;
}

#content .content-boxes {
	position: relative;
	min-height: 200px;
}

#content .news {
	left: 0;
	width: 45%;
}

#content .tweets {
	right: 0;
	width: 45%;
}

#content .news, #content .tweets {
	transition: width .5s ease;
	position: absolute;
}

#content .news:hover, #content .tweets:hover {
	position: absolute;
	width: 100%;
	z-index: 50;
}

#content .news h2, #content .tweets h2 {
	margin-bottom: 0;
}

#content .news p, #content .tweets p {
	overflow: hidden;
}
#content .news:hover p, #content .tweets:hover p {
	overflow: scroll;
}

/*----- FOOTER -----*/

footer {
	margin-left: -2%;
	width: 104%;
}

footer:before {
	content: '';
  position: absolute;
  left: 0;
  top: -15px;
  border-top: 15px solid transparent;
  border-right: 23px solid #254937;
}

footer:after {
	content: '';
	position: absolute;
	right: 0;
	top: -15px;
  border-top: 15px solid transparent;
	border-left: 22px solid #254937;
}
