/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 10, 2014, 9:06:48 AM
    Author     : ultsi
*/

html, body {
    margin: 0;
    width: 100vw;
    height: 100%;
    font-family: 'Amatic SC', cursive;
    font-weight: lighter;
    font-size: 1.1em;
    padding: 0px;
    background-color: #000;
}

h1,h2,h3,h4 {
    color: #FFF;
}

header {
    width: 100%;
    height: 64px;
    position: fixed;
    margin: auto;
    top: 0%;
    overflow: hidden;
    z-index: 1000;
    font-size: 1.5em;
    text-decoration: none;
    color: #FFF;
    box-shadow: 3px 3px 20px 3px #000000;
    background-color: rgba(0, 0, 0, 0.95);
}

header ul {
    width: 60%;
    min-width: 700px;
    height: 64px;
    margin: auto;
    list-style: none;
}

header li {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    top: 25%;
}

#fakeheader {
    height: 64px;
}

#content {
    margin: 0;
    position: static;
}

.between {
  height: 0px;
  overflow: visible;
  position: relative;
}

.between img {
  height: 200px;
  overflow: visible;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: 5;
}

section {
    font-size: 2em;
    text-align: center;
    padding-bottom: 1em;
    position: relative;
    margin: 0px;
    height: 920px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    background-position-x: 40%;
    position: relative;
    color: white;
    padding-top: 4em;
    text-align: left;
    vertical-align: middle;
}

section:after {
    content: "";
    display: table;
    clear: both;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.left {
  float: left;
  padding-left: 1em;
  padding-top: 1em;
  max-width: 40%;
  min-width: 500px;
}

.right {
  float: right;
  padding-right: 1em;
  padding-top: 1em;
  max-width: 40%;
  min-width: 500px;
}

.center {
  margin: 0 auto;
  padding-top: 1em;
  max-width: 50%;
  min-width: 500px;
}

section h1 {
    font-size: 2em;
}

#banner {
    background-image: url("img/banner_final2.jpg");
    padding-top: 1em;
}

#formulas {
    padding-top: 4em;
    text-align: left;
    background-image: url("img/formulas.jpg");
}

#timemachine {
    background-image: url("img/clock.jpg");
    padding-top: 4em;
    text-align: left;
    background-color: transparent;
}

#idea {
    background-image: url("img/fireworks.jpg");
}

#party {
    background-image: url("img/winternight.jpg");
    color: white;
    padding-top: 1em;
    background-color: transparent;
}

#anticipation div{
  padding-top: 4em;
}

footer {
  color: white;
  font-size: 2em;
  text-align: center;
  height: 10em;
  line-height: 10em;
}