html {
	box-sizing: border-box;
	height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	font: 100% "Helvetica Neue", Arial;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	/*display: flex;
	flex-direction: row;*/
	background-color: rgba(255, 165, 0, 0.2);
}

#wrapper.no {
	background-color: rgba(204, 51, 0, 0.2);
}

#wrapper.yes {
	background-color: rgba(0, 204, 0, 0.2);
}

a {
	color: #333;
}

p {
	clear: both;
	padding-top: 15px;
	font-size: 15px;
}

p.blurb {
	max-width: 395px;
	margin: 20px auto 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	line-height: 1.6;
}

h1 {
	background-color: #3f3f3f;
	font-family: 'Luckiest Guy', cursive;
	font-size: 7vw;
	margin: 0;
	color: #fefefe;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 0;
}

h2 {
	display: inline-block;
	font-family: 'Luckiest Guy', cursive;
	line-height: 1;
	margin: 0 0 -20px 0;
	color: #333;
	text-shadow: #333 3px 3px 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-o-transform: translateY(-50%) translateX(-50%)rotate(-3deg);
	-webkit-transform: translateY(-50%) translateX(-50%)rotate(-3deg);
	-moz-transform: translateY(-50%) translateX(-50%)rotate(-3deg);
	-ms-transform: translateY(-50%) translateX(-50%)rotate(-3deg);
	transform: translateY(-50%) translateX(-50%)rotate(-3deg);
}

input {
	font-size: 22px;
	padding: 5px 10px;
	color: #555;
}

input {
	border: 1px solid #aaa;
	background: #e5e5e5;
	background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-image: linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	margin: 0;
	font-weight: bold;
	min-width: 90px;
	-webkit-appearance: button;
	display: inline-block;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

label {
	padding: 7px 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.yes {
	font-size: 35vw;
	color: #0C0;
}

.no {
	font-size: 11.5vw;
	color: #C30;
}

.settime {
	font-size: 3vw;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	/*margin: 50px 0 5px 0;*/
}

.settime a {
	color: #fefefe;
}

footer {
	font-size: 13px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #3f3f3f;
	padding: 10px 0;
	margin: 0;
	color: #fefefe;
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;*/
}

footer p {
	font-size: inherit;
	color: #fefefe;
	padding: 0;
	margin: 0;
}

footer p a {
	font-size: inherit;
	color: #fefefe;
}

footer p.credits {
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
	color: #ccc;
}

footer p.credits a {
	color: #ccc;
}

.note {
	max-width: 395px;
	margin: 20px auto 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #444;
	line-height: 1.6;
}

/*select#hour,
select#min {
	-webkit-appearance: button;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-color: #e5e5e5;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAeCAYAAAAo5+5WAAAAdUlEQVRIx2MQllCs+P//vwcQM1ATM4waPGrwqMEjzmBSweAxGMgu+k8YFJHjYsvFixfvwWUiSA6khtygsFmxYsV+dENBYiA5SsPYfvXq1QdghoLYIDFqRZ7jxo0bD4MwiE3tVOECxYM0uVHd4NFCaNTgQW4wAKpugq+9Zk7QAAAAAElFTkSuQmCC'), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5), linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 90% center;
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	color: #555;
	font-size: 30px;
	margin: 0 4px;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90px;
	display: inline-block;
}*/

select {
    display: inline-block;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 90px;
    max-width: 90px; 
    box-sizing: border-box;
    margin: 0 4px;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
select::-ms-expand {
    display: none;
}
select:hover {
    border-color: #888;
}
select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
select option {
    font-weight:normal;
}


#post:hover {
	cursor: pointer;
}

#time_set_form p {
	margin: auto;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 667px) {
	h2 {
	}

	h2.yes {
	}
}

@media only screen and (max-width: 375px) {
	/*h1 {
		font-size: 30px;
	}*/

	h2.yes {
	}

}