
#top {
   position: inherit;
   height:50px;
   display: block;
}

#top-spacing {
	display: none;	
}

#top-cover {
    z-index: -1;
}

#name {
    display: none;
}

img.profilePic {
    display: none;
}

#nav-bar {
    width: 100%;
    min-width: initial;
}

a.nav-button {
	display: none;
}

a.mobile-button {
	color: white;
    display: inline-block;

    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
            
	cursor: pointer;
    height: auto;
    width: 23%; /* Change acording to how many nav buttons there are (100/#-of-buttons - 1) */

}

img.button {
    width: 50px;
    height: auto;
}
