@font-face {
	font-family: "Nomos";
	src: url('nomos.ttf');
}
@font-face {
	font-family: "OldNewspaperTypes";
	src: url('../eiffel1889/OldNewspaperTypes.ttf');
}

html, body {
    height: 100%;
    width:100%;
}
html {
    display: table;
    margin: auto;
}

body {
display: table-cell;
/* vertical-align: middle; */
font-family: 'Inconsolata', monospace;
background-image:url(images/bg.jpg);
background-repeat: no-repeat; 
background-size: cover;
}
a {
font-weight:bold;
color:black;
	}
a:hover {
}
#wrap {
}
#url {
background-image:url(images/frame2.png);
background-repeat: no-repeat; 
background-size: cover;
display:block;
text-align:left;
width:640px;
height:auto;
padding:15px;
padding-top:0;
margin-bottom:20px;
margin: 0 auto;
font-size:18px;
font-weight:bold;
}
#form {
/*background-image:url(images/frame2.png);
background-repeat: no-repeat; 
background-size: cover;*/
display:block;
text-align:left;
width:670px;
height:565px;
margin-left:0px;
margin-bottom:10px;
margin: 0 auto;
/*padding:20px;*/
font-size:18px;
font-weight:bold;
font-family: "OldNewspaperTypes";
border: 1px solid blue;
}
#form-show, #form-hide {
width:260px;
height:70px;
margin: 0 auto;
font-size:18px;
font-weight:bold;
margin-top:20px;
cursor:pointer;
}
.form-inside {
position:relative;
top:40px;
left:0px;
}
input[type="text"]
{
font-family: "OldNewspaperTypes";
background: black;
border: none;
font-size:20px;
color:#ffffff;
padding:4px;
border-radius: 5px;
box-shadow: 0px 3px 3px #1E0F29;
transition: all ease 0.3s;
margin:5px 0 0 0;
}
.input {
font-family: "OldNewspaperTypes";
text-align:left;
margin: auto 0;
margin-left:50px;
margin-bottom:20px;
}
.input2 {
background-image: url(../eiffel1889/images/bg.jpg);
font-family: 'Shadows Into Light', cursive;
font-weight:700;
line-height:0.99em;
text-align:left;
font-size:22px;
padding:20px;
margin: auto 0;
margin-left:50px;
margin-bottom:20px;
display: none;
}
input[type=submit] {
font-family: "OldNewspaperTypes";
background-color: #000000;
border: none;
color: white;
padding: 14px 28px;
text-decoration: none;
font-weight:bold;
margin: 0;
cursor: pointer;
border-radius: 5px;
box-shadow: 0px 3px 3px #1E0F29;
position: relative;
top: 0px;
transition: all ease 0.3s;
}
input[type=submit]:hover {
color:#BDB76B;
}
.button2 {
padding:0;
margin:0;
}
#hints {
    font-size:1.5em;
}
.footer {
display:block;
position:relative;
width:100%;
text-align:center;
margin: auto 0;
padding-top:20px;
padding-bottom:20px;
height:70px;
 }
#footer-right {
float:right;
font-size:12px;
padding-right:10px;
padding-bottom:20px;
}
.cModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  pointer-events: none;
}
.cModal:target {
  opacity:1;
  pointer-events: auto;
}
.cModal > div {
  max-width: 600px;
  position: relative;
  margin: 2% auto;
  padding: 8px 8px 12px 18px;
  border-radius: 2px;
  background: #fff;
}
.carnet {
 width:500px;
}
.cf {
position: relative;
right:0;
}

#playlist,audio{background:#;width:400px;padding:20px;}
.active a{color:#;text-decoration:none;}
#playlist { display:none; }

#button {
    margin-bottom:20px;
}
#button button {
    background-color:darkblue;
    color:#fff;
    border-radius: 25px;
}
.button {
   border-top: 1px solid #b3bcc2;
   background: #080808;
   background: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#080808));
   background: -webkit-linear-gradient(top, #080808, #080808);
   background: -moz-linear-gradient(top, #080808, #080808);
   background: -ms-linear-gradient(top, #080808, #080808);
   background: -o-linear-gradient(top, #080808, #080808);
   padding: 11.5px 23px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #080808;
   color: #ccc;
   }
.button:active {
   border-top-color: #030303;
   }

a,a:visited {
    color:#121212;
}
audio {
    margin-left:28px;
}

@media only screen and (max-width: 768px) {
body {
width:100%;
}
#url, #form {
background-repeat: no-repeat; 
background-size:auto !important;
width:468px;
height:auto;
margin:0;
padding:2px;
padding-top:12px;
padding-bottom:100px;
font-size:20px;
}
#form {
font-size:20px;
}
input[type="text"]
{
width:300px !important;
font-size:2em;
margin:3px 0 13px 0;
}
.cModal > div {
  max-width: 380px;
}
.carnet {
 width:380px;
}
.footer {
text-align:left;
margin-left:50px;
}
}