body,ul{
font-family: 'Manrope', sans-serif;
 background: url(images/background23.png);
 background-repeat: repeat-x;
 height: 100%;
-webkit-background-size: 1950px 1225px
 }
#clouds{
font-family: 'Manrope', sans-serif;
width:1776px;
height:127px;
background: url(images/cloud.png);
z-index: 1000;
float: left;
left: 50%;
margin-left: -888px;
position: absolute;
}

#hills{
font-family: 'Manrope', sans-serif;
width:1776px;
height:181px;
background: url(images/justhill.png);
z-index: 1000;
float: left;
margin-top:1040px;
left: 50%;
margin-left: -888px;
position: absolute;
}
#hills li {
float:left;
}
#page{
font-family: 'Manrope', sans-serif;
width:783px;
height: 1180px;
float: left;
left:50%;
margin-left: -392px;
position: absolute;
background: url(images/bluebacklong23white.png);
z-index:-10;
padding-top:65px;
background-repeat: no-repeat;
}
#page p {
padding-left: 60px;
padding-right: 60px;
font-size:14px;
}
#greenbox{
width: 240px;
height:575px;
background: #56a9a8;
margin-left:20px;
margin-top: 40px;
margin-right:10px;
float:left;
}
#greenbox li{
list-style: none;
color:#ffffff;
font-size:16px;
text-align:center;
Padding:10px;
padding-top:80px;
}

#projects {
width: 500px;
float:left;	
margin-top: 35px;
}

#projects li {
	list-style: none; float: left; margin: 5px;
}

	#projects a img {
		border: 3px solid #fff;
	}
		#projects a:hover img {
			border: 3px solid #539a88;
		}
		
		/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers to get rid of unwanted borders etc*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#contact li a:hover{
color:#56a9a8;
}

#contact {
width:783px;
float: left;
left:50%;
margin-left: -392px;
position: absolute;
margin-top:10px;
}

#contact li {
list-style: none;
color:#42737f;
font-size: 14px;
float:right;
padding-right:15px;
text-decoration: none;
}
#contact li a, #contactpage a{
text-decoration: none;
color: #42737f;
transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

#menucontainer{
width:783px;
height: 45px;
margin-top:70px;
position:absolute;
left:50%;
margin-left: -392px;
}

#menucontainer li{
float: left;
list-style: none;
padding-left: 67px;
padding-top: 9px;
font-size: 16px;
color: #fff;


}
#menucontainer li a{
color: #ffffff;
text-decoration: none;
transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
#menucontainer li a:hover{
color:#a1ec37;
}

#title{
width: 540px;
height:170px;
float:left;
}
#title p{
margin-top: 155px;
float:right;
font-size: 10px;
color: #42737f;
padding-top: 40px;
padding-right:15px;
}
#logo{
width: 215px;
height:100px;
float:left;
margin-top: 150px;
padding-top: 25px;
}
#intro{
float:left;
}
#intro p{
float:left;
color:#42737f;
font-size: 14px;
line-height:35px;
font-weight:500;
}
#footer li a:hover{
color: #a1ec37; 

}
#footer {
width:783px;
height: 18px;
margin-left: 510px;
margin-top:140px;
float: left;

}
#footer li{
float: left;
list-style: none;
color:#56a9a8;
font-size: 16px;
text-align: center;

}
#footer li a{
color: #56a9a8;
text-decoration: none;
transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}


#about, #contactpage {
float:left;
color:#42737f;
font-size: 12px;
line-height:30px;


}

#clients {
margin-left:43px;
margin-top: 40px;
float:left;
}
#contactpage a:hover {
color:#a1ec37;
}

h1{
color:#42737f;
font-size: 18px!important;
padding-bottom: 20px;
height:10px!important;
margin-left:60px;
font-weight:600;
}