@charset "UTF-8";
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

html {
	position: relative;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	min-height: 100%;
}
body div l a {
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
	border-width: thin;
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #000000;
	font-size: x-large;
	font-weight: lighter;
	font-style: normal;
	font-variant: small-caps;
	text-shadow: 1px 1px 1px #7E7E7E;
}
figure {
	display: block;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 170px;
	position: static;
	margin-top: 15px;
}
body div h1   {
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: center;
	margin-bottom: 170px;
	margin-top: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-shadow: 0px 0px;
}
p {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	text-align: center;
}
.badge {
	opacity: 1;
}
.badge img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100px;
	height: 100px;
	opacity: 0.5;
}
.badge a {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	width: 100px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 20px;
	opacity: 0.5;
	animation: spin;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.badge a:hover  {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	width: 100px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 20px;
	opacity: 1;
	animation-name: spin2;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
footer {
	background-color: #FFBE1E;
	height: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: lighter;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 0px;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	color: #FFFFFF;
}
.social {
	background-color: hsla(43,100%,56%,1.00);
	height: 25px;
	width: 100%;
	opacity: 1;
}
.social a {
	position: relative;
	top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	opacity: 0;
	animation: opac;
	animation-duration: 2s;
	animation-timing-function: none;
	animation-delay: .0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	height: 15px;
	display: inline-block;
	text-shadow: 0px 0px;
	transition: ease-in-out .1s;
	left: 88%;
}
.social a:hover {
	opacity: .0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	transform: scale(.85);
	transition: ease-in-out .1s;
	right: 0px;
}
@keyframes opac {
	0% {opacity: .0;
	}
	100% {opacity: .95;
	}
}
@keyframes spin2 {
	0% {transform: rotate(0deg);
	}
	100% {transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {transform: rotate(0deg);
	}
	100% {transform: rotate(-360deg);
	}
}

@media screen and (max-width:600px){
header {
	display: none;
	margin-right: auto;
	opacity: 1;
	height: 50px;
	margin-left: auto;
	position: relative;
	margin-bottom: 61px;
}
header img {
	display: block;
	width: 50px;
	height: 50px;
	opacity: 0.75;
}
header a {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	width: 50px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 20px;
	opacity: 0.75;
	animation: spin;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	margin-left: auto;
	margin-right: auto;
}
.social {
	background-color: hsla(43,100%,56%,1.00);
	height: 25px;
	opacity: 1;
	top: 0px;
	position: relative;
	display: none;
}
.social a {
	position: relative;
	top: 5px;
	left: 80%;
	margin-left: 5px;
	margin-right: 4px;
}
body div h1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: center;
	margin-top: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	position: relative;
	font-size: x-large;
	margin-bottom: 25px;
}
figure {
	display: block;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	position: static;
	margin-top: 15px;
}
header a:hover {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	width: 50px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 20px;
	opacity: 1;
	animation-name: spin2;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	margin-left: auto;
	margin-right: auto;
}
.badge {
	opacity: 1;
	display: block;
}
.badge a {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	width: 100px;
	display: block;
	border-radius: 20px;
	opacity: 0.5;
	animation: spin;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
}
.badge a:hover {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	width: 100px;
	display: block;
	border-radius: 20px;
	opacity: 1;
	animation-name: spin2;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
}
