.footer {
	position: fixed;
	bottom: 0;
	padding: .25em;
}

.list {
	margin-bottom: 5em;
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
	html, body {
		font-size: 1.6em;
	}

}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
	html, body {
		font-size: 1.6em;
	}

	.footer {
		bottom: auto;
		padding-top: 20px;
		position: static;
	}

}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
	html, body {
		font-size: 1.6em;
	}
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
	html, body {
		font-size: 1.6em;
	}
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
	html, body {
		font-size: 1.6em;
	}
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3){
	html, body {
		font-size: 1.6em;
	}
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
	html, body {
		font-size: 1.6em;
	}
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
	html, body {
		font-size: 1em;
	}

	.header {
		padding-top: 15px;
	}
}

* {
	margin: 0;
}


a {
	color: black;
	text-decoration: none;
}

a .link {
	font-size: .5em;
	color: white;
}

a:hover .link {
	color: black;
}

html, body {
	height: 100%;
	text-align: center;
}

.header {
	font-family: 'Gidugu', sans-serif;
	font-size: 3em;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

.fa {
	color: #e72626;
}

.flourish {
	margin: 20px 0;
}

.footer {
	background-color: antiquewhite;
	width: 100%;
	font-family: 'PT Serif', serif;
	font-size: .8em;
	font-style: italic;
}

.footer b {
	color: #e72626;
	font-style: normal;
}

.icon {
	font-size: 1.5em;
	margin-top: .5em;
}

.list a, .list span {
	font-family: 'Gidugu', sans-serif;
	font-size: 1.3em;
}

.list a, .list i, .list span {
	line-height: 1.3em;
	vertical-align: middle;
}

.tagline {
	line-height: 2em;
	font-family: 'Gidugu', sans-serif;
	font-size: 2em;
}

