/* 
### TRÜBERBROOK CSS by R. Maier 2017 ###


Hey Dude, 
Thanks for comming. If you want check out how we did the Parallax, here is how: 
1. Photoshop with Layers
2. Export single PNG Layers and pack them in a Spreadsheet for nicer Loading (e.p. 	http://spritegen.website-performance.org )
3. Compress is if you need ( e.p. http://optimizilla.com OR https://tinypng.com	)
4. Define the Positions in DIV Layers
5. Add some Magic and take a nap or a Coffee
If you like our Game please support us. If you have any questions, send me PM.

*/

html{
  width: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;	
}
@font-face {
  font-family: "Roboto Slab";
  src: url('http://themes.googleusercontent.com/static/fonts/robotoslab/v2/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf');
} 
body {
  padding: 0;
  margin: 0;
  background-color: #000;
  color: #fff;
  width: 100%;
  overflow: hidden;
  font-family: "Roboto Slab" !important;
}
#parallax{
  height: 910px;
  overflow: hidden;
  position: relative;
  width: 2058px;
  left:0%;
  margin-left: auto;
  margin-right: auto;

}
#content {
  background-color: #000;
  margin-top: -20px;

}
#parallax-mobile {
  display: none;

}
.first-section {
  padding: 50px 0 20px 0;
}
.text-header {
  font-size: 50px;
  text-align: center;
}
h1 {
  line-height: 120%;
  font-size: 50px;
  margin-bottom: 0px;
  margin-top: 10px;
  letter-spacing: 5px;
}
h2{
	letter-spacing: 5px;
	text-transform: uppercase;
}
p {
  color: #ede0d5;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
}

/* PARALLAX LAYER */
.layer {
    background-image: url('trueberbrook_parallax_mini.png');
    background-repeat: no-repeat;
    height: 910px;
	position: fixed;
    display: block;
    z-index: -1;
    /*
    -webkit-filter: saturate(1.2);
    filter: saturate(1.2);
    */
    left: 50%;
    transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
     -o-transform: translate3d(-50%,0,0);
      
    
}
.layer-0 {
    width: 2058px;
    height: 461px;
    background-position: -5px -5px;
    margin-top: 191px;
}

.layer-1 {
    width: 2059px;
    height: 920px;
    background-position: -5px -476px; 
    position: absolute;

}

.layer-2 {
    width: 2058px;
    height: 920px;
    background-position: -5px -1406px;
}
.layer-3 {
    width: 2058px;
    height: 640px;
    background-position: -2074px -5px;
    margin-top: 280px;
}	
.layer-4 {
    width: 1719px;
    height: 465px;
    background-position: -2074px -655px;
    margin-top: 120px;
}
.layer-5 {
    width: 2058px;
    height: 509px;
    background-position: -2074px -1130px;
}


	
@media only screen and (max-width: 2058px) {

	#parallax{

		position: relative;
		left: calc(50% - 1029px);
	
	}


	
}


/* HIDE PARALLAX ON SMALL SCREENS */
@media only screen and (max-width: 768px) {
  #parallax {
    display: none;
  }
  #platform{
		width: 100%;
  }

  #parallax-mobile {
    display: block;
  }
}


/* MENU DESIGN */
#topmenu{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
}
.navbar-inverse {
    background-color: rgba(0,0,0,0.5) !important;
    border: 0;
    border-radius: 0px;
}
.nav > li > a {
    color:#fff !important;
}
.nav > li > a:focus, 
.nav > li > a:hover 
{
   color:#F9D616 !important;
}

#newsletter{
    background-color: transparent;
    padding: 10px;
}
