@charset "UTF-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	font-size: 100%;
}

body
{
	background: url(background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
}

#content img {
	max-width: 100%;
	height: auto;
	image-orientation: from-image;
}

#container
{
	width: 90%;
	margin-top: 7%;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	margin-left: auto;
	margin-right: auto;

}

nav
{
	color: #3C2415;
	font-weight: bold;
}

nav a
{
	text-decoration: none;
	color: #3C2415;
	font-weight: bold;
	transition: color 0.5s;


}

nav a:hover
{
	color: #6FBE44;
}

#content
{
	clear: both;
	width: 90%;
	margin-right: 50%;
	margin-top: 5%;
	background: rgb(77, 183, 72); /* The Fallback */
    background: rgba(50, 183, 62, 0.35);
	padding: 5%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	-moz-box-shadow:    0px 3px 3px 0px #030;
  	-webkit-box-shadow: 0px 3px 3px 0px #030;
 	 box-shadow:         0px 3px 3px 0px #030;
}

#servicecontent, #contactform
{
	clear: both;
	margin-top: 5%;
}

#servicesubcontent1, #formpart1
{
	float: left;
	width: 40%;
	margin-right: 2%;
	background: rgb(77, 183, 72); /* The Fallback */
    background: rgba(50, 183, 62, 0.35);
	padding: 5%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	-moz-box-shadow:    0px 3px 3px 0px #030;
  	-webkit-box-shadow: 0px 3px 3px 0px #030;
 	 box-shadow:         0px 3px 3px 0px #030;
}

input
{
	width: 100%;
}

#servicesubcontent1 ul
{
	list-style-type: none;
}

#servicesubcontent1 ul li a
{
	transition: color 0.5s;
	display: block;
	border-bottom: dashed thin #3C2415;
}

#servicesubcontent1 ul li a:hover
{
	color: #FFF;
}

#servicesubcontent2, #formpart2
{
	float: left;
	width: 30%;
	background: rgb(77, 183, 72); /* The Fallback */
    background: rgba(50, 183, 62, 0.35);
	padding: 5%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	-moz-box-shadow:    0px 3px 3px 0px #030;
  	-webkit-box-shadow: 0px 3px 3px 0px #030;
 	 box-shadow:         0px 3px 3px 0px #030;
}

#servicesubcontent2 img
{
	max-width: 100%;
	height: auto;
	margin-bottom: 2%;
}

footer
{
	clear: both;
	width: 80%;
	margin-right: 50%;
	padding: 1% 5% 5% 5%;
	color: #3C2415;
	font-size: 0.7em;
	font-weight:200;
}


#content h2, #content ul li
{
	color: #3C2415;
	font-size: 1.3em;
	margin-top: 3%;
	margin-bottom: 3%;
}

#content p
{
	color: #3C2415;
	font-size: 1em;
	font-weight: 300;
}

#contactform ul
{
	list-style-type: none;
}

#contactform ul li textarea
{
	width: 100%;
	height: auto;
}






@media only screen
and (min-width : 650px)
{


h1#logo
{
	float: left;
	width: 200px;
	height:	65px;
	background: url(logo.png) no-repeat;
	text-indent: -9999px;
}

#header
{
	padding-bottom: 10%;
}

nav
{
	float: right;
	padding: 28px;
	padding-bottom: 7%;
	font-size: 1.2em;

}

}

@media only screen
and (max-width : 649px)
{

#header
{
	padding-bottom: 0;
}

h1#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height:	65px;
	background: url(logo.png) no-repeat;
	text-indent: -9999px;
}

nav
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	padding-bottom: 0;
	font-size: 1em;

}

nav span
{
	display: none;
}

nav a
{
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	padding-top: 2%;
	padding-bottom: 2%;
}

#center
{
	border-top: dashed thin #3C2415;
	border-bottom: dashed thin #3C2415;
}

#content
{
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	//width: 200px;

}

#content h2
{

	font-size: 1em;

}

#content p
{

	font-size: 0.8em;

}


#servicecontent
{
	//width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#servicesubcontent1, #formpart1
{
	//width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#servicesubcontent1 ul li a
{
	text-align: center;
}


#servicesubcontent2, #contactform, #formpart2
{
	//width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
}

footer, #contactform ul li label, #contactform ul li input
{
	//width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.8em;
}



}
