body, html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* Navigace */
nav {
	background: rgba(0,0,0,0.8);
}

nav ul {
	width: 1600px;
	margin: 0px auto;    
    
}



nav ul li {
	width: 250px;
	list-style-type: none;
	float: left;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
 	display: inline-block;

}

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	border-bottom: 2px solid #e2beae;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main */

.button {
	display: inline-block;
        margin: 0px auto;
        padding: 10px 20px;
	font-size: 20px;
 	background-color: rgba(0,0,0,0.8);
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        color: white;
        
	}

.button:hover {
  background-color: blue;
  
}
.firstPhoto {
	background: black;
}

.firstPhoto img {
	display: block;
	margin: 0px auto;
	position: relative;
	top: 100px;
}

main h2 {
	text-align: center;
	margin-top: 80px;
}

main h2 span {
	font-size: 30px;
}

.section1 img {
	display: block;
	width: 400px;
	margin: 0px auto;
	transform: rotate(0deg);


}

.section3 img {
	display: block;
	width: 600px;
	margin: 0px auto;
	transform: rotate(0deg);


}

.section2 h2 {
	font-size: 30px;
	margin-top: 0px;
}

.section3 h3 {
	font-size: 25px;
	margin-top: 0px;
	text-decoration: underline;
	text-align: center;
}

p {
	text-align: center;	
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 200px;
}

/* Patička */
footer {
	background: #f5f5f7;
	color: #86868b;
	text-align: center;
}
        .cookie-consent {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #333;
            color: #fff;
            padding: 15px;
            text-align: center;
            z-index: 1000;
        }
        .cookie-consent button {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
        }




			