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("images/clouds3.png") no-repeat fixed,
        url(images/grass3.png) center bottom no-repeat,
        #b2e1ff linear-gradient(to top, hsla(203,100%,85%,1) 0%,hsla(208,64%,60%,1) 46%,hsla(208,45%,52%,1) 80%) fixed;
}

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

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

header {
    display: flex;
    border-radius: 10px;
    border: 2px solid gray;
    margin: 20px;
    background: url(images/flower.png) no-repeat 0px 0px / 50px,
        url(images/plum.png) no-repeat top 0px right 0px / 50px 50px,
        url(images/growingplant.jpg) no-repeat center center / cover,
        #000 linear-gradient(to bottom, hsla(203,100%,85%,1) 0%,hsla(208,64%,60%,1) 46%,hsla(208,45%,52%,1) 80%);
    
    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(203, 100%, 85%, 0.7) 1px,
            hsla(208, 64%, 60%, 0.7) 2px,
            hsla(208, 45%, 52%, 1.00));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 7px;
}

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, hsla(0,0%,100%,1) 25%,hsla(208,38%,56%,1) 83%,hsla(208,30%,40%,1) 100%);
    
}
.buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

h2 {
    margin: 24px 0 6px;
}

a {
    color: hsla(208,64%,60%,1);
}
a:visited {
    color: hsla(248,64%,60%,1);
}

/** BUTTON V01 **/
a.buttonv01 {
    display: inline-block;
    line-height: 3;
    padding: 0 1em;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid hsla(208,45%,40%,1);
    color: hsl(0, 0%, 100%);
    box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.8);
    background: #b2e1ff linear-gradient(to top, hsla(203,100%,65%,1) 0%,hsla(208,64%,60%,1) 46%,hsla(208,45%,52%,1) 80%);  
}
a.buttonv01-split {
    background: #b2e1ff linear-gradient(to top, hsla(210,100%,16%,1) 52%,hsla(208,64%,60%,1) 46%,hsla(208,45%,52%,1) 80%);
}

a.buttonv01-wonky {
    border-top-left-radius: 15px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 15px;
}

a.buttonv01:hover {
    box-shadow: 5px 5px hsla(0, 0%, 0%, 0.8);
}

a.buttonv01:active {
    box-shadow: inset 0 2px 4px hsla(0, 0%, 0%, 1);
    background: linear-gradient(to bottom, hsla(203,100%,65%,1) 0%,hsla(208,64%,60%,1) 46%,hsla(208,45%,52%,1) 80%)
}
a.buttonv01-split:active {
    background: #b2e1ff linear-gradient(to bottom, hsla(210,100%,16%,1) 52%,hsla(208,64%,60%,1) 46%,hsla(208,45%,52%,1) 80%);
}

a.buttonv01-small {
    font-size: 0.7em
}

a.buttonv01-large {
    font-size: 1.8em;
}

/** BUTTON V02 **/
a.buttonv02 {
    display: inline-block;
    line-height: 2;
    padding: 0 2em;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid hsla(208,45%,40%,1);
    color: black;
    box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.8);
    background:  #fcecfc linear-gradient(to bottom, hsla(318,91%,82%,1) 31%,hsla(320,97%,76%,1) 62%,hsla(318,100%,75%,1) 100%);
    font-weight: 800;
}

a.buttonv02:hover {
    box-shadow: 0px 2px 6px hsla(100, 100%, 100%, 0.8);
}

a.buttonv02:active {
    box-shadow: inset 0 2px 4px hsla(0, 0%, 0%, 1);
    background: #fff;
}

a.buttonv02-colors {
    background: linear-gradient(to right, hsla(7,54%,75%,1) 0%,hsla(22,62%,78%,1) 19%,hsla(54,63%,78%,1) 35%,hsla(105,54%,72%,1) 55%,hsla(217,54%,70%,1) 73%,hsla(279,24%,73%,1) 90%);

}
a.buttonv02-solid {
    background: hsla(318,100%,75%,1);
    border: 3px solid;

}
a.buttonv02-small {
    font-size: .8em
}

a.buttonv02-large {
    font-size: 2em;
     margin-top: 15px;
}
/** BUTTON V03 **/
a.buttonv03 {
    display: inline-block;
    line-height: 2;
    padding: 0 2em;
    text-decoration: none;
    border-radius: 64% 64% 0% 0% / 64% 64% 0% 0%;
    border: 1px solid hsla(208,45%,40%,1);
    color: black;
    box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.8);
    background:  #EAC3AD;
    font-weight: 700;
}

a.buttonv03:hover {
    transform: rotate(25deg);
}

a.buttonv03:active {
    border: 4px solid #EAB16B;
}
a.buttonv03-sunrise {
    background: #f6e6b4 linear-gradient(45deg, hsla(45,78%,84%,1) 0%,hsla(64,71%,83%,1) 36%,hsla(33,75%,67%,1) 65%,hsla(22,59%,80%,1) 91%,hsla(8,63%,81%,1) 100%);
    font-weight: 900;

}
a.buttonv03-tall {
    line-height: 6;
}

a.buttonv03-small {
    font-size: .8em
}

a.buttonv03-large {
    font-size: 1.8em;
    margin-top: 15px;
}
/** BUTTON V04 **/
a.buttonv04 {
    display: inline-block;
    line-height: 3;
    padding: 0 2em;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid hsla(208,45%,40%,1);
    color: #fff;
    box-shadow: 0px 2px 6px hsla(0, 0%, 0%, 0.8);
    background: hsla(203,93%,35%,1)  linear-gradient(to right, hsla(199,47%,85%,1) 0%,hsla(202,49%,69%,1) 0%,hsla(203,93%,35%,1) 10%,hsla(206,94%,20%,1) 69%);
    font-weight: 700;
}

a.buttonv04:hover {
    border-radius:35% 66% 0% 61% / 35% 66% 0% 61%;
}

a.buttonv04:active {
    background: #720000;
    border: 3px dashed #fff;
}
a.buttonv04-outline {
    outline: 5px dotted #fff;
    margin-left: 10px;

}
a.buttonv04-outline:active {
    outline: none;

}
a.buttonv04-text {
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 900;
    font-family: Cambria, serif;
}

a.buttonv04-small {
    font-size: .7em
}

a.buttonv04-large {
    font-size: 2.5em;
    margin-top: 15px;
}
p {
    margin: 0 0 16px;
    line-height: 1.5;
    text-indent: 12px;
}

img {
    width: 50%;
}

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[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: 450px;
        background: url(images/flower.png) no-repeat 0px 200px / 150px, /*  / 200px 200px */
            url(images/plum.png) no-repeat top -10px right -10px / 200px,
            url(images/growingplant.jpg) no-repeat center center / cover,
            #87e0fd;
    }

    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: 20%;
        float: right;
        margin: 0 0 2px 4px;
    }
    a.buttonv04-large, a.buttonv03-large, a.buttonv02-large {
        margin-top: 0;
    }
}