@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 The Sunflower Place home page (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 The Sunflower Place home page (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: -10px;
    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: 100%;
}
#section-01 {
	position: relative;
	display: block;
    background-image: url('../images/audrius-sutkus-cJ7A2SwC9tU-unsplash-fader-01.jpg');
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 754px;
}
#section-02 {
    background-image: url("../images/section-02-bg-01.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: -32px 0px 0px 0px;
    padding: 0px 0px 3% 0px;
}
#section-03 {
    background-image: url("../images/bonnie-kittle-5US9_Gep0qY-unsplash.jpg");
    background-color: rgb(252, 242, 228);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1142px;
    margin: -32px 0 0px 0;
}
#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%;
    height: 755px;
    margin: -32px 0px -18px 0px;
}
#section-04 ul {
    text-align: left;
    display: inline-block;
    padding: 0px 3.4% 0px 3.4%;
    vertical-align: top;
}

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

/* This is the styling for the javascript date-time script */

#date-time {
	float:right;
    color: rgba(255,255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    text-align: right;
    position: relative;
    width: 100%;
    height: 20px;
    top: -20px;
	padding: 0px 2.25% 0px 0px;
	margin: 12px 0px 0px 0px;
}