      @media screen
        	and (min-width: 320px)
      	and (-webkit-min-device-pixel-ratio: 1.5) {
        body {
          background-color: white;
          color: black;
          border-style:none;                            
        }
      }
      @media screen 
      	and (min-width: 550px)
      	and (-webkit-min-device-pixel-ratio: 1.5) {
        body {
          background-color: white;
          color: black;
          border-style:none;        
        }
      }
      @media screen 
      	and (min-width: 768px)
      	and (-webkit-min-device-pixel-ratio: 1.5) {
        body {
          background-color: white;
          color: black;
          border-style:none;
        }
      }
      @media screen 
      	and (min-width: 960px)
      	and (-webkit-min-device-pixel-ratio: 1.5) {
        body {
          background-color: white;
          color: black;
          border-style:none;         
        }
      }

* {
    box-sizing: border-box; border-style:none;
}

h1,
h2,
h3 {
    font-weight: 400;
}

body {
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
    line-height: 1.2;
    max-width: 60rem;
    margin: 0 auto;
    min-height: 100vh;
    color: #0af;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-align:left;
    border-style:none;
}

img {
    max-width: 100%;
}

.blackFont	{
	color:#fff;
	background-color:#900;
	padding: .5rem;
	max-width:55%;
	text-align:center;	
	margin: 1rem auto;
	border-width:8px;	
	border-color:#ababab;
	border-style:ridge;
}

.redFont	{
	color:#f00;
	background-color:#000;
	padding: .5rem;
	max-width:75%;
	text-align:center;	
	margin: 1rem auto;
	border-width:8px;	
	border-color:#ababab;
	border-style:ridge;
}

.whiteOnBlackFont	{
	color:#fff;
	background-color:#000;
	padding: .5rem;
	max-width:75%;
	text-align:center;	
	margin: 1rem auto;
	border-width:8px;	
	border-color:#ababab;
	border-style:ridge;
}

.blueOnBlackFont	{
	color:#ababff;
	background-color:#000;
	padding: .5rem;
	max-width:75%;
	text-align:center;	
	margin: 1rem auto;
	border-width:8px;	
	border-color:#ababab;
	border-style:ridge;
	font-family: serif;
	font-style: oblique 40deg;
}

.blueFont	{
	color:#00f;
	background-color:#fff;
	padding: .5rem;
	max-width:75%;
	text-align:center;	
	margin: 1rem auto;
	border-width:8px;	
	border-color:#ababab;
	border-style:ridge;
}


.Header {
    text-align: center;
    border-bottom: 8px double #f9f9f9;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.Strap {
    font-size: 1rem;
}

.MoneyShot {
    position: relative;
}

.MoneyShotImg {
    border: 6px solid #e8cfa9;
    border-radius: 4px;
}

.LogoWrapper {
    display: block;
}

.ImageCaption {
    font-size: 0.75rem;
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    padding: 3px;
    background-color: #222;
    color: #e4e4e4;
}

.IntroText {
    font-size: 1.8rem;
    font-style: italic;
    padding: 0;
}

.MethodWrapper li {
    padding: 0.4rem 0;
    list-style-type: decimal-leading-zero;
    line-height: 1.4em;
}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: red;
  color: white;
}

@media screen and (min-width: 800px) {
    body {
/*        border-left: 4px solid #000000;
        border-right: 4px solid #000000; */
        padding: 0.5rem 2rem;
    }

    .IntroWrapper {
        display: flex;
        gap: 0 20px;
        flex: 1 1 auto;
        align-items: center;
    }

    .MoneyShot,
    .IntroText {
        margin: 0;
        flex: 1 1 50%;
    }
    .MoneyShotImg {
        filter: drop-shadow(0 0 20px #0008);
        border-style:none;
    }
    .IntroText {
        padding: 0.5rem;
        font-size: 2.5rem;
        text-align: left;
        position: relative;
    }

    .Ingredients {
        font-size: 0.9rem;
        float: right;
        padding: 1rem;
        margin: 0 0 0.5rem 1rem;
        border-radius: 3px;
        background-color: #ffffdf;
        border: 9px solid #debb71;
    }

    .Ingredients h3 {
        margin: 0;
    }
}
/*adjust NAV colors for extra large screens*/
		@media screen 
			and (min-width: 1200px)
			and (-webkit-min-device-pixel-ratio: 1.5) {
		  body {
				background-color: #FFF;
				color: #0af;
				border-style:none;				
/*				padding: 0.5rem 4rem; 
				margin: 8rem 8rem; 
          	border-left: 4px solid #0000ff;
          	border-right: 4px solid #0000ff;
          	*/ 
        }        
        .topnav a{
  				background-color: whitesmoke;
  				color: #0000FF;  				
			}
      }
     
      