@font-face {
  font-family: pix;
  src: url('res/font.ttf')  format('truetype');
}
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url('res/tromb.gif');
	background-size: 200px;
	font-family: pix;
  color: #FFFFFF;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;   
  z-index: 2;
  cursor: pointer; 
}

.container {
  width: 60%;
  height: 100%;
  margin: auto;
  overflow: auto;
  top: 0; left: 0; bottom: 0; right: 0;
  background: url('res/bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: fixed;
}

.callback,
.simple {
  font-size: 200%;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

@media screen and (max-width: 1000px) {
.container {
  width: 100%;
  height: 60%;
  margin: auto;
  overflow: auto;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  background: url('res/bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
}
/*