body {
	background-color: white;
	color: black;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

a {
	color: black;
	text-decoration: none;
}

.clear {
	clear: both;
}

header {
	font-weight: 800;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
}

header div {
	float: left;
	margin-left: 20px;
}

.right {
	float: right;
	margin-right: 20px;
}

.container {
	width: 90%;
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 800;
	margin: 80px 0 120px 0;
}

article {
	margin-bottom: 110px;
	text-align: center;
}

article img {
	max-width: 100%;
}

article .text {
	margin-top: 15px;
}

#last {
	margin-bottom: 20px;
	display: block;
}

#loadMorePictures {
	height: 30px;
}