@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 three main sections of this page. */

#section-02 #sec-02-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: 0px;
    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 {
    text-align: center;
    max-width: 1280px;
}
#section-01 {
    background-image: url('../images/pascal-debrunner-oxN9M1CRU-0-unsplash-contact-header.jpg');
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 750px;
}
#section-02 {
    background-image: url("../images/contact-section-02-bg-01.jpg");
    background-color: rgb(252, 242, 228);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    margin: -32px 0px 0px 0px;
    padding: 0px 0px 300px 0px;
}
#section-03 {
    background-image: url("../images/carles-rabada-AvOUmlZZMyY-unsplash-contact-joy.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1142px;
    margin: -32px 0px 0px 0px;
}

/* The following code relates to the contact form. */

#section-02 .form-intro {
    position: relative;
    width: 58%;
	letter-spacing: 0.01em;
    margin: 40px auto 30px auto;
    padding: 0px 0px 0px 0px;
}
#section-02 .form-intro p {
    padding: 0px 0px 0px 0px;
}
form {
    position: relative;
    margin: 0px auto 0px auto;
    width: 800px;
    /* border: 1px solid red; */
}
.formtext {
    position: relative;
    top: -5px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: rgb(128, 128, 128);
    font-size: 20px;
    text-align: left;
}
.formtext ul {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    line-height: 73px;
}
.forminput {
    position: relative;
    top: -7px;
    width: 560px;
    display: inline-block;
    line-height: 75px;
    padding: 0px 20px 0px 0px;
}
.forminput input {
    max-width: 550px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 0px 0px 0px 10px;
    color: rgba(0, 0, 0, .50);
    line-height: 40px;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(0, 0, 0, .20);
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); */
}
.forminput textarea {
    position: relative;
    top: 15px;
	resize: vertical;
    max-width: 550px;
    min-height: 130px;
	max-height: 550px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 0px 0px 10px;
    color: rgba(0, 0, 0, .50);
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(0, 0, 0, .20);
}
.forminput .submit input {
    position: relative;
    top: 0px;
    left: 10px;
    width: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-style: normal;
    padding: 1px 2px 0px 0px;
    margin: 0px 35px 0px 35px;
    background-color: rgba(92, 119, 49, .5);
    border-collapse: collapse;
    border: 0px solid rgba(0, 0, 0, .20);
    border-radius: 10px;
}
input:focus, textarea:focus {
    outline: none;
    border: 2px solid rgba(92, 119, 49, 1);
}
.forminput .submit input:hover {
    background-color: rgba(92, 119, 49, 1);
}
.forminput .submit input:active {
    background-color: rgba(254, 132, 8, 1);
}

/* The following code relates to the middle address section on this page that isn't in the footer. */

.middle-address {
    position: relative;
    top: 75px;
    width: 1000px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.contact-address {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    color: rgb(128, 128, 128);
    margin: 0px 25px 0px 25px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    list-style: none;
}
.phone, .email {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    color: rgb(128, 128, 128);
    font-size: 20px;
    margin: 0px 25px 0px 25px;
    list-style: none;
    padding: 0px 0px 0px 0px;
}
.contact-address .strong, .phone .strong, .email .strong {
    font-weight: 700;
    font-size: 24px;
}

/* The following code relates to inset map. */

#map-inset {
    position: relative;
    top: 150px;
    background-image: url("../images/map-inset-01.jpg");
    width: 840px;
    height: 400px;
    margin: 0px auto 0px auto;
}
/* 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;
}