/* latin-ext */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/enriqueta-ext-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/enriqueta-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/enriqueta-ext-700.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/enriqueta-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html, body, .viewport {
  width: 100%;
  margin: 0 auto;
}

body{
	font: 20px "Enriqueta", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	/* font: 20px "Enriqueta"; */
	font-weight: 400;
	line-height: 1.7;
	background: #fbf7ef;
	color: #111;
	padding: 0;
	max-width: 960px;
}

header, footer, article, aside {
  display: flex;
  flex-direction: column;
}

/* items flex/expand vertically */
.vbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:         flex;

  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* items flex/expand horizontally */
.hbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:         flex;

  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hero {
	background-image: url("/images/bmglas.jpg");
	background-size: cover;
	margin: 0;
	height: 300px;
	border-bottom: 1px solid #000;
}

.hero h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url("/images/banner.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100%;
}

.content {
	padding: 1em;
	background: #f6eedf;
	color: #333;
}

.content h3 {
	margin: 1em 0;
}

.huvud a {
	display: block;
	text-align: center;
	padding: .25em;
	margin: 10px 0;
	border: 1px solid #66996666;
	border-radius: 10px;
	background: #00ff00;
	text-decoration: none;
	color: #000;
	background: rgb(240,125,50);
	background: linear-gradient(178deg, rgba(243,195,155,1) 0%, rgba(240,125,50,1) 100%);
}


.main {
	border: 1px solid #FB8C00AA;
	border-radius: 10px;
  
	overflow: clip;
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex { flex: 1; }
.flex2 { flex: 2; }
.flex3 { flex: 3; }
.flex4 { flex: 4; }

.fixed {
  flex: 0;
}

.main .content img {
	border-radius: 8px;
}

.main .content p {
	margin-top: 0;
}

.logo {
	flex: 1;
	background-image: url("/images/beermonkey-outline.png");
	background-repeat: no-repeat;
	background-size: 48px;
	background-position: center left;
	padding-left: 50px;
	margin-left: 4px;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: 700;
	white-space: nowrap;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 3em;
}

nav li {
	display: inline-block;
	margin: 0 0.3em;
}

nav a, footer a, .content h3 a {
	color: inherit;
	text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
	text-decoration-color: #FB8C00;
}

footer {
	margin-top: 0.5em;
	color: #333;
	font-size: 125%;
}

footer h4 {
	margin: 0;
	color: #555;
	font-weight: 700;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social i {
	margin-right: 0.5em;
}

.social a {
	padding: 0 0.5em;
}

footer a {
	color: #FFA726;
}

footer a:hover {
	background: #FFCC80;
	color: #222;
}

footer .contact iframe {
	margin-top: 0.5em;
	border: none;
	border-radius: 10px;
	width: 100%;
}

.copyright {
	border-top: 1px solid #444;
	color: #999;
	text-align: center;
	margin: 2em 0 0;
	padding: 2em 0;
	font-size: 50%;
}

.copyright a {
	color: #F57C00;
}

.senaste {
	font-size: 80%;
}

.senaste h4 {
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

.senaste h4 a {
	color: inherit;
	text-decoration: none;
}

.senaste small {
	color: #00000099;
	font-style: italic;
	display: block;
	font-weight: normal;
}

.senaste .news {
	border-radius: 4px;
	background-color: #FFF8E1;
	margin: 1em 1px 0;
	padding: 0.5em 1em;
}

.ontap {
	width: 50%;
	margin-left: 1em;
}

.ontap h3 em {
	text-decoration: underline;
	font-style: normal;
}

#beer-menu {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 12px;
	border-radius: 8px; 
	background-color: #333;
	color: #fff;
}

#beer-menu li {
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #666;
}

#beer-menu a {
	display: block;
	/* padding: 4px 0; */
	font-size: 80%;
	color: inherit;
	text-decoration: none;
	line-height: 100%;
}

#beer-menu a:hover,
#beer-menu a:hover .descr,
#beer-menu a:hover .name {
	color: #f29f16;
}

#beer-menu .name {
	font-style: normal;
	font-weight: bold;
	color: #fdec9a;
}

#beer-menu .style {
	font-size: 80%;
}

#beer-menu .abv {
	font-size: 80%;
}

#beer-menu .descr {
	font-size: 80%;
	color: #bbb;
}

#instagram {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#instagram li {
	display: block;
	margin: 5px;
	padding: 0;
}

#instagram img {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-radius: 8px 8px 0 0;
}

#instagram span {
	display: block;
	font-size: 60%;
	text-align: center;
	margin: 0.5em 0;
}

#instagram a {
	display: block;
	color: inherit;
	text-decoration: none;
	border-radius: 8px;
	background-color: #f7f7f7cc;
	padding: 1px;
}

@media (max-width: 900px) {
	header {
		font-size: 18px;
		line-height: 48px;
		height: auto;
	}

	header nav {
		display: block !important;
		color: #999;
		margin: 0 auto;
	}

	header .logo {
		margin: 0;
		margin-top: 0.5em;
		display: block !important;
		font-size: 150%;
	}

	.hero {
		height: 200px;
	}

	.hero h1 {
		display: none;
	}

	.main .content .hbox {
		display: block;
	}

	.main .content img {
		width: 100%;
	}

	.ontap {
		width: 100%;
		margin: 0;
	}

	.senaste {
		display: block;
	}

	footer {
		font-size: 100%;
	}

	footer .hbox {
		display: block;
	}

	footer .social,
	footer .hours,
  footer .contact {
		margin: 1.5em 0;
		text-align: center;
	}

	#instagram {
		display: block;
	}

}

/* Untappd Embedded Menu */
.menu-content {
	font-family: "Enriqueta", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
	font-variant: normal !important;
}

.menu-content .ut-menu {
	font-variant: normal !important;
}

.menu-content .h3 {
	font-size: 20px !important;
	font-style: normal !important;
	text-transform: none !important;
}

.menu-content .padding-left {
	padding-left: 0 !important;
}

.menu-content h2 {
	display: none;
}

.menu-content .menu-info {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.menu-content p {
	font-size: 20px !important;
	text-align: left !important;
	line-height: 34px !important;
}

.menu-content .date-time {
	font-size: 14px !important;
	font-style: italic !important;
	text-align: left !important;
	line-height: 34px !important;
}

.menu-content .section-items-container {
	font-style: italic !important;
}

.menu-content .item-info {
	font-size: 14px !important;
	font-style: normal !important;
}

.menu-content .container-price {
	font-size: 14px !important;
	font-style: normal !important;
}

@media (max-width: 768px) {
	.ut-menu-compact .item-info {
		max-width: 100% !important;
	}
	.ut-menu-compact .container-group {
		text-align: left !important;
		/* padding-left: 1em !important; */
	}
	.menu-content .container-price {
		text-align: left !important;
		font-weight: normal !important;
		margin-top: 0 !important;
		max-width: 100% !important;
	}
	.menu-content .item-details {
		margin-bottom: 0.5em !important;
	}
}