html, body {
  font-family: "Oxygen", sans-serif; 
  font-weight: 300; 
  margin: 0;
  padding: 0;
  background: url('https://s3.amazonaws.com/codecademy-content/projects/bolt-network/diagmonds_@2X.png');
  background-size: 141px 142px;
}

.container {
  max-width: 970px;
}

.supporting {
  background-image: url(s3.amazonaws.com/codecademy-content/projects/bolt-network/diagmonds_@2X.png);
  background-size: 141px 142px;
}

/* Main */

.main{
	background-color: #000000;
  padding: 48px 0px;
}

.main img{
	width: 180px;
  height: 34px;
  vertical-align: middle;
}

.main ul{
	color: #FFFFFF;
}

.main li{
	display: inline;
  margin-right: 30px;
}

.pull-right{
	float: right;
}

.btn{
	border: 1px solid #0393FF;
  color: #0393FF;
 	border-radius: 2px;
  padding: 8px 20px;
  background: transparent;
}

.btn:hover{
	background-color: #0393FF;
  color: #FFFFFF;
}

.main h1{
	color: #FFFFFF;
  text-align: center;
  font-weight: 300;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 63px;
}

.main p{
	text-align: center;
}

.form-inline{
	text-align: center;
  margin-top: 80px;
}

#search{
  background: transparent none repeat scroll 0% 0%;
  border: none;
  border-bottom: 1px solid white;
	border-radius: 0px;
  color: #FFFFFF;
  width: 400px;
  margin: 0px 20px;
  font-size: 18px;
  border-style: none none solid;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#search:hover{
	border-bottom: 1px solid #0393FF;
}

/* Supporting */

.supporting{
  padding-bottom: 80px;
	text-align: center;
}

.supporting h2{
	color: #0393FF;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300px;
}

.supporting p{
	color: white;
  margin-bottom: 45px;
  font-size: 16px;
}

.supporting img{
	display: block;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.row{
	margin-left: -15px;
  margin-right: -15px;
}

/* Feature */

.feature{
	background: url('https://s3.amazonaws.com/codecademy-content/projects/bolt-network/feature.jpg') no-repeat center center / cover;
	color: #FFFFFF;
	text-align: center;
  height: 380px;
  padding: 100px 0px 0px;
}

.feature h2{
	color: #0393FF;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
}

.feature p{
	font-size: 16px;
 	margin: 10px;
}

/* Footer */

.footer{
	background-color: #000000;	
	padding: 60px 0px;
}

.footer h3{
  color: #FFFFFF;
	font-size: 18px;
  font-weight: 300;
}

.footer ul{
	list-style: none;
  padding-left: 0px;
}

.footer li{
	color: #0370AB;
}