@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('./fonts/ChunkFive.eot');
  src: local('☺'), url('./fonts/ChunkFive.woff') format('woff'), url('fonts/ChunkFive.ttf') format('truetype');
}

html, body {
  height: 100%;
}

a {
  color: #fff;
}

ul {
  list-style: none;
}
li {
  color: #fff;
}

body {
  text-align: center;
  padding-top: 25px;
  background-color: #000;
  font-family: ChunkFiveRegular, helvetica, sans-serif;
  position: relative;
}

a img {
  border: 0;
}

.no {
  padding-top: 160px;
}


#theTime #mfbt {
    box-shadow: 1px 2px 20px black;
/*  -moz-transform: rotate(-1.5deg); */
  -webkit-transform: rotate(-1.5deg);
    box-shadow: 1px 2px 20px black;
    -webkit-box-shadow: 1px 2px 20px black;
  -moz-box-shadow: 1px 2px 20px #222;
}

#stereotype {
    width: 200px;
    height: 283px;
    position: absolute;
    top: 320px;
    left: 650px;
}

#fromage {
  margin: 10px 0 0 0;
  font-size: 25px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
}

#fromage span {
  color: #ccc;
}

#fromage video {
  margin: 6px 0 0 25px;
  opacity: 0.1;
}

#fromage video:hover {
  opacity: 1.0;
}

#fired {
  font-weight: normal;
  font-size: 80px;
  text-decoration: none;
  color: white;
}

p {
  margin-bottom: 0;
}

.no span {
  display: block;
  font-size: 12px;
}
