@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: 0 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 4 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;
}
#section-03 #sec-03-title {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 32px;
    letter-spacing: -.05em;
    padding-top: 50px;
    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;
}
#section-03 h1 {
    display: block;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    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, #section-04 p, #section-04 ul {
    position: relative;
    top: 5px;
    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: 0 14%;
    list-style: none;
}
#section-03 p {
    position: relative;
    top: -5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    display: block;
    padding: 0 14%;
}
section {
    text-align: center;
    max-width: 1280px;
}
#section-01 {
    background-image: url('../images/dennis-buchner-Ki0bTCvqG8U-unsplash-about.jpg');
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 761px;
}
#section-02 {
    background-image: url("../images/section-02-bg-01.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: -100px 75%;
    width: 100%;
    height: 100%;
    margin: -32px 0px 0px 0px;
    padding: 0px 0px 8.5% 0px;
}
#section-03 {
    background-image: url("../images/timothy-eberly-XVE2eMZGrhk-unsplash-about.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 874px;
    margin: -32px 0px 0px 0;
}
#section-04 {
    background-image: url("../images/sunflower-bg-staff-01.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1850px;
    margin: -32px 0px -18px 0px;
}

/* Staff */

.staff-container {
	position: relative;
	top: -25px;
	display: inline-block;
	margin: 0px 14%;
	padding: 0px 0px 0px 0px;
}
.staff-container .staff-image-left {
	position: relative;
	top: 90px;
	display: inline-block;
	float: left;
	left: 0%;
	width: 186px;
	height: 186px;
	background-color: rgba(200, 200, 200, 1);
	border: 9px solid rgba(255, 255, 255, 1);
	border-radius: 125px;
	box-shadow: 20px 20px 35px 0px rgba(0, 0, 0, .1);
	margin: 0px 0px 0px 0px;
}
.staff-container .staff-image-right {
	position: relative;
	top: 90px;
	display: inline-block;
	float: right;
	left: 0%;
	width: 186px;
	height: 186px;
	background-color: rgba(200, 200, 200, 1);
	border: 9px solid rgba(255, 255, 255, 1);
	border-radius: 125px;
	box-shadow: 20px 20px 35px 0px rgba(0, 0, 0, .1);
	margin: 0px 0px 0px 0px;
}
.staff-container .staff-image-left img, .staff-container .staff-image-right img {
	border-radius: 50%;
	
}
.staff-container .staff-text-left {
	position: relative;
	float: right;
	width: 75%;
	margin: 120px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.staff-container .staff-text-right {
	position: relative;
	float: left;
	width: 75%;
	margin: 120px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.staff-container h4 {
	position: relative;
	right: 0px;
    top: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    color: rgb(128, 128, 128);
    font-size: 20px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.staff-container p {
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

/* 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;
}