ul {
	list-style-image: url('img/Environment/EnvironmentBullet.png');
	line-height: 150%;
}

h1 {
	color: #fbbc2e;
}

footer {
    background-image: -webkit-linear-gradient(left top, rgb(253, 231, 34), rgb(251, 188, 46)); 
    background-position: initial initial; 
    background-repeat: initial initial;
}

#navigation ul {
    border: 2px solid rgb(251, 188, 46);
    list-style-image: none;
}

#navigation ul li a {
    color: rgb(251, 188, 46);
}