* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



                  /***** Navigace *****/
nav {
	background: #385898;
    max-width: 1920px;
}

nav ul {
	max-width: 1410px;
	margin: 0 auto;
}

nav ul li {
	width: 200px;
	list-style-type: none;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 20px; 
}

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

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

                  /***** Mobil navigation *****/

.mobile-nav-icon {
    float: right;
    margin-top: 5px;
    display: none;
    }
    


                    /***** Zrušení fload *****/
.clearfix:after {
	content: "";
	display: table;
	clear: both;
 }

.Panorama img {
	max-width: 100%;
	position: relative;
	top: 0px;
}
.Panorama img {
	width: 1920px;
	height: 300px;
	position: relative;
	top: 0px;
}

                    /***** zarovnání galerie na střed *****/
.galery {
    max-width: 1255px;
    margin: 0 auto;
    background-color: aquamarine;
}

.galery img {
    margin: 5px; 
}

.galery a:hover {
    zoom: 0.98;
    transition: 0.8s;
}



                    /***** Nadpis *****/
h1 {
	text-align: center;
	position: relative;
	top: -50px;
}

h2 {
    text-align: center;
    color: blue;
    font-family: Lucida Calligraphy;
    
}

                    /***** Patička *****/
footer {
	background: #f2f3f8;
	color: #86868b;
	text-align: center; 
}

 