body {
  paddding-top: 50px;
}

#navbar {
  /*background-color:#FFF0000;*/
  background-color: white;

}

/*change color to white*/

#text {
  background-color: #000000;
  color: #FFFFFF;
}

/*background images*/

#background-image {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 700px;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: 100% 700px;
  background-position: top center;
  background-attachment: relative;
}

/*#image-1{
	position: absolute;
	width: 100%;
	height:350px;
	background-image: url(../images/image-1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 200px;
	top: -100px;
	left: -25px;
}*/

#images {
  width: 200px;
  height: 200px;
}

#imagess {
  width: 200px;
  height: 200px;
}

#footer {
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: gray;
  color: #FFFFFF
}

#quantity {
  margin-left: -16px;
}

#quantity-label {
  margin-left: -16px;
}

img.details {
  width: auto;
  margin: 15px auto;
  height: 200px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

li {
  float: right;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}
