@import url(http://fonts.googleapis.com/css?family=Carter+One);
@import url(http://fonts.googleapis.com/css?family=Merienda:400,700);

html,body {
  height:100%;
}

body {
  background-image: url(../img/patterns/escheresque_ste.png);
  background-position: initial initial;
  background-repeat: initial initial;
}

#top-fade {
  height:5px;
  position:absolute;
  top:0;
  width:100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
border-top:1px solid #aaa;
}

/* Custom container */
.container {
  /*height: 100%;*/
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  background-color: white;

  -webkit-box-shadow:  0px 0px 2px 2px rgba(250, 250, 250, 1);
          box-shadow:  0px 0px 2px 2px rgba(250, 250, 250, 1);

  background-image: url(../img/patterns/pw_maze_white.png);
  background-position: initial initial;
  background-repeat: initial initial;

}
/*.container > hr {
  margin: 60px 0;
}*/

/* Main marketing message and sign up button */
.jumbotron {
  margin: 40px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 100px;
  line-height: 1;
}
h1,h2,h3,h4,h5 {
  font-family: "Merienda";
}
.jumbotron .lead {
  font-family: "Merienda";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;

  text-shadow: 1px 1px 1px #a2a2a2;
  filter: dropshadow(color=#a2a2a2, offx=1, offy=1);
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}


/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}
.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
}
.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.75);
  border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}

#showcase img {
  height: 100px;
  margin: 0 14px 14px 0;
  -webkit-box-shadow:  2px 2px 2px 2px rgba(200, 200, 200, .8);
          box-shadow:  2px 2px 2px 2px rgba(200, 200, 200, .8);
}