﻿* {
	box-sizing: border-box;
	
}

body {
	padding: 1rem 0.5rem;
	font-size: 1.3rem;
	line-height: 1.2;
	max-width: 60rem;
	margin: 0 auto;
	color: #333;
	
}

img {
	max-width: 100%;
}

.Header {
	text-align: center;
	border-bottom: 8px double #f9f9f9;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

.Strap {
	font-size: 2rem;
	
}

.MoneyShot {
	position: relative;
	
}
.MoneyLast {
	position: static;
	background-position: center;
	text-align: justify;
}

.MoneyShotImg {
	border: 6px solid #e8cfa9;
	border-radius: 4px;
}
.MoneyLastImg {
	position: center;
	border: 6px solid #e8cfa9;
	border-radius: 4px;
    padding: 0.4rem 0;
	
}
.LogoWrapper {
	display: block;
}

.ImageCaption {
	font-size: 1.5rem;
	position: absolute;
	bottom: 0.5rem;
	right: 1rem;
	padding: 3px;
	background-color: #222;
	color: #e4e4e4;
	
}

.IntroText {
	font-size: 1.8rem;
	font-style: italic;
}

.MethodWrapper li {
	text-align: center;
	padding: 0.4rem 0;
}

.MethodWrapper li:after {
	text-align: center;
	content: "✼";
	display: block;
	text-align: center;
	margin: 0rem 0 0.5rem 0;
	color: #eee;
}
.Footer {
	text-align: center;
	border-bottom: 8px double #f9f9f9;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

@media screen and (min-width: 800px) {
	.IntroWrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
 }
 .MoneyShot,
 .IntroText {
	 display: table-cell;
	 width: 50%;
	 vertical-align: middle;
	 text-align: center;
 }
 .IntroText {
	 padding: 0.5rem;
	 font-size: 2.5rem;
	 text-align: left;
 }
 .Ingredients {
	 font-size: 0.9rem;
	 float: right;
	 padding: 1rem;
	 margin: 1rem 0 0.5rem 0.1rem;
	 border-radius: 3px;
	 background-color: #ffffdf;
	 border: 2px solid #e8cfa9;
 }
 .Ingredients h3 {
	 margin: 0;
 }
}