@font-face {
    font-family: Chicken;
    src: url(chicken_salad.otf);
}
	body {
    padding-top: 70px;
  }
  h1 {
	  font-family: Chicken;
	  font-size:300%;
  }

  h2 {
	  font-family: Chicken;
	  font-size:200%;
  }
  .tb {
	  color:#de4777;
  }
  a.al {
	  color:#963da4;
  }
  .xltext {
	  font-size:400% !important;
	  margin:0;
	  margin-bottom:-10px;
	  padding:0;
	  font-weight: 200;
  }
  .artbadge {
	  display: inline-block;
	  background-color:#963da4;
	  border-radius:3px;
	  color:#fff;
	  font-weight: bold;
  }
  footer {
	  position: relative;
	  bottom:0;
	  width: 100%;
	  padding:10px;
	  padding-top:20px;
	  margin-top:50px;
	  border-top:1px solid #ddd;

background-color: #f5f5f5;
background:-webkit-linear-gradient(#f5f5f5 0%, #fff 92%)
  }
  .carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.nav>li>a {
	color:#fff !important;
}