body {
	margin: 0px;
}

a:link, a:visited {
	font-family: 'Cabin', normal;
	color: #6f3709;
	text-decoration: none;
}

a:focus {
  color: #6f3709;
}

a:hover {
  color: rgba(51, 131, 184, 0.89);
}

a:active {
  color: rgba(51, 131, 184, 0.89);
}

#menu_container {
	width: 100%;
	text-align: center;
	position: sticky;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

#menu_container span {
	margin: 0px 20px;
	height: 50px;
	line-height: 50px;
}

#content_main {
	width: 100%;
	text-align: center;
}