body {
	color: #333;
	background-color: #FFD800;
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	min-width: 508px;
	position: relative;
}
.dark {
	background-color: #F7D100;
}
#license {
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
}
#license img {
	width: 100%;
}
#top, .block {
	display: flex;
	flex-wrap: wrap;
	padding-top: 3em;
}
.block {
	padding-bottom: 4em;
}
.up {
	padding-top: 0;
	position: relative;
	top: -4px;
}
.nopb {
	padding-bottom: 0;
}
.bigpb {
	padding-bottom: 6em;
}
#logo, #pika {
	flex: 1;
}
#top img {
	width: 100%;
	min-width: 250px;
}
#logo {
	text-align: left;
}
#pika {
	text-align: right;
}
.block .col {
	text-align: center;
}
.block .col img {
	width: 100%;
	min-width: 250px;
}
.block .txt {
	flex: 33%;
}
.block .banner {
	flex: 100%;
	margin: 0;
	padding: 1em 2em;
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.57);
	background-color: #ffeb4c;
	text-align: center;
}
.block .fulltxt {
	flex: 90%;
	margin: 0 5%;
	font-size: 1.5em;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.66);
}
.block .fulltxt span {
	color: #005b1b;
}
.block .txt ul {
	padding: 0;
  display: inline-block;
  text-align: left;
}
.block .txt ul li {
	color: #444;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.8em;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.66);
}
.block .txt ul li.light {
	color: #fff;
	text-shadow: 0 1px 10px rgb(147, 123, 0)
}
.block .button {
	font-size: 2.5em;
	text-align: center;
	margin: 0.2em auto 0 auto;
	padding: 0.5em 1em;
	max-width: 80%;
	background-color: #62008e;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
	cursor: pointer;
}
.block a, .block a:visited {
	color: #62008e;
	font-weight: bold;
	text-decoration: none;
}
.block a:hover {
	text-decoration: underline;
}
.block .button a, .block .button a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 3px rgb(0, 0, 0);
}
.block .button a:hover {
	text-shadow: 0 1px 5px rgb(255, 255, 255);
}
h2.fast {
	font-size: 8em;
	font-style: italic;
	color: #595959;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.66);
	height: 0.8em;
}
h2.small {
	font-size: 3em;
	color: #595959;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.66);
	line-height: 6em;
	height: 4.9em;
}
h2.light {
	font-size: 6em;
	color: #fff;
	line-height: 2em;
	text-shadow: 0 0 12px #fff;
	height: 1.6em;
}
span.black {
	color: #000;
}
#footer {
	display: flex;
	flex-wrap: wrap;
	margin: 5em 0 0 0;
}
#footer .block {
	flex: 33%;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.57);
	background-color: #ffeb4c;
	text-align: center;
	padding: 1em 0;
}
#footer .block ul {
	width: 100%;
	text-align: center;
	padding: 0 2em;
	list-style-type: none;
}
#footer .block p {
	width: 100%;
}
.center {
	text-align: center;
}
.puzzle-cont {
	padding: 0;
	margin: 0;
	background: #3F4447;
	min-height: 637px;
}
.puzzle {
	padding: 0;
	background: #2c2c2c;
	border: 2px solid #2c2c2c;
	display: flex;
	max-width: 500px;
	max-height: 500px;
	flex-flow: row wrap;
	justify-content: end;
}
.puzzle .card {
	margin: 0;
	padding: 2px 2px 0 2px;
	border: none;
	border-radius: 0;
	width: calc(25% - 4px);
	height: calc(25% - 4px);
}
.puzzle .card img {
	width: 100%;
	min-width: 100px;
	margin: 0;
	padding: 0;
}
#road {
	width: 90%;
	max-width: 1080px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#road img {
	width: 100%;
}
#crazy {
	width: 16%;
	height: auto;
	position: absolute;
	bottom: 10px;
	left: 0px;
	transition: transform 0.5s ease 0s;
}
#crazy img {
	width: 100%;
}
.reverse {
	transform: scaleX(-1);
}
@keyframes spinning {
	from { transform: rotate(0deg) }
	to {transform: rotate(360deg) }
}
@keyframes reversespinning {
	from { transform: scaleX(-1) rotate(0deg) }
	to {transform: scaleX(-1) rotate(360deg) }
}
.cartwheel {
	animation-name: spinning;
}
.reversecartwheel {
	animation-name: reversespinning;
}
.cartwheel, .reversecartwheel {
	animation-duration: 0.75s;
	animation-iteration-count: 2;
	animation-timing-function: linear;
}
.ctrlz {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 80%;
	max-width: 1080px;
	height: auto;
	margin: 0 auto;	
}
.ctrl {
	font-size: 1.7em;
	text-align: center;
	margin: 0.2em auto 0.3em auto;
	padding: 0.5em 1em;
	background-color: #335ec4;
	color: #fff8f8;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	font-weight: bold;
}
.hotkeys {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 80%;
	max-width: 1080px;
	height: auto;
	margin: 2em auto 0 auto;
}
.key {
	font-size: 1.5em;
	text-align: center;
	margin: 0.2em auto 0 auto;
	padding: 0.5em 1em;
	font-weight: bold;
}
.key i {
	background-color: #ccc;
	color: #444;
	border: 2px solid #999;
	padding: 0.3em 0.5em;
	font-style: normal;
}
#calendar, #cal-txt {
	display: block;
	text-align: center;
	width: 90%;
	max-width: 1080px;
	height: auto;
	margin: 2em auto 0 auto;	
}
#cal-txt {
	flex-flow: column wrap;
	font-size: 1.4em;
}
#cal-txt ul {
  display: inline-block;
  text-align: left;
}
#chickencal {
	width: 60%;
	min-width: 450px;
	font-size: 1.5em;
}
.date_selector .button {
	box-shadow: none;
}
#feeding-time {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	width: 40%;
	min-width: 450px;
	max-width: 800px;
	height: auto;
	margin: 2em auto 0 auto;
}
#feed {
	background-image: url('/img/chicken_feed_bg.jpg');
	background-repeat: no-repeat;
	min-width: 450px;
	min-height: 450px;
}
#feed img {
	width: 100%;
	min-width: 450px;
}
select, div.pms-pseudo-select {
	font-size: 1.4em !important;
	font-weight: bold !important;
}
div.pms-pseudo-select {
	height: auto !important;
}
div.pms-container {
  width: 80%;
  height: auto;
  text-align: center;
  margin: 1em auto 0 auto;
}

.column {
	flex-direction: column;
	flex: 33%;
	max-width: 20%;
}
.column .card {
	width: calc(100% - 20px);
}
.row {
	flex-flow: row wrap;
	flex: 90%;
	max-width: 90%;
	justify-content: space-around;
}
.row .card {
	width: 18%;
}

@media screen and (max-width: 1080px) {
	#license {
	  width: 125px;
	  height: 125px;
	}
}
@media screen and (max-width: 700px) {
	#license {
	  width: 75px;
	  height: 75px;
	}
}
@media screen and (max-width: 1200px) {
	.block .txt {
	  flex: 100%;
	}
}