body {
				background-image: url("../background.jpg");
				background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
			}

			h1 a { color: #ffffff; }
			h1 a.laouonest { color: #ffffff; font-weight: 250; text-shadow: 0.5px 0.5px #938592; }
			header { background-color: transparent; }
			header nav a { color: #ffffff; font-weight: 200; text-shadow: 0.5px 0.5px #938592; }
			header nav a:hover { color: #363035; font-weight: 200; }
			header {
				background-image: url("");
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-size: cover;
			}

			.bar1, .bar2, .bar3 {
			  background-color: #ffffff;
			  box-shadow: 0.5px 0.5px #938592; 
			}

			.change .bar1 { background-color: #292428; font-weight: 200; box-shadow: none;
			  }

			.change .bar3 { background-color: #292428; font-weight: 150; box-shadow: none;
			  }

			@media screen and (max-width: 900px) {

				.topnav.responsive a {
				    color: #292428; font-weight: 150;
				    text-shadow: none;
				  }

				.topnav.responsive a:hover {
					color: #aaaa55; font-weight: 150;
				}

				.name.responsive a { color: #938592; font-weight: 150; text-shadow: none;}


			}