/* Design by Alex K.
   www.digitalnext.fr */

   @font-face {
    font-family: 'u000000';
    src:
        url('u000000.woff2') format('woff2'),
        url('u000000.woff') format('woff');
  }
  
  body {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      background: #E2E2E2;
      overflow: hidden;
  }
  
  header {
      display: none;
  }
  
  main {
      position: absolute;
      top: 30%;
      width: 100%;
      text-align: center;
      font-family: 'SF Old Republic', 'Montserrat', sans-serif;
  }
  
  #capo {
      color: #bbb;
  }
  
  #sub {
      color: #fff;
  }
  
  @media screen and (min-width: 601px) {
      #capo {
          font-size: 80px;
      }
      #sub {
          font-size: 42px;
          margin-top:  -16px;
      }
  }
  
  @media screen and (max-width: 600px) {
      #capo {
          font-size: 56px;
          padding-right: 24px;
      }
      #sub {
          font-size: 24px;
      }
  }
  
  
  
  footer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding-bottom: 10px;
      text-align: center;
  }
  
  #domains {
      margin-bottom: 10px;
      color: #242a30;
  }
  
  #copyright, #registered {
      color: #888;
  }
  
  footer a {
      text-decoration: none;
      color: #242a30;
  }