/**	
 *	Theme Name: Mitsu
 *	Style for Archive type
*/

.archive-header {
	background-image: url(../img/header-background.jpg);
	display: inline-block;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

h1 {
	text-transform: uppercase;
	font-size: 3.25em;
	font-weight: 700;
	color: #fff;
}