
/* handwriting fonts
font-family: 'Permanent Marker', cursive;
font-family: 'Reenie Beanie', cursive;
font-family: 'Rock Salt', cursive;
font-family: 'Nothing You Could Do', cursive;
*/


/* menu fonts 
font-family: 'Questrial', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;
*/



body{
	background-image: url('images/wood.jpg') ;
	padding:0px;
	margin:0px;
}

body,a,p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #333;
	border-bottom:none;
	text-decoration:none;
	
}

#container{
	background: white;
	width: 1000px;
	margin: 0px auto 0px auto;

padding-bottom: 1px;

	-moz-box-shadow: 0 0 5px 5px #222;
	-webkit-box-shadow: 0 0 5px 5px#222;
	box-shadow: 0 0 5px 5px #222;

}

.defaultMargins{
	padding: 0px 80px;
	overflow: hidden;
}

#header{
	height: 70px;
	padding: 40px 0px 0px 0px ;
}

/* logo
font-family: 'Noto Sans', sans-serif;
font-family: 'Cabin Condensed', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Basic', sans-serif;
font-family: 'Varela', sans-serif;
font-family: 'Metrophobic', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Galdeano', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Maven Pro', sans-serif;
font-family: 'Julius Sans One', sans-serif;
*/

#logo{	
	color: black;
	text-transform: uppercase; 
	font-family: 'Raleway', sans-serif;
	
	font-size: 30px;
	float:left;
}

#menu{
	padding-top: 8px;
	float:right;
	font-size: 20px;
}

#menu ul{
  list-style: none;
  margin: 0px -10px 0px 0px;
}

#menu li{
  display: inline;
  padding: 0px 10px 0px 10px;
  
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}

#menu li:hover {
    background: #eee;
}

#main {

}


#mission p{
	margin-top: 50px;
	font-family: 'Permanent Marker', cursive;
	font-size:25px;
	text-align: center;
}

#mission img{
	display: block;
	text-align: center;
	margin: 40px auto;
	
}

#clients{
	margin-bottom: 50px;	
}

#footer{
	height: 50px;
	text-align: center;
	color: white;
		
}

#footer p{
	padding:14px 0px 0px 0px;
	font-size: 13px;
	color: white;
}

#column1{
	float:left;
	width:400px;
}

#column2{
	float: right;
	width: 400px;
}

#column1, #column2{
	padding: 0px 0px 40px 0px;
}

.wwdTitle{
	height: 74px;	
}

h1{
	font-family: 'Permanent Marker', cursive;
	font-size:25px;	
}

#moreBusiness, #moreAgile{
	display: none;
}