@font-face {
    font-family: 'eurocine-medium';
    src: url('fonts/eurocine-medium-webfont.woff2') format('woff2'),
         url('fonts/eurocine-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eurocine-regular';
    src: url('fonts/eurocine-regular-webfont.woff2') format('woff2'),
         url('fonts/eurocine-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

    /* background: linear-gradient(135deg, rgba(15,15,15,1) 0%, #181a1b 36%); */

body {
    font-family: "monospace";
    background-color: #181a1b;
    /*background: linear-gradient(135deg, rgba(15,15,15,1) 0%, #181a1b 36%);*/
}

#content {
    /*background-color: #181a1b;*/
    background: linear-gradient(135deg, rgba(15,15,15,1) 0%, #181a1b 60%);
    color: #c0bab2;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    padding: 1em;
}

#header {
    font-size: 2em;
    font-family: 'eurocine-medium';
    font-weight: bold;
    color: #f4c542;
}
.text {
    font-size: 1em;
    font-family: 'eurocine-regular';
 }
.demo {
    font-size: 1em;
    font-family: 'eurocine-regular';
    text-align: center;
}

#links {
    font-size: 1em;
    font-family: 'eurocine-regular';

}
#copyright {
    font-size: 0.8em;
    font-family: 'eurocine-regular';
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-device-width : 600px) {
  #content {
      margin-left: 0px;
      margin-top: 0px;
      width: 100%;
      padding: 0px;
  }

  #header {
    font-size: 4em;
    font-family: 'eurocine-medium';
    font-weight: bold;
  }
  .text {
    font-size: 2.0em;
    font-family: 'eurocine-regular';
   }
  #links {
    font-size: 2em;
    font-family: 'eurocine-regular';

  }
  #copyright {
    font-size: 1.0em;
    font-family: 'eurocine-regular';
  }

} /* end of media selector */


a {
    color: #4c93c7;
    text-decoration:none;
    font-family: 'eurocine-regular';
    font-size: 1.2em;
}

strong {
    font-family: 'eurocine-regular';
    font-size: 0.8em;

}

