html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
}

sup {
    line-height: 0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

html {
    font-family: "Helvetica Neue", Arial, sans-serif;
    min-height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    background: url("css-images/cloud.png") repeat-x fixed,
        url("css-images/flower.png") repeat-x left bottom,
        #000 linear-gradient(to bottom, #1e5799 0%,#a2c4d8 22%,#87bbdb 57%,#87bbdb 85%,#157226 85%,#84c17f 100%) fixed;
}

.container {
    margin: 0 .625rem;
    overflow: hidden;
}

.wrapper {
    border: 2px solid white;
    border-radius: 10px;
    background: #F6479E;
    margin-top: 10px;
    margin-bottom: 10px;
}

header {
    display: flex;
    border-radius: 10px;
    border: 2px solid gray;
    margin: 20px;
    background: url("css-images/picnic-sign.png")no-repeat top 0px right 0px / 200px 200px,
        url("css-images/picnic.webp") no-repeat center center / cover,
        #000 linear-gradient(to bottom, rgba(0, 159, 245, 1), rgba(0, 100, 225, 1));
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.8);
}

header h1 {
    line-height: 4;
    text-align: center;
    flex: 1 0 auto;
    margin: 0;
    color: #fff;
    font-family: "Myriad Pro Regular", sans-serif;
    font-weight: 200;
    letter-spacing: 4px;
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.6);
    background: transparent linear-gradient(to bottom,
            hsla(197, 68%, 47%, 0.7) 1px,
            hsla(197, 68%, 47%, 0.7) 2px,
            hsla(197, 68%, 47%, 1.00));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

header h1 sup {
    font-size: .6em;
}

section {
    overflow: hidden;
    margin: 20px;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
    background: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(255, 255, 255, 0.60) 5%, rgba(255, 255, 255, 1) 20%); background-color: hsla(56,100%,90%,1.00);
}
a.button {
    display:inline-block;
    line-height: 2;
    padding: 0 1em;
    text-decoration:none;
    border-radius:6px;
    border:1px solid #ee1eb5;
    color:#ffffff;
    box-shadow:inset 0px 3px 2px 0px #fbafe3;
    background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
    background-color:#ff5bb0;
	font-weight:bold;
    text-shadow:0px 1px 0px #c70067;
	cursor:pointer;
}
a.button:hover {
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	background-color:#ef027d;
}
a.button:active {
	position:relative;
	top:1px;
}
a.button-small {
    font-size: 0.8em
}
a.button-large {
    font-size: 2em
}
a.button-cheese {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border:1px solid #ffaa22;
	color:#333333;
	text-shadow:0px 1px 0px #ffee66;
}
a.button-cheese:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}

a.button-floating {
  align-self: center;
  background-color: #ffffff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  font-family: Neucha, sans-serif;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

a.button-floating:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

a.button-floating:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

a.button-meat {
  appearance: none;
  background-color: #FFFFFF;
background: linear-gradient(180deg, rgba(246,2,2,1) 0%, rgba(182,51,13,1) 35%, rgba(82,2,2,1) 100%);
  border-radius: 40em;
  border-style: none;
  box-shadow: #ADCFFF 0 -3px 6px inset;
  box-sizing: border-box;
  color: #ffffff;
  margin: 0;
  outline: none;
  quotes: auto;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  touch-action: manipulation;
}

a.button-meat:hover {
  background-color: #FFC229;
    background: linear-gradient(180deg, rgba(184,51,51,1) 0%, rgba(139,2,2,1) 35%, rgba(255,30,30,1) 100%);
  box-shadow: #FF6314 0 -6px 8px inset;
  transform: scale(1.125);
}

a.button-meat:active {
  transform: scale(1.025);
    background: linear-gradient(180deg, rgba(211,82,10,1) 0%, rgba(92,67,27,1) 35%, rgba(44,21,2,1) 100%);
}

h2 {
    margin: 30px 0 20px;
    line-height: normal;
    color: black
}

p {
    margin: 0 0 16px;
    line-height: 1.4;
    text-indent: 12px;
    color: black
}

img {
    width: 100%;
}

footer {
    clear: both;
    overflow: auto;
    margin: 0 20px;
    padding: 0 0 20px;
    color: #fff;
}

footer a[href^=javascript] {
    position: relative;
    color: #000;
    display: block;
    line-height: 2em;
    font-size: 0.625em;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    float: right;
    text-decoration: none;
    box-shadow: 0 2px 2px #000;
}

footer a {
    color:white;
}

footer a[href^=http]:active {
    top: 2px;
    box-shadow: none;
}


/*
Start Media Query
    if screen is 48rem or larger (can use px or em)
    rem is based on font size of root element
        (16px * 48 = 768)
    use the following rules
*/

@media (min-width: 48rem) {
    .container {
        width: 96%;
        max-width: 800px;
        margin: 20px auto;
    }

    header {
        height: 400px;
        background: url("css-images/recipies-ideas.png") no-repeat 80px -10px / 200px 200px,
            url("css-images/picnic-sign.png") no-repeat top -10px right -10px / 200px 200px,
            url("css-images/picnic.webp") no-repeat center center / cover,
            #000 linear-gradient(to bottom, rgba(0, 159, 245, 1), rgba(0, 100, 225, 1));
    }

    header h1 {
        line-height: 2;
        font-size: 2.75em;
        align-self: flex-end;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;

    }

    img {
        width: auto;
        float: right;
        margin: 0 0 2px 4px;
    }
}/* CSS Document */

