.toolbar {
	position: fixed;
	left: 50%;
	transform: translate(-50%);
	z-index: 1;
}



#title {
	margin-top: -110px;
	width: 10000px;
	font-size: 38px;
}

#search {
	margin-top: -50px;
	width: 350px;
	height: 30px;
	background-color: #505055;
	color: #F0F0F0;
	font-size: 15px;
	margin-bottom: 20px;
}

#search:focus {
	outline: 2px solid #FFFFFF;
}



.toolbarbutton {
	margin-top: -80px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}

.toolbarbutton img {
	width: 90%;
	height: 90%;
	object-fit: contain;
}

#calendarbutton {
	margin-left: -250px;
}

#ctxbutton {
	margin-left: 250px;
}

#context {
	display: none;
	margin-top: -10px;
	margin-left: 250px;
	width: 300px;
	height: auto;
	background-color: #22252A;
	font-size: 18px;
	text-align: left;
	text-indent: -20px;
	padding-left: 30px;
	padding-right: 10px;
}

.contextholidayicon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 7%;
}

#sortbutton {
	margin-left: 250px;
}
