body {
	padding: 0;
}

#content {
	width: 100%;
	max-width: 1430px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

#banner {
	height: 180px;
	text-align: left;
}

#banner img {
	max-height: 140px;
	position: relative;
	left: 30px;
	top: 25px;
	z-index: 1100;
}

#menu {
	position: sticky;
	position: -webkit-sticky; /* Safari */
	top: 0;
	font-size: 1.5em;
	height: 51px;
}

#dropdown_menu {
	width: max-content;
	min-width: 400px;
	right: 10px;
	left: initial;
}

#toaster {
	width: 50%;
}

#facebook {
	top: 70px;
	right: 120px;
}

#instagram {
	top: 70px;
	right: 70px;
}

#facebook img, #instagram img {
	width: 40px;
	height: 40px;
}

div#items {
	justify-content: start;
	margin-top: 20px;
}

div#items div.item {
	width: 100%;
	height: 280px;
	min-width: 200px;
}

div#items div.item .photo {
	margin: 0 auto;
}

div#items a {
	margin: 0 1.5% 15px 1.5%;
	width: 22%;
}

div#items a:last-child {
	margin-bottom: 15px;
}