 .menu-button {
	 color: #960c22 !important;
	 z-index: 3 !important;
}
 .site-nav {
	 background-color: #c8102e !important;
	 z-index: 2 !important;
}
 h1, h2, h3, h4, h5, span {
	 color: #c8102e;
	 font-family: "League Gothic", Helvetica, sans-serif;
	 text-transform: uppercase;
}
 .well {
	 min-height: 375px;
}
 #portrait {
	 float: left;
	 width: 300px;
	 height: 300px;
	 margin: 0 15px 0 0;
}
/* MEDIA QUERIES */
 @media screen and (max-width: 518px) {
	 #portrait {
		 width: 100%;
		 height: 100%;
		 padding-bottom: 15px;
	}
}
 