*{
margin:0;
padding:0;
}
html, body{

width:100%;
height:100%;
}
/*
body{
font-family: 'Chela One', cursive;
background:green;
}
a{
text-decoration:none;
color:#fff;
}
a:hover{
color:#FFC400;
}
p{
padding-top:20%;
width:100%;
color:#fff;
text-align:center;
font-size:6em;
-webkit-text-stroke:1px #000;
}*/
ul{
display:inline-block;
}

/*
#s1, #s2, #s3{
width:100%;
height:100%;
}*/
/*
#s1{
background:#FFC400;
}
#s2{
background:#FF4500;
}
#s3{
background:#000;
}*/
.fixed{
z-index:999;
position:fixed;
width:100%;
background:#222;
border-bottom:1px solid #fff;
}
.fixed a{
float:right;
}