body {
	background: #141414;
	animation: change-bg-color 2s ease-in 1;
}

@keyframes change-bg-color {
	from {background-color: black;}
	to {background-color: #141414;}
}

.start-anim {
	background-color: #141414;
	-webkit-animation: start-anim 1s;
}

@-webkit-keyframes start-anim {
	0%   { clip-path: inset(50% 50% 50% 50%) }
	100% { clip-path: inset(0 0 0 0); background: #141414 }
}

header {
	margin-bottom: -10%;
}

main, footer, header {
	color: white;
	font-size: 20px;
}

.main-picture {
	position: relative;
	z-index: 0;
	width: 100%; /* Je pouzito i v main.js */
	top: -200px; /* Je pouzito i v main.js */
}

.logo, .menu {
	position: relative;
	z-index: 1;
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 10%;
	hight: auto;
}

ul {
	text-align: center;
}

li {
	display: inline-block;
	padding: 0 25px;
}

li a {
	font-family: "Archivo Semibold Regular", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	opacity: 0.7;
}

img {
	max-width: 100%;
	hight: auto;
	vertical-align: middle;
	border: 0;
}

.group {
	font-size: 0;
	display: block;
}

figure {
	position: relative;
	font-size: 16px;
	font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif;
	font-weight: bold;
	color: white;
	width: 50%;
	margin: 0;
	float: left;
}

figcaption {
	position: absolute;
	left: 1em;
	bottom: 1em;
}

.gallery {
	font-size: 0;
}

.gallery img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	opacity: 0.9;
}

#overlay {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	text-align: center;
}

#overlay img {
	margin-top: 2%;
	border: 5px solid white;
	width: 1100px;
	height: auto;
	border-radius: 5px;
}

.gallery-set {
	margin-bottom: 75px;
}

.fa {
	vertical-align: middle;
}

.contact {
	max-width: 1150px;
	padding: 0 1.25em; /* 20/16 */
	margin: 0 auto;
}

footer {
	background: #141414;
	text-align: center;
}

.social li {
	float: none;
	display: inline-block;
	padding: 2em 0 2.7em 0;
	margin-right: 10.4633782%;
}

.social a {
	text-decoration: none;
}

.social .fa {
	font-size: 1.75em; /* 28/16 */
	margin-right: 0.3em;
}
