header {
	background-color: #363636;
	background-image: url(/static/img/default/header.jpg);
	background-position: center;
	height: 600px;
}

		header div.container div.content {
			width: 1140px;
		}

			header div.container div.content div.logo-container {
				padding-top: 160px;
			}

				header div.container div.content div.logo-container div.logo {
					background-size: 120px 120px;
					width: 120px;
					height: 120px;
				}

				header div.container div.content div.logo-container div.logo-text {
					font-size: 60px;
				}



div.site-content {
	width: 1140px;
	margin: 60px auto;
}

div.site-content div.box-container {
	float: left;
	width: 33%;
}

	div.site-content div.box-container a.box {
		height: 200px;
	}

		div.site-content div.box-container::after {
			content: '';
			display: block;
			width: 24px;
			height: 24px;
			background: transparent url('/static/img/default/gallery-icon.png') no-repeat 0 0;
			background-size: 24px 24px;
			position: relative;
			top: -60px;
			left: 310px;
			opacity: 0.1;
			transition: opacity 0.4s ease;
		}

			div.site-content div.box-container:hover::after {
				opacity: 1;
			}


#menu-button {
	display: none;
}

div.gallery div.text {
	font-size: 36px;
	padding: 40px 0px;
}
