/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* wv = viewport width = browser width 
   vh = viewport height = bbrowser height

   100vw = 100% of the width
   100vh = 1 browser tall

   50vw = half of the browser width
   20vh = 20% of the height

*/

#news {

    /* 
    background: color image horiz vertical fixed repeat
    background-size: cover OR contain OR %

     */
    background-size: cover;
    width: 100vw;
    height: 25vh;
    /* probably you don't need to put height on these things? */

    /* always on surrounding div */
    display:flex;
    justify-content: center;
    align-items: center;
    img 
}

#products {
    background-size: cover;
    width: 100vw;
    height: 25vh;
    padding-top: 300px;

    display:flex;
    justify-content: center;
    align-items: center;
}

#aboutus {
    background-size: cover;
    width: 100vw;
    height: 25vh;

    display:flex;
    justify-content: center;
    align-items: center;
}

#contact {
    background-size: cover;
    width: 100vw;
    height: 25vh;

    display:flex;
    justify-content: center;
    align-items: center;
}

#one h1 {
    /* just the first div */
}

h1 {
    font-size: 50px;
    align-items: center;
    font-family: "amandine", sans-serif;
    font-weight: 500;
    justify-content: center;
    text-align: center;
}

h2 {
    font-size: 35px;
    align-items: center;
    font-family: "amandine", sans-serif;
    font-weight: 500;
    justify-content: center;
    text-align: center;
}

p {
    font-size: 20px;
    align-items: center;
    font-family: "ff-basic-gothic-pro", sans-serif;
    font-weight: 100;
    font-style: normal;
    justify-content: center;
    text-align: center;
}


nav {
    background:#E4C1AF;
    position: fixed;
    width: 100%;
    font-size: 30px;
    font-family: "amandine", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;

    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    padding-top: 10px;

}





#columnsspread {
    width: 100%;
    align-items: center;
    padding-top: 300px;
    padding-bottom: 300px;
    margin: auto;

    background: url(bgimage-28.png) no-repeat;
    background-size: cover;
}

#columnsreg {
    width: 100%;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;

    background: url(bgimage-28.png) no-repeat;
    background-size: cover;
}

#columnsspread p {
    width: 33%;
    margin: auto;
}

#columns {
    width: 30%;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: auto;
    background-repeat: no-repeat;
}

#columnsc {
    width: 33%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
}

#contactform {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
}

#background {
    width: 100%;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: rgb(227, 119, 155);
    
}

html {
    scroll-behavior: smooth;
}

.carousel-cell {
    width: 50%;
    /* one slide per screen */
}

.carousel-cell img {
    width: 100%;
    /* make unicorn fill cell */
}

.main-carousel {
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

img {
    width: 100%;
}

#newsheader {
    width: 40%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#newsinfo {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
}



#productsimgs {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
}

#product {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 33%;
}

#hazel {
    padding: 20px;
    width: 40%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#hazelletter {
    padding: 20px;
}

#hazelname {
    width:
}

#hazelfull {
    justify-content: center;
    align-items: center;
    background-color: #E4C1AF;
    margin: auto;
    padding: 30px;

}

#ourstory {
    width: 45%;
    margin: auto;
    padding: 20px
    
}

#footer {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;

    background: url(footerbg.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap:wrap;
}

#footerhours {
    padding: 40px;
}

#footerlogo {
    padding: 40px;
}

#footermap {
    padding: 40px;
}

/* tablet */

/* mobile */

@media screen and (max-width: 700px) {
    nav {
        display: none;
		box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    }
}



