@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px 0px 0px 0px;
 /* background-color: rgb(92, 119, 49); */
	background-color: rgb(106, 137, 56);
}

/* The below master container selector contains all the CSS code for this page. */

#master-container {
    margin: 0px auto 25px auto;
    max-width: 1280px;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .2);
}

/* The following code is for the header which contains all of the nav. code. */

header {
    height: 50px;
    background-color: rgb(92, 119, 49);
    width: 100%;
    margin: -16px 0px 0px 0px;
}
#sunflower-logo-group img {
    float: left;
}
#sunflower-logo-group p a {
    float: left;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 32px;
    letter-spacing: -.05em;
    text-decoration: none;
    margin: 0px 0px 0px 15px;
}
nav ul {
    float: right;
    margin: 0px 0px 0px 0px;
}
nav ul li {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 18px;
    list-style-type: none;
    float: left;
    margin: 11px -.5px 0px 0%;
}
nav ul li a {
    background-color: rgb(92, 119, 49);
    padding: 11px 18px 10px 18px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    /* border-style: solid;
    border-width: 2px;
    border-color: white; */
}
nav ul li a:hover {
    background-color: rgb(254, 164, 8);
}
nav ul li a:active {
    background-color: rgb(254, 132, 8);
}

/* The following is the code for the 2 main sections of this page. */

#section-02 #sec-02-title, #section-04 #sec-04-title {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(128, 128, 128);
    font-size: 32px;
    letter-spacing: -.05em;
    padding-top: 35px;
    position: relative;
    top: 21px;
}
h1 {
    display: block;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(128, 128, 128);
    font-size: 67px;
    letter-spacing: -.05em;
    line-height: 0px;
}
h2 {
    position: relative;
    top: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    color: rgb(128, 128, 128);
    font-size: 24px;
    display: block;
}
#section-02 p {
    position: relative;
    top: -6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    color: rgb(128, 128, 128);
    font-size: 20px;
    display: block;
    padding: 10px 14% 0px 14%;
}
section {
    text-align: center;
    max-width: 1280px;
}
#section-01 {
    background-image: url('../images/richard-burlton-Oxs4-hpJyk-unsplash-store.jpg');
    background-color: rgb(252, 242, 228);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 753px;
}
#section-02 {
    background-image: url("../images/sunflower-bg-store-01.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: -32px 0px 0px 0px;
    padding: 0px 0px 14.5% 0px;
}
#section-03 {
    background-image: url("../images/sunflower-single-01-01.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 14.5% 0px;

}
#section-04 {
	position: relative;
    background-image: url("../images/sunflower-bg-store-01.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
	height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 18% 0px;
}

/* This section begins the flex-box container selector and associtated selectors for the store's products -- For all three product grouping. */

.flex-container > * {
	position: relative;
	left: -30px;
	top: -60px;
	margin: 60px 0px 0px 60px;
}
.flex-container {
	position: relative;
	top: 35px;
	display: inline-flex;
	flex-wrap: wrap;
	width: calc(100% + 0px);
	/* gap: 30px; */
	justify-content: center;
	/*border: 1px solid red;*/
}
.flex-container > div {
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	width: 300px;
	height: 579px;
	padding: 0px 0px 0px 0px;
	border-radius: 18px;
	box-shadow: 20px 20px 35px 0px rgba(0, 0, 0, .1);
}
.flex-container > div img {
	border-radius: 18px 18px 0px 0px;
}
#section-02 .flex-container > div h4, #section-03 .flex-container > div h4, #section-04 .flex-container > div h4 {
	position: relative;
    top: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0px;
	text-align: center;
    color: rgba(128, 128, 128, 1);
    font-size: 22px;
    display: block;
    padding: 0px 0px 0px 0px;
}
/* #section-02 .flex-container > div h4:hover {
	text-decoration-line: underline;
} */
#section-02 .flex-container > div p, #section-03 .flex-container > div p, #section-04 .flex-container > div p {
	position: relative;
    top: -10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
	text-align: left;
    color: rgba(128, 128, 128, 1);
    font-size: 15px;
    display: block;
    padding: 0px 28px 0px 28px;
	margin: 0px 0px 0px 0px;
}
#section-02 .flex-container > div .price, #section-03 .flex-container > div .price, #section-04 .flex-container > div .price {
	position: absolute;
	bottom: 28px;
	width: 100px;
	height: 30px;
	background-color: rgba(92, 119, 49, 1);
	border-radius: 6px;
	margin: 0px 0px 0px 9.5%;
	padding: 0px 0px 0px 0px;
}
#section-02 .flex-container > div .price p, #section-03 .flex-container > div .price p, #section-04 .flex-container > div .price p {
	position: relative;
    top: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
	text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    display: block;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#section-02 .flex-container > div:hover, #section-03 .flex-container > div:hover, #section-04 .flex-container > div:hover {
	position: relative;
	left: 5px;
	top: 5px;
	width: 300px;
	height: 579px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 10px 10px 17.5px 0px rgba(0, 0, 0, .25);
	margin: 0px 30px 0px 30px;
}
#section-02 .flex-container > div:active, #section-03 .flex-container > div:active, #section-04 .flex-container > div:active {
	position: relative;
	left: 10px;
	top: 10px;
	width: 300px;
	height: 579px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
	margin: 0px 30px 0px 30px;
}
/*#section-02 .flex-container > div a .sub-container:hover, #section-03 .flex-container > div a .sub-container:hover, #section-04 .flex-container > div a .sub-container:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
	border: 5px solid rgba(180, 180, 180, 1);
	top: -5px;
	left: -5px;
	border-radius: 23px;
}*/
#section-02 .flex-container > div a .shopping-cart, #section-03 .flex-container > div a .shopping-cart, #section-04 .flex-container > div a .shopping-cart {
	position: absolute;
	left: 261px;
	bottom: 28px;
	width: 39px;
	height: 30px;
	background-color: rgba(92, 119, 49, 1);
	border-radius: 6px;
	margin: 0px 0px 0px -9.5%;
	padding: 0px 0px 0px 0px;
}
#section-02 .flex-container > div a .shopping-cart:hover, #section-03 .flex-container > div a .shopping-cart:hover, #section-04 .flex-container > div a .shopping-cart:hover {
	background-color: rgb(254, 164, 8);	
}
#section-02 .flex-container > div a .shopping-cart:active, #section-03 .flex-container > div a .shopping-cart:active, #section-04 .flex-container > div a .shopping-cart:active {
	background-color: rgb(254, 132, 8);	
}
#section-02 .flex-container > div a .shopping-cart img, #section-03 .flex-container > div a .shopping-cart img, #section-04 .flex-container > div a .shopping-cart img {
	position: relative;
    left: 2px;
}
#section-02 .flex-container > div a .sub-container, #section-03 .flex-container > div a .sub-container, #section-04 .flex-container > div a .sub-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 18px;
}
#section-02 .flex-container > div a, #section-03 .flex-container > div a, #section-04 .flex-container > div a {
	text-decoration: none;
}

/* Editorial articles and photos -- All three */

#article-01 {
	position: relative;
	top: 60px;
	width: 1020px;
	height: 920px;
	background-color: rgba(255, 255, 255, 1);
	margin: 0px auto 0px auto;
	box-shadow: 20px 20px 35px 0px rgba(0, 0, 0, .1);
}
#article-01 .article-image-01 {
	position: relative;
	width: 100%;
	height: 717px;
	background-image: url("../images/nati-melnychuk-bkR9U2hXRcM-unsplash-store.jpg");
	margin: 0px 0px 0px 0px;
}
#article-01 .article-image-01 p, #article-02 .article-image-02 p, #article-03 .article-image-03 p {
	display: block;
	position: relative;
	top: 43%;
	font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 67px;
    letter-spacing: -.05em;
	text-align: center;
	margin: 7% 0px 0px 0px;
}
#article-01 .article-subhead, #article-02 .article-subhead, #article-03 .article-subhead {
	display: block;
	position: relative;
	top: 0px;
	font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(128, 128, 128);
    font-size: 30px;
    letter-spacing: -.025em;
	text-align: center;
	margin: 41px 150px 0px 150px;
	padding: 0px 0px 0px 0px;
	/* border: 1px solid red; */
}

#article-02 {
	position: relative;
	top: 60px;
	width: 1020px;
	height: 905px;
	background-color: rgba(255, 255, 255, 1);
	margin: 0px auto 0px auto;
	box-shadow: 20px 20px 35px 0px rgba(0, 0, 0, .1);
}
#article-02 p, #article-03 p {
	display: block;
	position: relative;
	top: 35px;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    color: rgb(128, 128, 128);
    font-size: 20px;
	text-align: center;
	margin: 0px 50px 0px 50px;
	padding: 0px 0px 0px 0px;
}
#article-02 .article-image-02 {
	position: relative;
	width: 100%;
	height: 458px;
	background-image: url("../images/brian-scott-44mucXtM9MU-unsplash-store.jpg");
	margin: 0px 0px 0px 0px;
}

#article-03 {
	position: relative;
	top: 60px;
	width: 1020px;
	height: 927px;
	background-color: rgba(255, 255, 255, 1);
	margin: 0px auto 0px auto;
	box-shadow: 20px 20px 35px 0px rgba(0, 0, 0, .1);
}
#article-03 .article-image-03 {
	position: relative;
	width: 100%;
	height: 600px;
	background-image: url("../images/jeremy-bezanger-sA2xjOlQCNE-unsplash-store.jpg");
	margin: 0px 0px 0px 0px;
}

/* All of the following code is for the footer */

footer {
    position: relative;
    top: 0px;
    height: 347px;
    background-color: rgb(92, 119, 49);
    color: rgb(255,255, 255);
    width: 100%;
    padding: 0px 0px 0px 0px;
}
footer ul a {
    color: rgb(255,255, 255);
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 40px;
}
footer ul {
    list-style: none;
    display: inline-block;
    padding: 0% 4% 0% 0%;
    margin: 0% 0% 0% 0%;
}
footer address ul {
    list-style: disc;
    display: inline-block;
    padding: 0% 0% 0% 8%;
}
footer h4 {
    color: rgb(255,255, 255);
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 40px;
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
}
footer #footer-header-group {
    position: relative;
    width: 100%;
    height: 75px;
}
#footer-header {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    letter-spacing: -.05em;
    padding: 0% 0% 0% 14%;
    margin: 0% 0% 0% 0%;
    position: relative;
    height: 50px;
    top: 20px;
    float: left;
}
#footer-header a {
    color: rgb(255,255, 255);
    text-decoration: none;
}
footer ul.social {
    list-style: none;
    display: flex;
    float: right;
    padding: 0% 14% 0% 0%;
    margin: 30px 0px 0px 0px;
}
footer ul.social li {
    margin: 0px 10px 0px 0px;
}

footer #connect {
    position: relative;
    top: 8px;
    width: 200px;
    display: block;
    float: left;
    padding: 0% 0% 0% 14%;
}
footer #connect ul {
    position: relative;
    top: -9px;
    height: 25px;
}
footer #connect #phone {
    position: relative;
    top: 0px;
    height: 100px;
}
footer #connect ul li a {
    position: relative;
    line-height: 35px;
}
footer #connect ul li p a {
    position: relative;
    line-height: 25px;
    height: 45px;
}
footer #quick-links {
    position: relative;
    right: 13%;
    top: 8px;
    float: right;
    /*left: 10.75%;*/
    width: 50%;
}
footer #quick-links ul {
    position: relative;
    top: -4px;
    display: inline-block;
    margin: 0px 0% 0px 7%;
}
footer #quick-links h4 {
    position: relative;
    left: 6.75%;
}
footer #quick-links ul li a {
    line-height: 48px;
}
#copyright {
    display: inline-block;
    color: rgb(255,255, 255);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 20px;
    top: 22px;
}
.vl {
    border-left: 2px solid #ffffff;
    height: 188px;
    position: relative;
    top: 20px;
    left: 5.85%;
    float: left;
}