/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('michroma-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('michroma-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('michroma-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('michroma-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('michroma-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('michroma-v16-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* -------------------------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	color: #232323;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 1em;
}
h2 {
	font-size: 1.2rem;
	font-weight: 700;
}
h3 {
	font-size: 1.1rem;
	font-weight: 700;
	padding-bottom: 0.8em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#background {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	min-height: 100%;
}
#content-head {
	align-items: center;
	background-color: rgba(255,255,255,0.8);
	font-family: "Michroma", sans-serif;
	display: flex;
	min-height: 5.8em;
	left: 0;
	padding: 0.4em 0;
	position: absolute;
	right: 0;
	top: 1.8em;	
}
#content-head h1 {
	color: #D68F1E;
	letter-spacing: 0.1em;
	padding: 0;
	text-align: center;
}
#content-body {
	line-height: 1.7em;
	position: relative;
	padding-top: 12em;
}
#content-body img {
	width: 100%;
}
#copyright {
	bottom: 1em;
	color: #FFFFFF;
	font-size: 80%;
	position: absolute;
	text-align: center;
	text-shadow: #232323 0.1em 0.1em 0.2em;
	width: 100%;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#scroller-restaurant {
	background-color: rgba(255,255,255,0.8);
	color: #D68F1E;
	display: none;
	font-size: 1.15em;
	font-weight: 700;
	margin: 3%;
	padding: 0.7em 0;
	text-align: center;
	width: 94%;
}
#scroller-restaurant i {
	padding: 0 1em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#portal {
	display: flex;
	justify-content: space-around;
}
#portal h1 {
	color: #D68F1E;
	font-family: "Michroma", sans-serif;
	letter-spacing: 0.1em;
	padding-bottom: 2em;
	padding-top: 0.7em;
	text-align: center;
}
#portal img {
	margin: 0 auto;
	max-width: 20em;
}
#portal-left, #portal-right {
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 3em;
	padding: 1% 3%;
	position: relative;
	width: 46%;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.portal-info {
	display: flex;
	justify-content: space-between;
}
.portal-info-left {
	padding-right: 1em;
}
.portal-info table {
	width: 14em;
}
.portal-info td {
	white-space: nowrap;
}
.portal-info tr td:last-child {
	padding-left: 0.4em;
	text-align: right;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.link:hover {
	border-bottom: 1px solid #D68F1E;
	color: #D68F1E;
}
.more {
	background-color: #975415;
	border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	color: #FFFFFF !important;
	float: right;
	font-size: 88%;
	font-weight: 700;
	padding: 8px 16px;
}
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and ((max-width: 1280px) and (min-width: 920px)), screen and (max-width: 580px) {
	.portal-info {
		display: block;
	}
	.portal-info-left, .portal-info-right {
		padding-top: 2em;
		width: 100%;
	}
}
@media screen and (max-width: 920px), (min-resolution: 241dpi) {
	#scroller-restaurant {
		display: block;
	}
	#portal {
		flex-direction: column;
	}
	#portal-left, #portal-right {
		margin-left: 3%;
		margin-right: 3%;
		width: 94%;
	}
	#content-body {
		padding-top: 10em;
	}
}