@import url(https://fonts.googleapis.com/css?family=Tillana:800);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

html{
 height:100%;
 min-height:100%;
 }
body{
    font-family: 'Source Sans Pro';
}
div[ng-view]{
 min-height:100%;
  background-image: url('../img/landscape_v7.png');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.top, .fof {
  min-height: 100vh;
}
.logo {
  height: 100%;
  width: 100%;
  text-align: center;
}
.logo span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.logo .center {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.logo .center img.logoImg
{
  margin: 0 auto;
  display: block;
  height: 35rem;
}
.logo .center img.brickImg
{
  margin: 0 auto;
  display: block;
  height: 13rem;
}

.fof .logo h1 {
  font-size: 20rem;
  color: #000;
}
.fof .logo p {
  color: #000;
  font-size: 5rem;
}
.nav {
  width: 100%;
  height: 20rem;
  background-image: url('../img/navbar.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat-x;
}
.nav ul {
  list-style-type: none;
  text-align: center;
}
.nav ul li {
  background-image: url('../img/brick.png');
  background-size: 100% 100%;
  padding: 1rem 1rem;
  width: 100px;
  text-align: center;
  display: inline-block;
}
.nav ul li a {
  color: #000;
  font-weight: 800;
  font-family: 'Tillana', cursive;
}
.nav ul li a:hover {
  text-decoration: none;
}
.content {
  color: #fff;
  height: auto;
}
.feed {
}
.feed .post {
  margin: 2rem;
  background-color: #FEFCFF;
  color: #000;
  padding: 1rem;
}
.twitter {
  padding: 2rem;
}
.timeline {
  border-radius: 0 !important;
}
.twitterContainer {
  background-color: #fff;
}
.stats {
  background-color: #fff;
  text-align: center;
}
.statsContainer {
  padding: 2rem;
  color: #000;
}
.statsList {
  list-style-type: none;
  padding: 2rem;
}
.statsList li {
  display: inline-block;
  margin: 2rem;
}
.statsList li span {
  font-size: 5rem;
}
.statsList li .key {
  font-size: 1.5rem;
}
.statsList li .value {
  font-size: 2rem;
}
.footer {
  background-color: #0F0909;
  padding: 2rem;
  text-align: center;
  font-family: 'Tillana', cursive;
}
.footer span
{
  color: red;
}
.aboutActually
{
  text-align: center;
}
