* {
  margin: 0px;
  padding: 0px; }

html, body {
  width: 100%;
  height: 100%; }

.page {
  top: 25%;
  width: 100%;
  display: block;
  position: fixed; }
  .page .title {
    font-size: 2em;
    text-align: center;
    filter: grayscale(0.3); }
    .page .title img {
      color: red;
      width: 20%;
      height: 20%;
      border-width: thick;
      border-style: double;
      animation: colours 80s infinite;
      -o-animation: colours 80s infinite;
      -moz-animation: colours 80s infinite;
      -webkit-animation: colours 80s infinite; }
    .page .title a {
      color: black;
      text-decoration: none; }
      .page .title a:hover {
        color: red;
        text-decoration: none;
        transition: color linear 0.5s;
        -webkit-transition: color 0.5s; }
      .page .title a #dotom {
        font-family: "Times New Roman", Times, serif; }
  .page .navigation {
    text-align: center;
    text-decoration: none; }
    .page .navigation a {
      color: #1e1e1e;
      text-decoration: none; }
      .page .navigation a:hover {
        text-decoration: underline; }

.stage {
  top: 31%;
  left: 47%;
  z-index: -1;
  display: block;
  position: fixed; }

@-webkit-keyframes colours {
  0% {
    color: red;
    -webkit-filter: grayscale(0); }
  20% {
    color: green;
    -webkit-filter: sepia(1); }
  40% {
    color: yellow;
    -webkit-filter: saturate(8); }
  60% {
    color: blue;
    -webkit-filter: hue-rotate(90deg); }
  80% {
    color: pink;
    -webkit-filter: invert(0.8); }
  100% {
    color: purple;
    -webkit-filter: opacity(1); } }
@-moz-keyframes colours {
  0% {
    color: red;
    -moz-filter: grayscale(0); }
  20% {
    color: green;
    -moz-filter: sepia(1); }
  40% {
    color: yellow;
    -moz-filter: saturate(8); }
  60% {
    color: blue;
    -moz-filter: hue-rotate(90deg); }
  80% {
    color: pink;
    -moz-filter: invert(0.8); }
  100% {
    color: purple;
    -moz-filter: opacity(1); } }
@-o-keyframes colours {
  0% {
    color: red;
    -o-filter: grayscale(0); }
  20% {
    color: green;
    -o-filter: sepia(1); }
  40% {
    color: yellow;
    -o-filter: saturate(8); }
  60% {
    color: blue;
    -o-filter: hue-rotate(90deg); }
  80% {
    color: pink;
    -o-filter: invert(0.8); }
  100% {
    color: purple;
    -o-filter: opacity(1); } }
@keyframes colours {
  0% {
    color: red;
    filter: grayscale(0); }
  20% {
    color: green;
    filter: sepia(1); }
  40% {
    color: yellow;
    filter: saturate(8); }
  60% {
    color: blue;
    filter: hue-rotate(90deg); }
  80% {
    color: pink;
    filter: invert(0.8); }
  100% {
    color: purple;
    filter: opacity(1); } }
@media only screen and (max-device-width: 640px) {
  #dotcom {
    display: none; }

  #face {
    width: 40%;
    height: 40%; } }
@media only screen and (max-device-width: 768px) {
  #dotcom {
    display: none; }

  #face {
    width: 40%;
    height: 40%; } }

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