@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(http://weloveiconfonts.com/api/?family=fontawesome);



html, body {
	height: 100%;         /* required */
}
body {
	color: rgba(250,250,250,0.7);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 80%;
	font-weight: 300;
	padding: 20px;
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background: -webkit-linear-gradient(top, rgb(79, 41, 123) 0%, rgb(28, 23, 86) 60%, rgb(16, 16, 63) 100%);
	background: -o-linear-gradient(top, rgb(79, 41, 123) 0%, rgb(28, 23, 86) 60%, rgb(16, 16, 63) 100%);
	background: -ms-linear-gradient(top, rgb(79, 41, 123) 0%, rgb(28, 23, 86) 60%, rgb(16, 16, 63) 100%);
	background: -moz-linear-gradient(top, rgb(79, 41, 123) 0%, rgb(28, 23, 86) 60%, rgb(16, 16, 63) 100%);
	background: linear-gradient(to bottom, rgb(79, 41, 123) 0%, rgb(28, 23, 86) 60%, rgb(16, 16, 63) 100%);
	background-size: cover;
	background-repeat: repeat-x;
	letter-spacing: 1px;
}
img {
	max-width: 120px;
}
p {
	text-transform: uppercase;
	margin: 2em auto;
}
a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 64px; height: 64px;
	line-height: 64px;
    transition: all .4s;
	border-radius: 100%;
}
a:hover {
	color: rgb(79, 41, 123);
	background: white;
}
.fb-like {
	margin-right: 15px;
}
.aligner {
  display: flex;
  align-items: center;
  min-height: 100%;
  justify-content: center;
}

.aligner-item {
  flex: 1;
  margin: 2em auto;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.Aligner-item--fixed {
  flex: none;
  max-width: 50%;
}
footer, footer p {
	background: rgb(16, 16, 63);
	overflow: hidden;
}
ul {
	margin: 0 0 20px;
	padding: 0;
}
ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 5px;
	font-size: 2em;
	line-height: 1.8;
	border-radius: 100%;
}
/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}