#contactButton>a{
	color:white;
}
body{
	background-color:white;
	opacity:0;
}
#mainImage{
	position:absolute;
	top:70px;
	width:100%;
	height:550px;
	background-color:black;
}
.gradient.upper {
	position: absolute;
	width: 100%;
	height: 550px;
	opacity: 1;
	top: 70px;
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(top,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
	background-image: linear-gradient(top,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
}
#home{
	opacity:0;
}
.black{
	color:black;
	text-align:right;
}
.white{
	color:white;
}
.mtop{
	margin-top:25px;
}
#header > div{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:18px;
}
#header>div>a{
	color:black;
}
#heading{
	height:600px;
	text-align:right;
	padding-top:30px;
	font-family: 'Lato', sans-serif;
	font-weight:100;
	font-size:64px;
	color:white;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
#review{
	padding-top:40px;
	margin-right:60px;
	font-size:23px;
	text-align:right;
	color:#1ABC9C;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
#review>img{
	padding-top:10px;
}

#middle2,#middle3,#middle4{
	padding-top:100px;
}

#footer{
	position: absolute;
	bottom:0px;
	height:250px;
	width:100%;
	background-color:black;
}
#clients{
	margin-top:150px;
	padding-bottom:120px;
}

.gradient.lower {
	position: absolute;
	width: 100%;
	height: 250px;
	opacity: 1;
	bottom: 0px;
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
	background-image: linear-gradient(bottom,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
}

#writeHead,#writeHead2{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:34px;
}
#writeHead2{

}
.statement{
	color:#999;
	padding-top:20px;
	padding-left:40px;
	font-weight:200;
	line-height:22px;
	font-size:18px;
}
.s2{
	padding-left:50px;
}

#contactButton{
	margin-top:70px;
	text-align:center;
	background-color:#1ABC9C;
	height:45px;
	padding-top:15px;
	color:white;
}

#overlay{
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0;
}
#whitewall{
	position:fixed;
	bottom:0px;
	width:100%;
	height:1px;
	background-color:white;
	opacity:1;
}
#footerCopy{
	font-size:10px;
	color:#666;
	text-align:center;
	margin-bottom:30px;
}
#smallMenu{
	position:absolute;
	top:0;
	width:100%;
}
#openMenu, #closeMenu{
	position:absolute;
	right:20px;
	top:0;
}
#theSmallMenu{
	position:absolute;
	top:0;
	width:100%;
	background-color:white;
}
.smallMenu{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:28px;
	padding:20px;
	color:#1ABC9C;
}
#theSmallMenu>div:first-child{
	padding-top:70px;
}
#theSmallMenu>div:last-child{
	padding-bottom:50px;
}
#theSmallMenu>div>a{
	color:black;
}