/* Page stylesheet */
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #555;
    line-height: 1.8;
}

#myNavbar { color: #fff; }

div.w3-display-middle { white-space:nowrap; }

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (About) */
.bgimg-1 {
    background-image: url('/images/01-tree-seeds.jpg');
    min-height: 100%;
}

/* Second image (Services) */
.bgimg-2 {
    background-image: url("/images/02-tree-soil-hand.jpg");
    min-height: 400px;
}

/* Third image (Testimonials) */
.bgimg-3 {
    background-image: url("/images/03-tree-blossom.jpg");
    min-height: 400px;
}

/* Fourth image (Contact) */
.bgimg-4 {
    background-image: url("/images/04-trees-sunlight.jpg");
    min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
    .bgimg-2, .bgimg-3, .bgimg-4 {
	background-attachment: scroll;
	min-height: 400px;
    }
    .bgimg-1 {
	background-attachment: scroll;
	min-height: 100%;
    }
}

/* Set the width of the icon area of the modal dialog box */
.modal-icon { width: 50px; }
#message { resize:none; }
