.nav-expand {
    background-image:url("/~fabian.muehlboeck/img/menubutton_black.png");
    /* background-color:#B31B1B; */
	/*background-color:rgba(57,74,19,1);*/
	background-color:#BE830E;
    width:48px;
    height:48px;
    border:none;
    cursor:pointer;
}
.collapsed #navitems {
    /*display:none;*/
}

.sechead {
    flex-basis:100%;
    width:100%;
    max-width:100%;
}
.arxiv:before {
    content:"arXiv, ";
}

nav {
    display:block;
}

@keyframes dropdown {
	from {
		transform: scaleY(0);
	}
	to {
		transform: scaleY(1);
	}
}

#navbar ul {
    flex-direction:column;
    -ms-flex-direction:column;
	text-align:right;
}

#navhead {
    width:100%;
}

#navbar {
	transform-origin: top;
	animation-duration: 0.5s;
	animation-name: dropdown;
	position:absolute;
	right:0px;
	background:#F5EDDE;
}

 .collapsed #navbar{
	display:none;
}

.seccontent {
    display:block;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
