html {
	box-sizing:border-box;
}
*,*:before,*:after {
	box-sizing:inherit;
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body {
	margin: 0px;
	padding:0px;
	background-color: white;
	font-family: "Arial", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color:#3d3d3d;
}

a, a:link {
	text-decoration:none !important;
	color: #74a12f!important;
}

.btn,.button {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
}

.black,.hover-black:hover {
	color:#fff!important;
	background-color:#000!important;
}

.green,.hover-green:hover {
	color:#fff!important;
	background-color:#93C34B!important;
}

.input {
	padding:8px;
	display:block;
	border:none;
	border-bottom:1px solid #ccc;
	width:100%;
}

.textarea {
	padding:8px;
	display:block;
	border:none;
	border-bottom:1px solid #ccc;
	width:100%;
	height:150px;
	font-family: inherit; 
	font-size: inherit;
}

.section,.code {
	margin-top:16px!important;
	margin-bottom:16px!important;
}

.border {
	border:1px solid #ccc!important;
}

@font-face {
    font-family: eco;
    src: url("Mercurius.otf") format("opentype");
}

h1 {
  margin: 0;
  padding: 10px;
  font-weight:bold;
}

h3 {
	font-size:24px;
	font-family:'eco' !important;
	margin-top:30px !important;
}

body {

}
p {
  margin: 10px;
}
.fixednav {
  position: fixed;
  top: 0;
  left: 0;
  z-index:100;
}
.staticnav {
  position: static;
}
#navigation {
  text-align:center;
  background-color: #93C34B;
  padding: 10px 0 10px 0;
  width: 100%;
}
#navigation a {
  padding: 10px;
  color: white!important;
  text-decoration: none;
}

#navigation a:hover{
  padding: 10px;
  color: white;
  text-decoration: none;
  background-color:green;
}

#header {
	max-width:1100px;
	margin: 0 auto 0 auto;
	padding:10px 0 10px 0;
}

@media (max-width: 450px) {
	#navigation a {
		font-size:14px;
		padding:5px;
	}
	#navigation a:hover{
		padding: 5px;
	}
}

#bigImg {
	position:relative;
	width:100%;
	background-image: url('images/garden1.jpg');
	background-size:auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
	height:400px;
	
}

@media (min-width: 1500px) {
    #bigImg { background-size:100% auto; }
}

#biCont{
	border-radius: 10px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	background-color:rgba(255, 255, 255, 0.5);
}

#biCont h1{
	text-align:center; 
	color:#7e1f04; 
	font-family:eco; 
	font-size:33px;
}

#biCont p {
	color:#2b2b2b;
	font-size:15px;
	width:400px; 
	margin:0 auto 0 auto;
}
	
#content {
	max-width:1200px;
	margin:0 auto 0 auto;
	padding:0 15px 0 15px;
}

.flex-item2 {
	margin-top:25px;
	width:50%;	
	text-align:left;
}

.flex-item3 {
	margin-top:25px;
	width:33%;	
	text-align:left;
}

.flex-item4 {
	margin-top:25px;
	width:25%;	
	text-align:left;
	padding:0 8px 0 8px;
}

.servc {
	max-width:250px;
	margin:auto;
	
}

.servc img {
	max-width: 250px;
    width: 100%;
    height: auto;
}

.prof {
	max-width:400px;
	margin:auto;
}

.prof img{
	max-width:400px;
	width:100%;
	height:auto;
}

.flex-Cont {
	width:100%;	
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
}

@media (max-width: 946px) {
  .flex-cont {
    flex-direction: column;
	flex:100%;
  }
  
  .flex-item2, .flex-item3, .flex-item4 {
	  width:100%;
  }	
  
  .servc{
	  max-width:400px;
  }
  
    .servc img{
	  max-width:400px;
	  height:auto;
  }
  

  
  #content {
	  padding:16px;
  }
  
  .prof img{
	  max-width:400px;
	  width:100%;
	  height:auto;
  }
}



p {
	margin:0;
	padding:0 8px 0 8px;
}

#services p {
	text-align:justify;
}

h2 {
	font-family:eco;
	font-size:35px;
	border-bottom:3px solid #A25742;
	padding:16px 0 16px 0;
	color:#h2h2h2;
	font-weight:bold;
}

.profileCont{

}

.profile {
	display:inline-block;
	width:400px;
	margin:15px;
	text-align:justify;
	vertical-align:top;
}

.name {
	font-family:eco;
	font-weight:bold;
	font-size:30px;
	padding:8px;
	margin-top:10px;
	color:#h2h2h2;
}

.title {
	padding:8px;
}

footer {
	margin-top:25px;
	min-height:100px;
	background-color:#2b2b2b;
	text-align:center;
	color:#fff;
}

.testiName {
	font-weight:bold;	
}

.testiTitle {
	font-size:12px;	
}

.servTitle {
	font-weight:bold;
	font-size:20px;	
	font-family:'eco';
}

.b {
	line-height:.5em;
}

.serviImg img{
	width:100%;
	height:auto;
}

.serviImg{
	max-width:400px;
	padding:8px;
	float:right;
}

@media (max-width:700px) {
	.serviImg {
		float:none;
		clear:both;
		margin: 0 auto;
	}
}

.tes {
	border:1px solid #93C34B;
	margin:4px;
}

#fadeTitle {
	opacity:0;
	vertical-align:top;
	background-color:#fff;
	background-color: rgba(255, 255, 255, 0.6);
	vertical-align:top;	
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	max-width:450px;
	font-family:'eco';
	font-size:25px;
	font-weight:bold;
	text-align:center;
	padding:8px;
	margin:0 auto;
	line-height:35px;
}

#titleBottom {
	width:450px;	
	color:#000;
	background-color: rgba(255, 255, 255, 0.6);
	position:absolute;
	bottom:0px;
	left: 50%;
	transform: translateX(-50%);
	padding:8px;
	text-align:center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

@media (max-width:450px) {
	#titleBottom {
		width:100%;	
	}
	
	#fadeTitle {
		font-size:20px;
	}
}

.bullet {
	font-weight:bold;
}

ul li{
	margin-bottom:16px;
}



