﻿body {
}

.stick-to-top {
	display: block;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	background: rgba(255,255,255,.8);
	z-index:10000;
}


.header h1{
	color: #000;
}

.theme-button-dark{
	padding: 10px 20px;
	background: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}

.theme-button-dark:hover{
	
	border-color: red;
	color: red;
	
}

#about{
	background-color: #000;
	color: #fff;
}

#orderSection.separator > img {
	filter: none;
}