:root {
	--lpink: #ff4499;
	--dpink: #ff0055;
	--dblue: #5544dd;
	--orange: #ff9933;
	--dred: #dd0033;
	--grn: #71b315;
}

* {
	box-sizing:border-box;
}

.navigation, #blocks {
	font-family:Ubuntu, sans-serif;
}

a:link, a:visited {
	color:#fff;
	font-weight:200;
	font-size:2.2em;
}
a:hover, a:active {
	color:rgba( 255, 255, 255, 0.8 );
}

.navigation {
	margin:10px 0 10px;
}

.navigation a {
	padding-right:0px;
	color:rgba( 255, 255, 255, 0.5 );
	padding:2px 10px;
}

.navigation a:first-child {
	margin-right:5px;
}

.navigation a.active {
	color:rgba( 255, 255, 255, 1.0 );
	background:rgba( 255, 255, 255, 0.25 );
	border-radius:5px;
	//border-bottom:solid 2px #fff;
}

body {
	width:100vw;
	height:100vh;
	margin:0;
	padding:0;
	background:linear-gradient( 190deg, var(--orange) 0%, var(--dpink) 100% );
	background:linear-gradient( 190deg, var(--dpink) 0%, var(--dblue) 75% );
	background-attachment:fixed;
}

.title {
	margin-bottom:0px;
}

.title_1 a {
	display:inline-block;
	border-radius:9px;
	background:#fff;
	text-transform:uppercase;
	font-size:1.0em;
	letter-spacing:10px;
	color:var(--dpink);
	font-weight:300;
	text-decoration:none;
	padding:10px 15px 10px 25px;
	border: solid 5px #ff9f3f;
}

.title a {
	display:inline-block;
	text-transform:uppercase;
	font-size:1.0em;
	letter-spacing:5px;
	color:rgba( 255, 255, 255, 1.5 );
	font-weight:900;
	text-shadow:-1px -1px 0px rgba( 50, 0, 0, 0.45 );
	text-decoration:none;
}

.title_2 a {
	display:inline-block;
	font-size:2.0em;
	letter-spacing:-1px;
	color:#fff;
	font-weight:600;
	text-decoration:none;
}

.title small {
	color:rgba( 255, 255, 255, 0.5 );
}

.title_ a:hover {
	background:rgba( 255, 255, 255, 0.85 );
	box-shadow:0 0 #000;
}

.blocks {
	margin:1.75em;
}

.block {
	position:relative;
	display:block;
	border-radius:3px;
	background:rgba( 255, 255, 255, 1.0 );
	margin-top:0.5em;
	box-shadow:0 0 9px rgba( 0, 0, 5, 0.15 );
	overflow:hidden;
}

.block.block-add {
	background:rgba( 255, 255, 255, 0.35 );
}

.block.block-add a {
	display:block;
	text-align:center;
	padding:20px 0 15px;
}

.block.block-add svg {
	width:1.0em;
	height:1.0em;
}

.block:last-child {
	margin-bottom:65px;
}

.block .block-title {
	color:var( --dpink );
	font-size:1.2em;
}

.block p {
	font-size:0.9em;
}

.block p:last-child {
	padding-bottom:10px;
}

.block .block-title, .block p {
	padding:10px 10px 0;
	margin:0;
}
.block p {
	padding-top:5px;
	margin:0;
	line-height:1.0em;
}

.block img, .block-inner {
	float:left;
}

.block img {
	width:100px;
	height:100px;
}

.block-inner {
	width:calc(100% - 110px);
}

.block-countdown {
	position:absolute;
	bottom:4px;
	right:0;
	font-size:0.8em;
	color:#333;
	font-weight:600;
	margin-right:42px;
}

.push {	
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background:var( --grn );
	width:35px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding-top:40px;
	box-shadow:0 0 15px 10px rgba( 255, 255, 255, 1.00 );
}

.push .text {
	display:block;
	font-size:0.4em;
	font-weight:600;
	letter-spacing:4px;
}
.nav-dock {
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:center;
	position:fixed;
	bottom:0;
	background:#fff;
	box-shadow:0 0 5px 2px rgba( 30, 0, 0, 0.25 );
}
.nav-dock a {
	font-size:3.0em;
	text-center:center;
	color:var( --dpink );
	width:20vw;
	height:65px;
	//background:#fff;
	flex-grow:1;
	border-radius:5px;
	padding-top:3px;

}
.nav-dock svg {
	width:0.9em;
	height:0.9em;
	line-height:0.9em;
}

.nav-dock .dock-active {
	background:linear-gradient( 0deg, var( --dpink ) 0%, #f47 100% );
	box-shadow:inset 0 -3px 3px rgba( 0, 0, 0, 0.25 );
	color:#fff;
	border-radius:0 0 25px 25px;
}

.nav-dock a:hover {
	background:#eee;
	border-radius:5px;
}

#footer {
	width:100%;
	text-align:center;
	position:fixed;
	bottom:0px;
	left:2px;
	font-size:0.6em;
	color:rgba( 0, 0, 0, 0.20 );
}

label {
	margin:10px 10px -10px;
	font-size:1.3em;
	color:var( --dpink );
	font-weight:300;
	display:block;
}

input, textarea, select {
	border-radius:3px;
	border:solid 1px #ccc;
	padding:10px;
	width:calc(99.9% - 20px);;
	margin:10px!important;
	box-shadow:none;
	min-height:35px;
}

.seperater-or {
	text-align:center;
	display:block;
	width:30px;
	line-height:30px;
	margin:0 auto;
	font-size:1.0em;
	color:#fff;
	border-radius:15px;
	background:linear-gradient( 0deg, var( --dpink ) 0%, var( --lpink ) 100% );
}

textarea + label {
	margin-top:-0px;
}

button {
	background:linear-gradient( 0deg, #f47 0%, #f96 100% );
	width:calc( 99.9% - 20px );
	color:#fff;
	text-shadow:-1px -1px rgba( 0, 0, 0, 0.25 );
	margin:0 10px 10px;
	padding:8px 15px;
	font-size:1.1em;
	border:0;
	border-radius:3px;
}

#eject_ a {
position:absolute;
text-align:center;
padding-top:5px;
top:0;
right:0;
width:40px;
height:40px;
font-size:1.5em;
background:#fff;
color:var( --orange );
border-radius:0 0 0 10px;
}
#eject a {
position:absolute;
text-align:center;
padding-top:5px;
top:0;
right:0;
width:40px;
height:40px;
font-size:1.5em;
color:#fff;
border-radius:0 0 0 10px;
}