@charset "utf-8";

@font-face {
	font-family: "Nomos";
	src: url('nomos.ttf');
}
@font-face {
	font-family: "OldNewspaperTypes";
	src: url('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 {
color:#BDB76B;
}
#logo img {
    width:100%;
}
#wrap {
	width:50%;
    background: url(http://www.argyxgames.com/legacy/eiffel1889/images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
	margin-top:0;
	margin-left:25%;
	font-size:18px;
    padding:25px 25px 55px 25px;
    display:flex;
    align-items: center;
    flex-direction: column;
}
#url {
background-image:url(images/frame2.png);
background-repeat: no-repeat; 
background-size: contain;
display:flex;
flex-direction: column;
text-align:left;
width:500px;
height:355px;
padding:15px;
margin-bottom:10px;
margin: 0 auto;
font-size:16px;
font-weight:bold;
}
#form {
display:flex;
flex-direction: column;
border:2px dashed black;
width:670px;
height:auto;
margin:20px auto;
padding:0px;
font-size:16px;
font-weight:bold;
font-family: "OldNewspaperTypes";
text-align:center;
}
#form-show, #form-hide {
width:260px;
height:auto;
margin: 0 auto;
font-size:18px;
font-weight:bold;
margin-top:20px;
cursor:pointer;
}
.form-inside {
position:relative;
top:40px;
left:20px;
}
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 13px 0;
}
.input {
font-family: "OldNewspaperTypes";
text-align:left;
margin: auto 0;
margin-left:40px;
}
input[type=submit] {
font-family: "OldNewspaperTypes";
background-color: #000000;
border: none;
color: white;
padding: 6px;
text-decoration: none;
font-weight:bold;
margin: 4px 2px;
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;
}
#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;
   }
.button2 {
padding:0;
margin:0;
}
.buttonsmall {
padding:0;
margin:0;
width:40px;
}

.footer {
float:left;
display:block;
position:relative;
width:100%;
text-align:center;
margin: auto 0;
padding-top:30px;
padding-bottom:20px;
height:auto;
 }
#footer-main {
margin-top:20px;
z-index:999;
font-size:18px;
height:0;
}
#footer-right {
float:right;
font-size:12px;
padding-right:10px;
}
@media only screen and (max-width: 768px) {
body {
width:100%;}
#wrap {
	margin-left:5px;
    min-height:1500px;
    width:98%;
    padding-left:0;
    padding-right:5px;
    border:0;
}
#url, #form {
width:100%;
background-image:none;
margin:0;
padding:0px;
padding-top:2px;
font-size:13px;
}
.input {
margin-left:10px;
}
input[type="text"] {
font-size:1.5em;
}
#logo img {
    
    }
#form {
height:auto;
}
input[type="text"]
{
font-size:24px;

margin:3px 0 13px 0;
}
}

