﻿html,body{
margin: 0px 0px 0px 0px;
height: 100%;
-webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-size: 16px;
  overflow:hidden;
  font-family:Decker;
  font-size: 34px;
}
.table {
width: 100%;
height: 100%;
table-layout: fixed;
background-color:black;
position:fixed;
top:0px;
z-index:-1;
}
#footer {
position: absolute;
bottom: 0;
min-width: 489px;
width:33%;
line-height: 1.5em;
text-align: center;
color:white;
font-size:16px;
font-family:Decker;
}
.headline {
font-family:Decker;
font-size:2.5em;
color:white;
text-align:center;
min-width: 489px;
width:33%;
position: absolute;
}

.textc {
font-family:Decker;
font-size:0.8em;
color:white;
text-align:center;
min-width: 489px;
width:33%;
position: absolute;
}

@font-face {font-family:"Decker";src:url("../font/Decker.eot?") format("eot"),url("../font/Decker.woff") format("woff"),url("../font/Decker.ttf") format("truetype"),url("../font/Decker.svg#") format("svg");font-weight:normal;font-style:normal;}}

#trigger {
  background: white;
  color: white;
  cursor: pointer;
  position: absolute;
  top:0px;
  z-index:1;  
}

#trigger.active {
  background: black;
  transition: all 0.75s ease-in-out;
  border-bottom:1px solid white;
}

#menu {
  background: black;
  position: absolute;
  padding: 0 64px;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  z-index: 10;
  transform: translate(-150%, 0px);
  transition: all 0.75s ease-in-out;
  border-right:1px solid white;
  top:130px;
}

#menu ul {
  margin: 16px 0;
  padding: 0;
  color: white;
  list-style: none;
}

#menu ul li {
  margin: 16px 0;
  transition: all 0.25s ease-in-out;
}

#menu ul li:hover {
  color: grey;
  cursor: pointer;
}

#menu.active {
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  transition: all 0.75s ease-in-out;
}

a { 
text-decoration: none; 
color:white;
}