body
{
   position: absolute;
   top: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
	font-family: 'TitilliumText25L1wt';
}
a, a:hover
{
   color:inherit;
   text-decoration: none;
}

ul
{
   list-style-type: none;
   text-align: center;
   position: relative;
}

li
{
   background-color: #EEE;
   text-transform: Uppercase;
   color: black;
   font-size: 1.3em;
   padding: 1em;
   display: inline-block;
   margin-top: 0.7em;
   margin-left: 0.7em;
   box-shadow: 1px 0px 2px #888,
               -1px 0px 2px #888,
               0px 1px 2px #888,
               0px -1px 2px #888;
   cursor: pointer;
}

li
{
   transition: background-color 0.4s, color 0.4s;
}

li:nth-child(1)
{
   background-color: #333;
   color: white;
   margin: 0;
   border-radius: 0;
   margin-bottom: 1em;
   margin-left: 0;
   margin-right: 0;
   right: 0;
}

li:nth-child(n+2):hover
{
   background-color:#DDD;
}

#location
{
   position: fixed;
   z-index: -1;
   bottom: 0;
   margin: 0.3em;
   font-size: 2em;
}
