body{
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #d0f2fe;   /* diamond color */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

nav {
	width: 100%;
	text-align: center;
	margin: 0px 50px 0px 0px;
	padding: 20px 0px 5px 0px;
	height: 35px;
	background-color: #056839;     /* cadmium green */
}
nav ul {
	margin: 0px 25px 0px 0px;
	list-style-type: none;
	display: inline-block;
	width: 900px;
}
nav ul li {
	padding: 0 0;
    margin: auto 50px;
	height: 20px;
	display: inline-block;
}
nav ul li a {
	color: #FFF;
    font-size: 1.25em;
	text-decoration: none;
}
nav ul li a:hover {
	color: #faa61a;    /* bright yellow */
}

/*Following style formats the main area on the home page*/

#home-logo {
	width: 100%;
    height: 40px;
	text-align: center;
	padding-top: 10px;
}
#home-image1 {
	background-image: url("../images/cat_on_tree_1920x1280.jpg");
	position: relative;
    text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 600px;
    margin-top: 140px;
}
#abouttext1 {
    position: absolute;
    left: 50%;
    top: 20%;
    background-color: #d0f2fe;    /* diamond */
    border-radius: 25px;
    margin: 20px 30px 20px 80px;
    padding: 30px 30px;
    font-size: 1.25em;
    opacity: .9;
    line-height: 2em;
}
.sectionheadings {
    text-align: center;
    margin: 200px 0px;
    font-weight: 600;
    font-size: 42px;   
}
h2 {
    text-align: center;
    margin: 200px 0 100px 0;
    font-weight: 600;
    font-size: 42px;   
}
h2 a:hover {
    color: #000000;
}
#home-image3 h2 {
    margin-top: 500px;
}
#home-image4 h2,
#home-image5 h2 {
    margin-top: 400px;
}
#home-image2 {
    margin-bottom: 300px;
}
#home-image2 img {
    border-radius: 25px;
    width: 50%;
    float: right;
    clear: left;
    margin-left: 50px;
    position: relative;
}
#home-image2 a:hover {
    color: #faa61a;
}
#abouttext2 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 2em;   
    text-align: left;
    margin-left: 50px;
    padding-top: 60px;
}
#home-image3 {
    margin-bottom: 300px;
}
#home-image3 img {
    border-radius: 25px;
    width: 50%;
    float: left;
    clear: right;
    margin-right: 50px;
    position: relative;
}
#home-image3 a:hover {
    color: #faa61a;
}
#abouttext3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 2em;   
    text-align: right;
    margin-right: 35px;
    padding-top: 50px;
}
#home-image4 {
    margin-bottom: 300px;
}
#home-image4 img {
    border-radius: 25px;
    width: 50%;
    float: right;
    clear: left;
    margin-left: 50px;
}
#home-image4 a:hover {
    color: #faa61a;
}
#abouttext4 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;   
    text-align: left;
    margin-left: 50px;
    padding-top: 20px;
}
#abouttext4 li {
    padding-top: 20px;
}
#home-image5 {
    margin-bottom: 250px;
}
#home-image5 img {
    border-radius: 25px;
    width: 40%;
    float: left;
    clear: right;
    margin-right: 50px;
}
#home-image5 a:hover {
    color: #faa61a;
}
#abouttext5 {
    font-size: 1em;
    font-weight: normal;
    line-height: 2em;   
    text-align: justify;
    margin-right: 35px;
    padding-top: 50px;
}
.jump-links .jump-to-top {
    margin-left: 100px; 
    margin-top: 20px;
    float: left;
    text-decoration: none;
    color: #056839;
}
.jump-links .jump-to-form {
    margin-top: 20px;
    margin-left: 150px;
    float: left;
    text-decoration: none;
    color: #056839;
}
#form {    
    margin-top: 400px;
    margin-bottom: 100px;
}
.form-container {
    text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    min-height: 700px;
    opacity: .9;
}
.form-image {
    background-image: url(../images/marguerite_daisy_1920x1249.jpg)
}
.completeform {
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 40px;
    border-bottom: 2px solid #000;
}
form {
    background-color: #d0f2fe;
    border-radius: 30px;
    opacity: .85;
    text-align: left;
    position: relative;
    top: 30px;
    left: 120px;
    margin-right: 250px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    
}

/* Following styles format the page footer */

footer {
	width: 100%;
	color: #d0f2fe;
	text-align: center;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 15px 0px 120px 0px;
    clear: both;
    background-color: #056839;    /* cadmium green */
}
footer div.siteinfo {
    text-align: center;
    font-weight: 600;
    margin: 20px auto 30px auto;
    padding-bottom: 10px;
    border-bottom: 3px solid #d0f2fe;
}
footer div.image-sources-heading {
    font-weight: 600;
    text-align: center;
}
footer div.footer-left {
    float: left;
    display: inline;
    text-align: left;
    margin-left: 250px;    
}
footer div.footer-right {
    float: right;
    display: inline;
    text-align: right;
    margin-right: 200px;
    margin-bottom: 0px;
}
footer a {
	color: #ACE95B;    /* light green */ 
    text-decoration: none;
}
footer a:hover {
    color: #faa61a;    /* bright yellow */
}