body {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 700px;
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 5px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

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

.footerContent tr {
  vertical-align: top;
}
div.footer .social {
  float: right;
  margin: -65px 30px 0 0;
}
.twitterLink img {
  width: 100px
}

.facebookLink img {
  width: 50px
}

.checkItOut {

display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-decoration: none;

padding: 11px 19px;
font-size: 17.5px;
line-height: 20px;

color: #ffffff;
/* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
*/

background-color: #0088cc;

margin-bottom: 0;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

/* border: 1px solid #cccccc; */

}


.checkItOut:hover {
color: #111;
background-color: #fff;

text-decoration: none;
}

