@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-01, #section-02 #sec-02-title-02, #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: 0px;
    position: relative;
    top: 50px;
	margin: 30px 0px 32px 0px;
}
h1 {
	position: relative;
    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: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 21px;
}
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 {
    position: relative;
    top: 20px;
    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%;
    list-style: none;
}
section {
    text-align: center;
    max-width: 1280px;
}
#section-01 img {
	position: relative;
	top: -1px;
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
#section-02 {
    background-image: url("../images/sunflower-bg-fields-02.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: -37px 0px 0px 0px;
    padding: 0px 0px 5.5% 0px;
}
#section-03 img {
	position: relative;
	top: 0px;
    background-color: rgb(252, 242, 228);
    width: 100%;
    margin: 0px 0px 0px 0px;
}
#section-04 {
    background-image: url("../images/section-04-bg-01.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: -36px 0px 0px 0px;
	padding: 0px 0px 7% 0px;
}
#fields-vid-01 {
	position: relative;
	top: 55px;
	width: 72%;
	height: 100%;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	border-radius: 18px;
	box-shadow: 20px 20px 35px 0px rgba(0, 0, 0, .1);
}

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

footer {
    position: relative;
    top: 0px;
    height: 356px;
    background-color: rgb(92, 119, 49);
    color: rgb(255,255, 255);
    width: 100%;
    padding: 9px 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%;
	left: 5.5%;
    top: 8px;
    float: right;
    /*left: 10.75%;*/
    width: 65%;
}
footer #quick-links ul {
    position: relative;
    top: -4px;
	width: 21.5%;
    display: inline-block;
    margin: 0px 0% 0px 0%;
}
footer #quick-links h4 {
    position: relative;
    left: 0%;
}
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;
}

/* Media queries for responsive design begin here. */

@media screen and (max-width:1279px){
#master-container {
    margin: 0 auto 25px auto;
    max-width: 100%;
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .2);
}
nav ul {
	display: none;
    float: right;
    margin: 0px 0px 0px 0px;
}
h1 {
	margin: 0px 14% 0px 14%;
}
}
	
@media screen and (max-width:1100px){
footer {
    position: relative;
    top: 0px;
    height: 100%;
    background-color: rgb(92, 119, 49);
    color: rgb(255,255, 255);
    width: 100%;
    padding: 0px 0px 3% 0px;
}
footer #quick-links {
    position: relative;
    right: 0%;
	left: 75px;
    top: 8px;
    float: left;
    /*left: 10.75%;*/
    width: 50%;
}
footer #quick-links ul {
    position: relative;
    top: -4px;
	width: 140px;
    display: inline-block;
    margin: 0px 3% 0px 0%;
	padding: 0px;
}
footer #quick-links h4 {
    position: relative;
    left: 0%;
}
footer #quick-links ul li a {
    line-height: 48px;
}
.vl {
    left: 4.15%;
}
}

@media screen and (max-width:800px){
#section-02 p, #section-04 p {
    line-height: 40px;
}
footer {
    position: relative;
    top: 0px;
    height: 685px;
    background-color: rgb(92, 119, 49);
    color: rgb(255,255, 255);
    width: 100%;
    padding: 0px 0px 0px 0px;
}
footer ul.social {
	position: relative;
	top: 50px;
	left: -355px;
    list-style: none;
    display: flex;
    float: left;
    padding: 0% 14% 0% 0%;
    margin: 30px 0px 0px 0px;
}
footer ul.social li {
    margin: 0px 10px 0px 0px;
}

footer #connect {
    position: relative;
    top: 50px;
    width: 200px;
    display: block;
    float: left;
    padding: 0% 0% 0% 14%;
}
footer #quick-links {
    position: relative;
    right: 0%;
	left: 75px;
    top: 58px;
    float: left;
    width: 35%;
}
#copyright {
    width: 72%;
	margin: 0px 14% 0px 14%;
    top: 75px;
}
.vl {
    top: 70px;
    left: 6%;
}
}
@media screen and (max-width:707px){
footer {
    position: relative;
    top: 0px;
    height: 685px;
    background-color: rgb(92, 119, 49);
    color: rgb(255,255, 255);
    width: 100%;
    padding: 0px 0px 0px 0px;
}
footer ul.social {
	position: relative;
	top: 50px;
	left: -355px;
    list-style: none;
    display: flex;
    float: left;
    padding: 0% 0% 0% 0%;
    margin: 30px 0px 0px 0px;
}
footer ul.social li {
    margin: 0px 10px 0px 0px;
}

footer #connect {
    position: relative;
    top: 50px;
    width: 200px;
    display: block;
    float: left;
    padding: 0% 0% 0% 14%;
}
footer #quick-links {
    position: relative;
    right: 0%;
	left: 75px;
    top: 58px;
    float: left;
    /*left: 10.75%;*/
    width: 35%;
}
#copyright {
	line-height: 18px;
    width: 72%;
    height: 20px;
	margin: 0px 14% 0px 14%;
    top: 75px;
}
.vl {
    top: 70px;
    left: 6%;
}
}

@media screen and (max-width:600px){
h1 {
    display: block;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(128, 128, 128);
    font-size: 4.1875em;
    letter-spacing: -.05em;
    line-height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#section-02 p, #section-04 p {
    line-height: 40px;;
}
footer {
    position: relative;
    top: 0px;
    height: 900px;
    background-color: rgb(92, 119, 49);
    color: rgb(255,255, 255);
    width: 100%;
    padding: 0px 0px 0px 0px;
}
footer ul.social {
	position: absolute;
	top: 50px;
	left: 14%;
    list-style: none;
    display: flex;
    float: left;
    padding: 0% 0% 0% 0%;
    margin: 30px 0px 0px 0px;
}
footer ul.social li {
    margin: 0px 10px 0px 0px;
}

footer #connect {
    position: relative;
    top: 50px;
    width: 200px;
    display: block;
    float: left;
    padding: 0% 0% 0% 14%;
}
footer #quick-links {
    position: absolute;
    right: 0%;
	left: 14%;
    top: 350px;
    float: left;
    width: 72%;
}
footer #quick-links ul {
    position: relative;
    top: -4px;
	width: 100%;
    display: inline-block;
    margin: 0px 0% 0px 0%;
}
.vl {
	display: none;
    top: 70px;
    left: 6%;
}
#copyright {
	line-height: 18px;
    position: relative;
    width: 72%;
    height: 20px;
	margin: 0px 14% 0px 14%;
    top: 560px;
}
}
@media screen and (max-width:480px){
#section-02 #sec-02-title-01, #section-02 #sec-02-title-02, #section-04 #sec-04-title {
    font-size: 32px;
}
h1 {
    font-size: 67px;
	line-height: 60px;
	text-align: center;
	padding: 0px 5%;
	}
#section-02 p, #section-04 p {
    line-height: 40px;
	top: 20px;
}

}