@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	
}

a{
	text-decoration:none;
	color:#fff;
}

table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	color: #fff;
	color: rgba(0,0,0,0.5);
}

#copyright{
	position: fixed;
	display:block;
	z-index:9;
	margin: 5px 10px 15px 15px ;
	bottom:0;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
}

.wave{
		position:fixed;
		right: 0 !important;
		top: 30px;
		z-index:9;
	}

.logo{
	height:115px;
	}
	
.home{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 550px;
  height: 200px;

}

h2{
	font-size: 3em;
	font-weight: 700;

}
h3{
	font-size: 1em;
	text-align:center;
	padding-top:30px;
}

p{
	font-size: 14px;
	line-height:22px;
	padding: 20px 0 0 0;
	
}

.about p,h2{
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align:left;

}

.bio {
	border: 1px solid #fff;
	border-radius: 10px 10px 0 0;
	width: 750px;
	margin: 0 auto;
	padding: 10px;
}

.bio p{
	width: 750px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align:left;
	
}


.block{
	background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.3);
	padding:20px;
}



.client p{
	width: 60%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align:left;

}

.client ul{
	width: 60%;
	margin: 0 auto;
	text-align:left;
	padding:20px 0 0 0;
	z-index:8;
		white-space:nowrap;
}

.client li{
	display:inline-block;
	padding:0 30px 10px 0;
	list-style:none;
	width:140px;
	vertical-align:top;
	z-index:8;
	
}

.section{
	text-align:center;
}



#clients{
	display:inline-block;
	width: 100px;

}

/* Fixed header and footer.
	* --------------------------------------- */
	#footer{
		position:fixed;
		height: 40px;
		display:block;
		width: 100%;
		background: #fff;
		opacity: 0.3;
		z-index:9;
		text-align:center;
		color: #f2f2f2;
		padding: 5px 0 0 0;
	}

	#footer{
		bottom:0px;
	}
	
	#socialmedia{
	position: fixed;
	display:block;
	z-index:9;
	margin: 0 10px 5px 90%;
	bottom:0px;
	white-space:nowrap;
}
	