@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}

body {
	margin-left: 0px;
	margin-right: 0px;
	min-height: 100%;
	margin-bottom: 60px;
	background-color: #FFBE1E;
	animation: fade;
	animation-duration: 1s;
	animation-timing-function: none;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
html {
	position: relative;
	min-height: 100%;
}
header {
	display: block;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 40px;
	position: fixed;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 200px;
	margin-top: 35px;
}
header a {
	display: block;
	text-decoration: none;
	float: right;
	background-color: hsla(43,100%,56%,1.00);
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: 216px;
	width: 175px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 20px;
	border-radius: 25px;
	transform: translateX(-200%);
	animation: drop;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .75s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	background-image: -webkit-linear-gradient(270deg,rgba(255,190,30,1.00) 0%,rgba(255,219,130,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,190,30,1.00) 0%,rgba(255,219,130,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,190,30,1.00) 0%,rgba(255,219,130,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,190,30,1.00) 0%,rgba(255,219,130,1.00) 100%);
	height: 40px;
	transition: ease-in-out .1s;
}
header a:hover  {
	display: block;
	text-decoration: none;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: 216px;
	width: 175px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 20px;
	border-radius: 25px;
	transition: ease-in-out .1s;
	-webkit-box-shadow: 0px 0px 3px 2px hsla(223,88%,44%,0.90);
	box-shadow: 0px 0px 3px 2px hsla(223,88%,44%,0.90);
	height: 40px;
}
header h2 {
	display: inline-block;
	font-size: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(0,0,0,1.00);
	font-weight: normal;
	text-align: center;
	text-shadow: 0.1px 0.1px 0.1px hsla(0,0%,50%,1.00);
	position: relative;
	top: -12px;
	height: auto;
}
header img {
	display: inline;
	margin-top: 5px;
	height: 200px;
	width: 200px;
	font-size: medium;
	margin-left: 30px;
	margin-right: auto;
	position: absolute;
	left: 0px;
	animation: spin;
	animation-duration: 1.75s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
header img:hover {
	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: hsla(43,100%,56%,1.00);
	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;
}
div ul li {
	position: relative;
	list-style-type: none;
	height: 240px;
	display: inline-block;
	width: 320px;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	clear: left;
	transition: .3s ease-in-out;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 1.5px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 1.5px rgba(0,0,0,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(255,190,30,1.00) 77.84%,rgba(255,225,152,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,190,30,1.00) 77.84%,rgba(255,225,152,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,190,30,1.00) 77.84%,rgba(255,225,152,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,190,30,1.00) 77.84%,rgba(255,225,152,1.00) 100%);
}
div ul li:hover  {
	position: relative;
	list-style-type: none;
	height: 240px;
	display: inline-block;
	width: 320px;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	clear: left;
	transition: .2s ease-in-out;
	/* [disabled]transition-delay: .02s; */
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 3px 2px hsla(223,88%,44%,0.90);
	box-shadow: 0px 0px 3px 2px hsla(223,88%,44%,0.90);
	transform: scale(1.03);
}
body div a {
}
ul li h1 {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-align: center;
	width: 320px;
	bottom: 5px;
	text-shadow: 0.1px 0.1px 0.5px hsla(0,0%,100%,1.00);
}
div ul {
	display: block;
	margin-left: 200px;
	position: relative;
	margin-top: 160px;
	transform: translateY(200%);
	animation: flyup;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .05s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes fade {
	0% {background-color: #FFBE1E;
	}
	100% {background-color: white;
	}
}
@keyframes flyup {
	0% {transform: translateY(200%);
	}
	60% {transform: translateY(-5%);
	}
	80% {transform: translateY(2%);
	}
	100% {transform: translateY(0);
	}
}
@keyframes spin {
	0% {transform: rotate(0deg);
	}
	100% {transform: rotate(360deg);
	}
}
@keyframes spin2 {
	0% {transform: rotate(0deg);
	}
	100% {transform: rotate(-360deg);
	}
}
@keyframes drop {
	0% {transform: translateX(-200%);
	}
	100% {transform: translateX(0);
	}
}
body div ul li a img {
	opacity: 1;
	transition: .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	float: right;
	position: relative;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
p {
	margin-left: 250px;
	margin-right: 50px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 20px;
	font-variant: small-caps;
	margin-bottom: auto;
	margin-top: 400px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 20px;
}
.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;
	}
}
@media screen and (max-width:600px){
.social a {
	position: relative;
	top: 5px;
	left: 80%;
	margin-left: 5px;
	margin-right: 4px;
}
html {
	min-height: 100%;
}
header {
	display: block;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 40px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	left: auto;
}
header a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	text-align: center;
	margin-top: 5px;
	height: 23px;
	margin-right: auto;
	top: 10px;
	left: -10px;
	margin-left: auto;
}
header a:hover  {
	display: block;
	text-decoration: none;
	position: relative;
	text-align: center;
	margin-top: 5px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	border-radius: 25px;
	left: -12px;
}
header h2 {
	font-size: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(0,0,0,1.00);
	font-weight: normal;
	text-align: center;
	position: relative;
	top: -18px;
	display: block;
}
header img {
	display: block;
	margin-top: 0px;
	height: 175px;
	width: 175px;
	font-size: medium;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
footer {
	background-color: hsla(43,100%,56%,1.00);
	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;
	position: absolute;
	left: 0%;
	right: 0%;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	min-width: 100%;
	bottom: -45px;
	color: #FFFFFF;
}
div ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	width: 320px;
	margin-top: 50px;
	margin-bottom: -45px;
	transform: translateY(200%);
	animation: flyupsmall;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .05s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
div ul li {
	background-color: rgba(255,190,30,1.00);
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 1.5px rgba(0,0,0,1.00);
	box-shadow: 0px 0px 1.5px rgba(0,0,0,1.00);
	display: block;
	margin-top: 50px;
	transform: scale(.9);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -45px;
}
div ul li:hover  {
	background-color: rgba(255,190,30,1.00);
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(61,10,142,0.75);
	box-shadow: 0px 0px 3px 2px rgba(61,10,142,0.75);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	transform: scale(.93);
	margin-bottom: -45px;
}
div ul li a {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
body div ul li a img {
	opacity: 1;
	display: inherit;
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-right: auto;
	margin-left: auto;
}
ul li h1 {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	text-align: center;
	bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 0px 0.1px hsla(0,0%,100%,1.00);
}
p {
	margin-right: 20px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 15px;
	font-variant: small-caps;
	margin-bottom: auto;
	margin-top: 60px;
	margin-left: 20px;
	position: relative;
	border-radius: 20px;
}
	.social {
	background-color: hsla(43,100%,56%,1.00);
	height: 0;
	width: 0;
	display: none;
}
}@keyframes flyupsmall {
	0% {transform: translateY(200%);
	}
	60% {transform: translateY(-2%);
	}
	80% {transform: translateY(1%);
	}
	100% {transform: translateY(0);
	}
}
