body {
	background: url(../img/back.jpg) center no-repeat;
	background-size: cover;
}
.head-text {
	text-align: center;
}
h1 {
	font-family: "Ranchers";
	font-size: 78px;
	color: white;
	padding: 40px;
}
a {
	font-family: "Open Sans";
	color: white;
	font-size: 36px;
	padding: 20px;
	display: block;
}
.center-box {
	margin: 0 auto;
	width: 100%;
	padding: 0 60px;
	overflow: hidden;
}
.picture-list {
	margin: 0 -15px;
	overflow: hidden;
}

.picture-list li {
	width: 33%;
	float: left;
	padding: 0 15px; /*nem margin!!*/
}
.picture-list img {
	height: auto;
	width: 100%;
	/* opacity: 0; */
}
.portrait {
	margin: 25px;
	padding: 30px;
	background-color: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}
.portrait p {
	font-family: "Shadows Into Light";
	font-size: 28px;
	text-align: center;
	padding: 10px 0 0 0;
}
ul li:nth-child(7n + 1) {
	transform: rotate(7deg);
}

ul li:nth-child(7n + 2) {
	transform: rotate(-5deg);
}
ul li:nth-child(7n + 3) {
	transform: rotate(3deg);
}
ul li:nth-child(7n + 4) {
	transform: rotate(-6deg);
}
ul li:nth-child(7n + 5) {
	transform: rotate(5deg);
}
ul li:nth-child(7n + 6) {
	transform: rotate(-8deg);
}
ul li:nth-child(7n + 7) {
	transform: rotate(8deg);
}

ul li:nth-child(7n + 4) div:after {
	content: url(../img/paw.png);
	position: absolute;
	right: 10%;
	bottom: 10%;
}

ul li:nth-child(7n + 6) div:after {
	content: url(../img/carrot.png);
	position: absolute;
	left: 5%;
	bottom: 5%;
}
footer a {
	color: white;
	font-size: 24px;
	font-family: "Open Sans";
}
footer {
	text-align: center;
	color: white;
}

@media only screen and (max-width: 1025px) {
	.picture-list li {
		width: 50%;
		padding: 20px;
	}
	.center-box {
		padding: 0px;
	}
	ul li:nth-child(odd) {
		clear: left;
	}
}
@media only screen and (max-width: 625px) {
	.picture-list li {
		width: 100%;
	}
}
