body {

  background-repeat: repeat; 
}
.logo {
  text-align:center;
/*  background-image: url(../img/bg_logo2.jpg); */
  background-repeat: repeat-no;
  width: 100%; 
}

nav {
  display:block;
  width:100%;
  background:#ff0000;
}

.features {
	background: none repeat scroll 0 0 #fff;
	position: relative;
	text-align: center;
	z-index: 2;
}
.features i {
	background: none repeat scroll 0 0 #ff0000;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
.features h2 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}
.features p {
	color: #777;
	padding: 0 3px;
	font-size: 0.85em;
	line-height: 1.5em;
}
