			body {
			
				font-family: 'Roboto', sans-serif;
				font-size: 14pt;
				line-height: 20pt;
				color: white;
				background-color: #333;
			}
			
			#logo {
			
				margin-top: 100px;
				text-align: center;
			}
			
			#content {
			
				margin-top: 50px;
				text-align: center;
			}
			
			#contact {
			
				margin-top: 50px;
				text-align: center;
			}
			
			a {
			
				color: white;
				text-decoration: none;
			}
			
			a:hover {  color: #999;  }
			
			a:active {  color: white;  }


	/* image gallery */
	
			.gallery {
			
				display: flex;
				flex-wrap: wrap;
				gap: 30px;
				justify-content: space-evenly;

				margin-top: 100px;
			}
			
			.gallery_item {
			
				max-width: 500px;
				text-align: center;
				padding: 20px;
			}

			.photo {
			
			}
					
			.gallery_photo {
			
				max-width: 100%;
			}
			
			.caption {
			
				margin-top: 20px;
			}
			

			