* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #333;
	font: 16px 'Verdana', Arial, sans-serif;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('logo1.jpg');
    background-attachment: fixed;
}


/* Container */
.container {
	max-width: 1200px;
	margin: 0px auto;
	border: 1px solid #d5c7ac;
	border-radius: 10px;
	box-shadow: 0 0 35px #d5c7ac;
    

}


.header {
	min-height: calc(90vh - 70px);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
	padding-top: 200px;
	padding-bottom: 200px;
	background: url('logo1.jpg') center/cover no-repeat;
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	text-align: center;
    border: 0px solid #d5c7ac;
	border-radius: 10px;
    
}

	.header h1 {
		margin-bottom: 30px;
		font-size: 72px;
	}
    .header h2 {
        margin-bottom: 30px;
        font-size: 35px;
	}

.nav {
	position: sticky;
	top: 0;
	line-height: 40px;
    font-size: 18px;
	background: #808665;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    
    
}

	.nav ul {
		display: flex;
		justify-content: space-between;
		list-style: none;
	}

		.nav li {
			width: 100%;
		}

			.nav a {
				display: block;
				text-align: center;
				color: #fff;
				text-decoration: none;
			}

				.nav a:hover, .nav a:focus {
					background: #756971;
                    border-radius: 0px;
				}

/*menu rozwijane*/
#masterdiv
         {position: sticky;
             	top: 0;
          background: #808665;   
             }
.menutitle
         {position: sticky;
             	top: 0;
          background: #808665;   
             }

span 
   {position: flex;
	top: 0;
	line-height: 30px;
    font-size: 20px;
	background: #808665;
    margin-left: 33px;
    margin-right: 0px;
    border-radius: 0px;       
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    
    }
span a {
				display: block;
				text-align: left;
				color: #fff;
				text-decoration: none;
			}

				


/*sekcje tekstu*/
.section {
	padding: 30px 10px;
	text-align: justify;
	border-bottom: 1px solid #d5c7ac;
    box-shadow: 0 0 5px rgba(212, 204, 212, 0.32);
    color: #43363f;
}
.section h2 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.section img {
    
    width: 100%;
    margin-top: 0;
    padding: 0;
    border-radius: 2px; 
}

.section a {
    text-decoration: none;
    color: #7f333f; 
}
    .section a:hover, .section a:focus {
					color:  #2c580c;
                    
    }

	.section:nth-of-type(odd) {
		background: #f3f3f3;
	}

	.section *:not(:first-child) {
		margin-top: 30px;
	}



.gallery {
    display: block;
    margin:  10px 20px;
    
}
.gallery img{
    width: 230px;
    padding: 3px;
    border-radius: 0px;
}

.gallery a:hover {
    opacity: 0.6;
}



.footer {
	padding: 30px;
	border-top: 1px solid #d5c7ac;
    box-shadow: 0 0 5px rgba(212, 204, 212, 0.32);
    background-color: #fff;
}

@media (min-width: 481px) {
	
	/* Header */
	header {
		flex-direction: column;
	}
    
	.menutitle 
         {
          display: none;
           background: #a7ac8e; 
             }
    
	nav ul {
		text-align: center;
        
        line-height: 40px;
	}
	

	
	section, aside {
		width: 100%;
		padding: 10px;
        
	}
    
    

    
	
	/* Tresc */
	section h1,
	section h2 {
		text-align: center;
	}
	
	
	
	/* Boczny pasek */
	aside {
		border: 0;
	}
}

@media (max-width: 480px) {
	
	/* Header */
	header {
		padding-bottom: 30px;
		border-bottom: 1px solid #e1e1e1;
	}
	
	nav {
        display:none;
		margin-top: 0;
        flex-direction: column;
	}
    nav ul {
		text-align: center;
        flex-direction: column;
        line-height: 40px;
	}
	
	nav li {
		display: block;
		margin: 0 0 5px;
	}
	
	/* Boczny pasek */
	.slider {
		display: none;
	}
	
	/* Treść */
	section h1 {
		margin-top: 0;
	}
}

/*cookies style*/

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif; 
    

    left: 11px;
    bottom: 5px;
    right: 11px;
    background-color: #a7ac8e;
    padding: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 13px;
    color: #fff;
    line-height: 1.5em;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #69467a;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #6d6173;
}
