body {
	font-family: "trebuchet ms", verdana, sans-serif;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	height: 100%;
}

.page {
	min-height: 100%;
	position: relative;
}
.content {
	position: relative;
	padding: 0;
	margin: 0 auto;
	padding-bottom: 6em;
	max-width: 100%;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 6em;
	background-color: #eee;
	border-radius: 0.5em 0.5em 0 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.header {
	font-family: "overpass", "trebuchet ms", verdana, sans-serif;
	position: relative;
	width: 100%;
}
div.header .logo {
	display: inline-block;
	max-width: 100%;
	max-height: 75px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: horizontal;
}
div.header h1 {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 2.5em;
	color: #1500fd;
	text-shadow: 0.05em 0.05em #c9d9c9;
}
div.header h1.fullname {
	display: none;
	vertical-align: top;
	padding-top: 0.50em;
	max-width: calc(100% - 540px);
	line-height: 1em;
	text-align: left;
}
@media screen and (max-width : 930px){
	div.header h1.fullname {
		padding-top: 0;
	}
}

div.header h1.shortname {
	display: none;
	/*
	display: inline-block;
	vertical-align: top;
	padding-top: 0.25em;
	*/
}

div.content h1 {
	color: #1500fd;
	font-family: "overpass", "trebuchet ms", verdana, sans-serif;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
div.content .title {
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
}
div.content .title h1.name {
	margin: 0 auto;
	text-align: center;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
div.content .page-title {
	position: relative;
	width: 100%;
}
div.content .page-title h1 {
	text-align: center;
}
div.content img {
	display: block;
	margin: 0 auto;
	text-align: center;
}
div.content a:link,
div.content a:visited {
	color: #0c0c54;
}
div.content p {
	padding-left: 5px;
	padding-right: 5px;
}
div.content p .splash-image {
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
}

div.clear-float {
	clear: both;
	display: block;
}

.footer > div {
	padding: 1em;
}
.footer .nav * {
	padding: 0;
	margin-right: 0.1em;
}
.footer .nav > :not(:last-child):lafter {
	content: "•";
	margin-right: 0.5em;
}

.splash-image {
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: -10;
}


.animal-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.animal-list li {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 0.3em;
	padding: 0.2em;
}

.animal-list li div {
	position: relative;
	text-decoration: none;
	background-color: #eeeeee;
	color: #000;
	border-color: #aaa;
	border-radius: 1em;
	display: block;
	width: 100%;
	padding: 0.3em;
	min-height: 3.7em;
	
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
}
.animal-list li div a {
	text-decoration: none;
	color: black;
}
.animal-list li div:hover {
	background: #e8d8ff;
	color: #000;
}
.animal-list li div img,
.animal-list li div span.image-spacer {
	max-width: 95%;
	min-height: 100px;
	max-height: 200px;
	margin: 0.5em auto;
	display: block;
	vertical-align: top;
	color: black;
	/*border: 1px solid black;*/
}
.animal-list li div span.image-spacer i {
	font-size: 4em;
	margin: 0.2em auto 0;
	color: black;
}
.animal-list li div p.name {
	text-align: center;
	color: black;
	display: block;
	font-size: 1.5em;
	margin: 0.75em auto 0.2em auto;
	padding: 0;
}
.animal-list li div p.desc {
	text-align: center;
	color: black;
	display: block;
	margin: 0 auto 0.5em auto;
	padding: 0;
}
.animal-list li div i.arrow {
	display: none;
	position: absolute;
	right: 1em;
	top: 50%;
	height: 1em;
	margin-top: -0.5em;
	color: #666;
}

.pure-form-aligned fieldset {
	border: none;
}

.animal-info dl {
	margin-top: 1em;
	padding: 0;
	line-height: 1.3em;
}
.animal-info dl dt {
	float: left;
	clear: left;
	width: 6em;
	text-align: right;
	color: #1500fd;
}
.animal-info dl dt:after {
	content: ":";
}
.animal-info dl dd {
	margin: 0 0 0 7em;
	padding: 0;
}

div.animal-images {
	
}

ul.animal-images {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.animal-images li {
	position: relative;
	display: inline-block;
	width: 20%;
	margin: 0.3em;
	padding: 0.2em;
}

ul.animal-images li div {
	position: relative;
	text-decoration: none;
	background-color: #eeeeee;
	color: #000;
	border-color: #aaa;
	border-radius: 1em;
	display: block;
	width: 100%;
	padding: 0.3em;
	min-height: 3.7em;
	
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
}
ul.animal-images li div a {
	text-decoration: none;
	color: black;
}
ul.animal-images li div:hover {
	background: #e8d8ff;
	color: #000;
}
ul.animal-images li div img,
ul.animal-images li div span.image-spacer {
	max-width: 95%;
	min-height: 100px;
	max-height: 150px;
	margin: 0.5em auto;
	display: block;
	vertical-align: top;
	color: black;
	/*border: 1px solid black;*/
}
ul.animal-images li div span.image-spacer i {
	font-size: 4em;
	margin: 0.2em auto 0;
	color: black;
}
ul.animal-images li div p.name {
	text-align: center;
	color: black;
	display: block;
	font-size: 1.5em;
	margin: 1em auto;
	padding: 0;
}
ul.animal-images li div i.arrow {
	display: none;
	position: absolute;
	right: 1em;
	top: 50%;
	height: 1em;
	margin-top: -0.5em;
	color: #666;
}

/* Small format styling*/
@media screen and (max-width : 760px){
	div.header {
		margin: 0 auto;
	}
	div.header .logo {
		padding: 0 10px 0 8px;
		max-width: calc(100% - 18px);
		margin: auto;
	}
	div.header h1.fullname {
		display: none;
		max-width: calc(100% - 92px);
		padding-top: 0em;
	}
	
	div.content .title h1.name {
		max-width: 11em;
		margin: 0 auto;
		padding: 0 0.4em 0.4em 0.4em;
	}
}

/* Large format style */
@media screen and (min-width : 760px){
	div.page {
		max-width: 1024px;
		margin: 0 auto;
	}
	div.header h1.name {
	}
	div.header ul#menu {
		border-radius: 0.7em;
		position: absolute;
		top: 1.3em;
		right: 0em;
	}
	
	div.content .title h1.name {
		margin: 0 auto;
		max-width: 13em;
		padding: 0.6em 0.4em 1.4em 0.4em;
	}
}


.pure-button-hover,
.pure-button:focus,
.pure-button:hover
{
	filter: alpha(opacity=90);
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%, rgba(0,0,0,.1))
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected
{
	background-color:#1500fd	;
}

.pure-form input:not([type]):focus, .pure-form input[type=password]:focus, .pure-form input[type=email]:focus, .pure-form input[type=url]:focus, .pure-form input[type=date]:focus, .pure-form input[type=month]:focus, .pure-form input[type=time]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=color]:focus, .pure-form input[type=number]:focus, .pure-form input[type=search]:focus, .pure-form input[type=text]:focus, .pure-form select:focus, .pure-form textarea:focus,
.pure-form input:focus {
	border-color: #693dff;
}
