.test {
background:red;
}

.text h1 {margin-top:0px;margin-bottom:0px;}

#fp_menu {
width:100%;
text-align:center;
position:fixed;
bottom:20px;
z-index:9999;   
text-transform:uppercase;
color:white;
letter-spacing:4px;
font-size:9px;
cursor:pointer;
}
#fp_menu ul {list-style:none;margin:0;padding:0;}
#fp_menu ul > li {display:inline;margin-left:25px;margin-right:25px;}


@media only screen and (max-width:768px)  {
        #fp_menu {font-size:7px;letter-spacing:2px;}
}

@media only screen and (max-width:480px) {
        #fp_menu {font-size:7px;letter-spacing:2px;}
}

