html {
	position: relative;
	min-height: 100%;
	}

a img {
	border: none;
	}

body {
	font-family: 'boucherie_cursiveregular';
	font-size: 16pt;
	margin: 0px 0px 60px 0px;
	}

footer {
	color: white;
	background-color: black;
	text-align: center;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	}

a {
	text-decoration: none;
	color: black;
	}

	a:hover {
		text-shadow: 2px 2px 2px #B7B8A9;
		}
	
	a img {
		padding: 0px;
		margin: 0px;
		}

h1, h2, h3 {
	font-family: 'boucherie_blockregular';
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	}

h1 {
	font-size: 38pt;
	}

h2 {
	font-size: 30pt;
	}

h3 {
	font-size: 26pt;
	}

.facts {
	color: #0d6989;	
	}

.taxonomy {
	color: #9C280C;	
	}

.charts {
	color: #403185;
	}
	
	.wrapper {
		width: 100%;
		margin: auto;
		overflow: hidden;
		background-color: white;
		}
	
		.wrapper header {
			width: 100%;
			height: 200px;
			border: 15px solid black;
			box-sizing: border-box;
			background-color: black;
			background-image: url("images/awesomenac_logo.png");
			background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
		}
		
		nav {
			width: 100%;
			font-family: 'Overlock SC', cursive;
			text-align: center;
			background-color: white;
			font-size: 16pt;	
		}
		
			nav ul {
				list-style-type: none;
				padding: 0px;
			}
			
			nav ul li {
				display: inline-block;
				margin: 5px 15px 5px 15px;
				padding: 2px 2px;
			}

				nav ul li a, nav ul li a:visited {
					color: black;
				}
				
				nav ul li a.current {
					color: #4f4e4e;
				}			

		.title {
		text-align: center;
		}

		.gallery {
		width: 100%;
		background-color: white;
		margin: auto;
		text-align: center;
		}

			.gallery ul {
				list-style-type: none;
				padding: 0px;
			}
			
				.gallery ul li {
					display: inline-block;
					margin: 20px 10px 20px 10px;
				}