html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
}

#navbar li {
  display: inline-block;
}

#navbar {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin: auto;
}

.jumbotron {
  margin: auto;
  height: 500px;
  background-image: url(imagejpeg_0_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.jumbotron .container {
  position: relative;
  top: 400px;
  margin-left: 23%;
  font-size: 40px;
  color: #CACABC;
}

#navborder {
  width: 60%;
  border-bottom: 1px solid grey;
  margin: auto;  
}

#bottomnav {
  width: 100%;
  text-align: center;
}

#bottomnav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-content: center;
}

#bottomnav li {
  width: 30%;
  display: inline-block;
  word-wrap: break-word;
}

#bottomnav p {
  color: #A0A0A0;
}

a:link {
  color: #777770;
  text-decoration: none;
  font-size: 15px;
  text-transform: lowercase;
  margin: 12px;
  font-family: Georgia, Times, serif;
}

a:hover {
  color: #CCD0D8;
}

#products {
  width: 100%;
  height: 40px;
  margin: auto;
  display: inline-block;
  color: #777770;
}
  
#products img {
  width: 200px;
  height: 200px;
}

#rpolicy {
  width: 100%;
  margin: auto;
  display: block;
  float: left;
}

#rpolicy h1 {
  text-align: center;
}

#rpolicy p {
  color: #777770;
  text-align: center;
}

#cart {
  width: 100%;
  margin: auto;
  display: block;
  float: left;
}

#cart h1 {
  text-align: center;
}

#cart p {
  color: #777770;
  text-align: center;
}

#about {
  width: 100%;
  margin: auto;
  display: block;
  float: left;
}

#about h1 {
  text-align: center;
}

#about p {
  color: #777770;
  text-align: center;
}
