/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;	/* The html and body elements cannot have any padding or margin */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;	/* Negative indent footer by its height */
	padding: 0 0 4em;		/* Pad bottom by footer height */
}

#footer {
	height: 4em;			/* Set the fixed height of the footer here */
	background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

code {
	font-size: 80%;
}

#wrap > .container {
	padding: 60px 15px 2em;
}

#footer p {
	margin-top: 1.5em;
}

@media screen and (max-width: 600px) {
	#footer p {
		font-size: 0.75em;
		margin-top: 2em;
	}
}

img.home {
	display: block;
	margin: 40px auto;
}

.processing {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
}

.processing-info {
	position: fixed;
	bottom: 4.5em;
	color: #aaa;
}

.processing-info a {
	color: #777;
}

.processing-info a:hover,
.processing-info a:focus {
	color: #555;
}

.twitter-timeline {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
