/*
	██╗    ██╗  ██╗ █████╗ ████████╗███████╗    ███╗   ███╗██╗ ██████╗ █████╗ ██╗  ██╗
	██║    ██║  ██║██╔══██╗╚══██╔══╝██╔════╝    ████╗ ████║██║██╔════╝██╔══██╗██║  ██║
	██║    ███████║███████║   ██║   █████╗      ██╔████╔██║██║██║     ███████║███████║
	██║    ██╔══██║██╔══██║   ██║   ██╔══╝      ██║╚██╔╝██║██║██║     ██╔══██║██╔══██║
	██║    ██║  ██║██║  ██║   ██║   ███████╗    ██║ ╚═╝ ██║██║╚██████╗██║  ██║██║  ██║
	╚═╝    ╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚══════╝    ╚═╝     ╚═╝╚═╝ ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝
*/
.vegas-timer { z-index: 500!important }
.vegas-timer-progress { background: #8b6419 }
.vegas-overlay {
	opacity: .7;
	background-color: rgba(0, 0, 0, 1);
}
*,
*:before,
*:after { box-sizing: border-box }
html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 1em;
	line-height: 1.1;
	font-family: 'Cabin', sans-serif;
	position: relative;
	color: #fff;
	background: #000;
}
a {
	text-decoration: none;
	color: inherit;
}
*:focus { outline: none; }
.fuckMicahContainer {
	position: relative;
	width: 100%;
	height: 100%;
}
.fuckMicahDisplay {
	width: 380px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -150px 0 0 -190px;
}
h1 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 4.2em;
	margin: 10px 0 20px 0;
	text-shadow: 0 1px 0 #000;
}
#fuckMicahText {
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: 400;
	display: block;
	margin: 0 0 20px 0;
	text-shadow: 0 1px 0 #000;
	padding: 5px 0;
}
.fuckMicahBtn {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	display: inline-block;
	cursor: pointer;
	padding: 6px 12px;
	font-size: 1.2em;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 0;
}
.fuckMicahBtn:hover {
	background-color: rgba(255,255,255,0.95);
}
.fuckMicahBtn:active {
	background-color: rgba(255,255,255,0.8);
}
.animated {
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
