@charset "utf-8";
body {
	background-image: url(flowerbg1.png);
}
#wrapper {
	background-color: #c5b6bd;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	max-height: 1000px;
	min-height: 900px;
	margin-top: 30px;
	background-image: url(pinkFlowerPinkBG5.png);
	background-repeat: repeat-x;
	background-position: 53% 50%;
}
h3 {
	color: #5f5e2e;
	font-family: alexa-std;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	color: #000000;
}
.headam {
	text-align: justify;
	margin-top: 15px;
	margin-left: 390px;
}
h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #000000;
	text-align: center;
}
li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
p {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: justify;
	text-indent: 6px;
}
.aboutp1 {
	text-align: justify;
	padding-top: 0px;
	color: #000000;
}
.titleimg {
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}
.testim {
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
}
img {
	border: medium solid #5f5e2e;
	margin-left: 150px;
	margin-top: 20px;
	display: inline;
}
.myimg {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border: none;
	padding-right: 10px;
}
.wimage {
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}
.wimagebrow1 {
	margin-left: 235px;
}
.wimagebrow2 {
	margin-left: 80px;
}
.certif {
	margin-left: 50px;
}
.column1 {
	float: left;
	width: 350px;
}
.column2 {
	float: right;
	width: 350px;
}
.ecoparag {
	clear: both;
	padding-top: 10px;
}
footer {
    text-align: center;
	margin-top: 100px;
}
.footerabt {
	text-align: center;
	margin-top: 385px;
	clear: both;
}
.footersvc {
	text-align: center;
	margin-top: 55px;
}
.footertsm {
	margin-top: 235px;
	text-align: center;
}
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
	margin-top: -16px;
    padding: 0;
    overflow: hidden;
}

/* Float the list items side by side */
ul.topnav li {
	float: left;
}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #5f5e2e;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 27px;
	font-family: alexa-std;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #FBD4A8;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {
	display: none;
}
