html, body {
	margin: 0;
	line-height: 1.5;
	font-family: "HelveticaNeue", sans-serif;
	height: 100%;
}

.screen {
	width: 100%;
	min-height: 100%;
	display: table;
}
.screen > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.section > div {
	text-align: center;
	padding: 10px;
}
.section > div > div > p:first-child {
	margin-top: 0;
}

.section > div > div > p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 700px) {
	.screen > div, .section > div {
		padding: 25px;
	}
}

.screen > div > div, .section > div > div {
	width: 100%;
	max-width: 800px;
	display: inline-block;
}

#animation {
	width: 100%;
	max-width: 600px;
}

#background-container {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

#background {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vmax;
	height: 100vmax;
	margin-top: -50vmax;
	margin-left: -50vmax;
	background-color: #06A6FF;
	color: white;
}

.splash-sprite {
	position: absolute;
	font-size: 17px !important;
}

@media screen and (min-width: 700px) {
	.splash-sprite {
		font-size: 25px !important;
	}
}

#main {
	color: white;
}

a:link, a:visited {
	color: inherit;
}

#main h1 {
	margin-top: 0;
	margin-bottom: 0;
	/*text-shadow: 2px 2px 0px rgba(0,0,0,0.4);*/
	line-height: 1.3;
}

@media screen and (max-width: 500px) {
	#main h1 {
		font-size: 17px;
	}
}

#actions {
	margin-top: -1em;
	margin-bottom: -4px;
}

#actions a:link, #actions a:visited, .button {
	display: inline-block;
	padding: 4px 10px;
	color: #06A6FF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.6);
	font-size: small;
	text-decoration: none;
}

.button, .button:link, .button:visited {
	background-color: #06A6FF;
	color: white;
}

.button:hover {
	opacity: 0.7;
}

.button:active {
	opacity: 0.4;
}

#actions a:link, #actions a:visited {
	margin-bottom: 4px;
}

#actions:not(:hover) a#download, #actions a:hover {
	background-color: white;
}

#featured {
	text-align: left;
}

#featured #ideas {
	display: none;
}

/* social */
#social {
    display: table;
    margin: auto;
}
#social > div {
    padding: 0 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#social .fb-like {
	position: relative;
	top: -5px;
}
@media screen and (max-width: 500px) {
    #social > div {
        display: inline-block;
    }
}

