/* Navbar fixed top styles
-------------------------------------------------- */
body {
  min-height: 100px;
  padding-top: 70px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 12em;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 12em;
  background-color: #444;
  color: #ddd;
}
html {
  background-color: #444;
}
.footer small {
  color: #ddd;
}

.copyright {
  height: 11em;
}
.copyright p {
  position: absolute;
  bottom: 0;
}

/* -------------------------------------------------- */

.section-tweet iframe {
  margin-top: 0 !important;
}

.cbp_tmlabel {
  padding: 1em !important;
}

.cbp_tmicon > .fa-windows {
  font-size: 1.25em;
  line-height: 1.5em;
  vertical-align: baseline;
}

.cbp_tmlabel a {
  color: #fff;
}

/* -------------------------------------------------- */

.section-menu * {
  box-sizing: content-box;
}

.section-menu a {
  color: #333;
}

.section-menu a:before {
  background: rgba(128, 128, 128, 0.5);
  width: 15px;
  height: 15px;
}

.section-menu a:hover:before {
  background: #ccc;
}

.event-countdown-container {
    text-align: center;
}

.event-countdown {
    display: inline-block;
    width: auto !important;
    font-size: 40pt;
}
