body {
  background-color: aliceblue;
}
.design-showing {
  display: none;
}
.dev-showing {
  display: none;
}
.product-showing {
  display: none;
}
#main-page {
  background: url("../img/welcome.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#services {
  background: url("../img/services.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px;
}
#contact-form {
  background: url("../img/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}
#delani-works {
  padding: 20px;
}
#delani-works img {
  width:100%;
  padding: 10px;
}
.click {
  padding-top: 140px;
  padding-bottom: 0px;
}
#contact-icons {
  padding-top: 30px;
  padding-bottom: 30px;
}
.clickable h2 {
  font-weight: bold;
}
.clickable1 h2 {
  font-weight: bold;
}
.clickable2 h2 {
  font-weight: bold;
}
textarea{
  background-color: transparent;
}
.carousel-caption{
  display: none;
  background-color: white;
  color: black;
}
#about {
  padding:30px;
}
