html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #35312D;
	background-image: url(/img/bg.png);
	color:#ddd;
	font-family: Helvetica, Arial, sans-serif;
	line-height:150%;


}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	margin-top:0;
	font-weight:normal;
	font-family: 'Quicksand', sans-serif;

}

hr, header {
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	border-top:0;
	border-left:0;
	border-right:0;
	width: 100%;
}
h2 {
	margin-bottom:1.5rem;
	font-size:2.4rem;
}

h1 {
	font-size: 3.2rem;
	line-height: 4.5rem;
}

header {
	text-align:center;
	padding-top: 2em;
	padding-bottom: 2em;
}

#content {
	flex:1 0 auto;
	/*max-width: 1000px;*/
	width: 100%;
}

.narrow, .super-narrow, .ultra-narrow {
	margin:0 auto;
	padding: 2em;
}

.narrow {
	max-width: 1000px;	
}

.super-narrow {
	max-width: 600px;
}

.ultra-narrow {
	max-width: 400px;
}

.pure-button-primary {
	background-color: #D90368;
}
fieldset {
	text-align: right;
}
input, textarea, select {
	color:black;
	width: 100%;
}


footer {
	width: 100%;
	background-color: #2c2926;
	border-top: 2px rgba(0, 0, 0, 0.1) solid;
	padding: 2em 0;
	text-align:center;	
	flex-shrink: 0;
}



footer ul {
	list-style-type:none;
	display: flex;
	justify-content: center;
	padding:0;
}

footer li {

	margin:0 2em;
}
footer i {
font-size: 2em;}

footer a{
	transition: 0.3s;
}
footer a:hover {
color: #D90368;
}

a {
	color: #FFF7D0;
	font-weight: bold;
	text-decoration: none;
}



.front #logo {
	height: 300px;

}

.mini #logo {
	height: 100px;

}



.separator {
	margin: 2em;
	width: 4em;
}
.hoverSpin {
	-webkit-transition: -webkit-transform .4s ease-in-out;
     transition:         transform .4s ease-in-out;
}



.hoverSpin:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}


.appStoreLink img {
	width: 300px;
}

/*******************************/
/* ICONS */
.sampletoyIcon, .koalaIcon, .koalafxIcon {
	width: 150px;
	height:150px;
	background-size: 100% 100%;
	border-radius: 17%;
	/*float:right;*/
	margin-bottom: 4em;

	flex: 0 0 150px;

}

.sampletoyIcon {
	background-image:url(/img/app-icons/sampletoy.png);
}


.koalaIcon {
	background-image:url(/img/app-icons/koala.png);
}

.koalafxIcon {
	background-image:url(/img/app-icons/koalafx.png);
}
.appSummary {
	display: flex;
	margin-bottom: 1em;
}
.appDescription {
	padding-right: 1em;
}
/*.appSummary h2 {
	float:left;
}
.appSummary {
	clear:both;
	max-width: 600px;
	margin: 0 auto 0 auto;
}

.appDescription {
	float:left;
	padding-right: 1em;
	max-width: 420px;
}*/

p {
	margin-top:0;
}

a .appSummary p {
	color: #ddd;
	font-weight: normal;
}

@media only screen and (max-width: 600px) {
	footer ul {
		flex-direction:column;
	}
	h2 {

		font-size:1.8rem;
	}
}
