html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  color: #EEE;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}

a {
  color: #EEE;
  text-decoration: none;
  border-bottom: 1px dotted #EEE;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
}

.dd-header {
  margin-top: 1em;
}

.dd-rules {
  text-align: left;
  line-height: 130%;
  font-size: 1.6em;
  width: 60%;
  margin: 0 auto;
}

.dd-header img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 2px solid #000;
  border-radius: 40px;
}

.dd-actionLinks {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px dotted #EEE;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.dd-actionLinks li {
  float: left;
  margin: 0.5em;
}

.dd-actionLink {
}

.dd-tagline {
  margin-top: -3em;
}

.clockContainer {
  width: 100%;
}

.clockFace {
  font-size: 9em;
  line-height: 0 !important;
  font-family: 'Share Tech Mono', monospace;
  text-align: center;
}

#container{
  width: 80%;
  margin: 0 auto;
}


.dd-footer {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px dotted #eee;
  text-align: center;
}


//media queries
@media only screen and (max-width: 500px) {
  .dd-rules {
    width: 90%;
  }
  .clockFace {
    font-size: 6em;
  }
}

/*# sourceMappingURL=style.css.map*/