#navbar {
	overflow: hidden;
	background-color: #494D55;
	z-index:999;
	color: #E4E4E6;
}

#navbar a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: all 0.15s ease-in-out;
}

#navbar a:hover {
	background-color: #F1F3F5;
	color: #0084FF;
}

#navbar a.active {
	background-color: #0084FF;
	color: #FFFFFF;
}

.content {
	padding: 16px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .content {
	padding-top: 60px;
}

.shop_logo{
	display: block;
	float: none;
	width: 100%;
	height: 100%;
	max-width:400px;
	max-height:400px;
	min-height:200px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: contain;
	background-origin: content-box;
}

.font-fb{
	color: #4267B2;
}

.font-line{
	color:#4AD138;
}

.img{
	max-width:100%;
	height:auto;
	vertical-align: middle;
}