body {
  background-color: white;

  /*padding-bottom: 70px;*/

  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin-bottom: 60px;
}


.carousel-image {
  align-items: center;
}

#home {
  background: url("img/pearl_necklace.jpg") no-repeat center center fixed;
  display: table;
  height: 600px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 200px;
  width: 300px;
  border: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.well {
  padding: 25px;
  margin-top: 50px;
  opacity: 0.85;
}


#services {
  background: url("img/multicolored_rings.jpg") no-repeat center center fixed;
  display: table;
  height: 600px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
}

#photos {
  background: url("img/bangle.jpg") no-repeat center center fixed;
  display: table;
  height: 600px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
}

#contact {
  background: url("img/bighair.jpg") no-repeat center center fixed;
  display: table;
  height: 600px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
}

.footer {
  width: 100%;
  height: 60px;
  padding-top: 10px;
  color: black;
  bottom: 0;
  background-color: #f5f5f5;
}
