/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  background-color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  line-height:36px;
  letter-spacing:1px;
  font-weight:100;
  margin:0;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -70px;
}

/* fixed height of the footer here */
#push,
#footer {
  font-family: 'Helvetica', sans-serif;
  height: 40px;
  margin-top:-140px;
  font-size: 8px;
  letter-spacing:0px;
  height:20px;
}

/* END Sticky footer styles
-------------------------------------------------- */

h1 {
font-size: 200px;
line-height: 40px;
}

span {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height:25px;
    font-weight:300;
    margin:0;
}

div.hideme {visibility:hidden;}

.banner {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.no {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
}
.text {
  margin-top: 20px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.social {
  margin-top: -35px;
  margin-right:0px;
}

.right {
  float:right;
}

.push {
    height: 63px;
}

.twitter {
  margin-left:5px;
  margin-right:-20px;
}
.facebook {
  margin-left:5px;
  margin-right:0px;
}

.logo {
  margin-top:10px;
  margin-bottom:10px;
}

img#share_button {cursor: pointer;}

.btn-custom {
  background-color: hsl(201, 100%, 30%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399",);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399));
  background-image: -moz-linear-gradient(top, #00a5ff, #006399);
  background-image: -ms-linear-gradient(top, #00a5ff, #006399);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399));
  background-image: -webkit-linear-gradient(top, #00a5ff, #006399);
  background-image: -o-linear-gradient(top, #00a5ff, #006399);
  background-image: linear-gradient(#00a5ff, #006399);
  border-color: #006399 #006399 hsl(201, 100%, 25%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 25px;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding-left: 30px;
  padding-right: 30px;
  min-width:200px;
}


#footer {
  color: #555555;
  background-color:#000000;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  font-size: 12px;
}