*,
*:before,
*:after {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
border: 0 none;
position: relative;
-webkit-transition: all ease .4s;
transition: all ease .4s;
}
html,
body {
width: 100%;
height: 100%;
background: white;
font-family: 'Fjalla One', sans-serif;
font-size: 18px;
}
h1 {
color: #ccc;
text-align: center;
font-size: 1.8rem;
padding-top: 40px;
text-shadow: rgba(0,0,0,0.6) 1px 0, rgba(0,0,0,0.6) 1px 0, rgba(0,0,0,0.6) 0 1px, rgba(0,0,0,0.6) 0 1px;
}
.nav {
margin: 20px auto;
width: 455px;
min-height: auto;
}
.nav ul {
padding-top: 20px;
position: relative;