@font-face {
  font-family: 'windlassregular';
  src: url('windlass.woff2') format('woff2'),
       url('windlass.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Reset */ 

html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Typography */

@media (min-width: 400px) and (max-width: 1439px) {
  html {
    font-size: calc(16px + (24 - 16) * (100vw - 400px) / (1439 - 400));
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 24px;
  }
}


body {
  font-family: 'windlassregular';
  height: 100%;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3dc9a2+0,3a9ebc+100 */
  
}


#clock_wrap {
  margin: 0 auto;
  width: 100%;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 span {
  line-height: 1.15;
  font-size: 1.333em;
  display: block;
  margin-top: .33em;
}