
		body{
			background-color: whitesmoke;
			font-family:  sans-serif;
			
		}

		header {
			padding: 10px;
			border-radius: 3px;
			background-color: white;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			}


		div.footer {
				 			
		        }
		
		div.bubble {

			position: absolute;
			background: rgba(0, 0, 0, 0.1); 
			color: black; 
			width: 250px;
			padding: 10px; 
			padding-right: 20px; 
			padding-left: 20px; 
			border-radius: 5px;
		}


		div.page{
					margin-bottom: -32px;
					font-family: Garamond, serif;
					font-weight: lighter;
					font-size: 20px;
					color: black;
					position: sticky;
					top: 20px;
					left: 0 ; 
					background: rgba(0, 0, 0, 0.1); 
					color: black; 
					max-width: 250px;
					min-width: auto;
					min-height: 20px;
					padding: 6px; 
					border-radius: 10px; 
					}

		nav {
			display: flex;
			flex-direction: column;
			justify-content: space-between;

			}
		
		img.gallery{

					width: 500px;
					padding: 10px;
					}
		img.gallery:hover{
					
					justify-content: center;
					transform: scale(1.8); 
					width: 500px;
					padding: 10px;
					transition: 1s;
					}	
		img.gallery2{

					width: 200px;
					padding: 10px;
					}	
		img.gallery2:hover{
					transition: 1s;
					transform: scale(3); 
					width: 200px;
					padding: 10px;
				}
		
		
		a.front{
				display: flex;
					justify-content: center;
					

					}				
		div.gallery-array{
						display: flex;
						justify-content: center;
						}

		div.side{
				width: 200px;
		}
		div.content{
					
					display: flex;
					flex-direction: column;
						
					}
		div.main {
				   justify-content: center;
				}
		div.center{	
					background-image: url("media/title.png");
					background-position: 50% 45%;
					background-size: 80%;
					height: 150px;
					background-repeat: no-repeat;
					width: 60%;
					display: flex;
					justify-content: center;
					}
		h1 {
			font-family: Garamond, serif;
			font-weight: lighter;
			font-size: 50px;
			color: black;
			text-shadow:  1px 1px 1px #FFFFFF;
			opacity: 1;
		}

		div.spacer{
		 			min-height: 100px padding: 100px background-color: blue;
					}
		div.menu{	
				display: flex;
				flex-direction: column;
				justify-content: space-between;
				}

		div.text1 {
					width: 50%;
						
					}

		div.lang {
				float: right;
				
				padding: 10px;
				}

		a.lang	{
				text-align: right;
				margin: 10px;		
				}

		
		div.map {
				display: flex;
					justify-content: center;
				}

		ul {
			list-style-type: none;
			margin: px;
			display: flex;
			flex-direction: row;
			justify-content: flex-end;
			background-color: white;
			margin: 2px;
		}

		li{
			list-style-type: none;
			margin: 10px;

		}
			
		
			
		section {
			display: flex;
			flex-direction: row;
			justify-content: center;

		}

		img.banner{
			display: flex;
			flex-direction: row;
			justify-content: flex-end;
		} 

		a {
			
			text-decoration: none;
			color: black;
			font-family: Verdana, sans-serif;
			font-weight: lighter;
			font-size: 15px;
		}
		a.nav:hover {
				  background-color: #EEEEEE;
				  border-radius: 3px;
				}
		a.title{

			align-self: left;
		}

		p {
			text-align: center;
			text-shadow:  2px 2px 2px #CCCCCC;
			font-size: 20px;
		}

		input[type=text], select, textarea {
		  width: 100%;
		  padding: 12px;
		  border: 1px solid #ccc;
		  border-radius: 4px;
		  box-sizing: border-box;
		  margin-top: 6px;
		  margin-bottom: 16px;
		  resize: vertical;
		}

		input[type=submit] {
		  background-color: #04AA6D;
		  color: white;
		  padding: 12px 20px;
		  border: none;
		  border-radius: 4px;
		  cursor: pointer;
		}

		input[type=submit]:hover {
		  background-color: #45a049;
		}

		.container {
		  border-radius: 5px;
		  background-color: #f2f2f2;
		  padding: 20px;
		}

		iframe.map{
			padding: 10px;
		}

		img{
			
		}

		#ima0ge{
   		  max-width: 100px;
		  padding: 12px;
		  background-color: #fFfFfF;
		  border: 1px solid #ccc;
		  border-radius: 4px;
		  box-sizing: border-box;
		  margin-top: 6px;
		  margin-bottom: 16px;
		  resize: vertical;
    
}
#image{
    margin-top: 10px;
    
    width: 60px;;
    padding: 20px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 20px;