@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;

}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #fff;
	height: 100%;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 500px;
}

.no-js .container {
	padding-left: 500px;
}

.menu-panel {
	background: rgb(50,50,50);
	width: 500px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -500px;
}

.menu-panel h3 {
	font-size: 1.5em;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
}

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1em;
	line-height: 1.5;
	padding: 0 20px;
	cursor: pointer;
	background: rgb(65,65,65);
	border-bottom: 1px solid rgb(50,50,50);
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: rgb(50,50,50);
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
}

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: rgb(50,50,50);
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #000;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5% 10px 5%;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
}

.js .content:after {
	top: auto;
	bottom: 0;
}

.content h1{
	font-family: "Monument Extended";
	font-size: 4.5rem;
	color: white;
	padding-bottom: 0.5em;
}

.content h1,h2{
	font-family: "Monument Extended";
	font-weight: lighter;
}

.content h2 {
	font-weight: 300;
	font-size: 3em;
	color: #fff;
	text-align: left;
	box-shadow: 0 10px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;
	padding-top: 0.5em;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: 300;
	text-align: justify;
}

.page-container{
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
}

.page-container img{
  border: 3px solid rgb(150,150,150);
  width: 500px;
  height: 355px;
}

.page-container iframe{
	border: 3px solid rgb(150,150,150);
	width: 500px;
	height: 355px;
  }

.page-item{
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-wrap: wrap;
	align-items: center;
	padding: 1rem;
}

.calorie{
  font-weight: bold !important;
  padding-top: 1em;
}

.top-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	z-index: 1;
	padding-bottom: 3rem;
  }
  
.top-container img{
position: absolute;
width: 100%;
height: 100vh;
z-index: -1;
object-fit: cover;
}

.top-container h1{
padding: 20rem 0rem 0rem 0rem;
font-family: "Monument Extended";
font-size: 10rem;
color: #333;
}

.top-container p{
font-family: monospace;
font-size: 2rem;
font-weight: lighter;
color: white;
}

.black-stroke{
	text-shadow:
	 -1px -1px 0 #000,
	  1px -1px 0 #000,
	  -1px 1px 0 #000,
	   1px 1px 0 #000;
  }
  
.white-stroke{
	text-shadow:
	 -1px -1px 0 #fff,
	  1px -1px 0 #fff,
	  -1px 1px 0 #fff,
	   1px 1px 0 #fff;
  }

.home-btn{
	color: white;
	position: fixed;
	right: 10px;
	top: 0px;
	cursor: pointer;
}

.home-btn img{
	width: auto;
	height: 30px;
	object-fit: cover;
	display: block;
	margin-top: 4px;
}


.recipes-flags{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.recipes-flags img{
	width: auto;
	height: 100px;
	object-fit: scale-down;
	margin: 5px;
	border: 5px solid white;
  }


@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
	.top-container h1{
	    font-size: 95%;
	}
}
