body{
  font-family:Arial, Helvetica, sans-sarif;
}

nav#navbar.navbar.navbar-default{
  cursor:pointer;
}

#logo{
  max-height:60px;
  margin-right:10px;
  margin-top:-10px;
  display:inline-block;
}

#promo{
  text-align:center;
  padding:40px;
  background-size:cover;
  background-image:url(../../assets/img/chemistry-background-logo.png);
  max-height:470px;
  min-height:470px;
  max-width: 1600px;
  min-width: 250px;
  margin-top:60px;
}

@media (max-width:991px) {
  #promo{
    padding:20px;
  }
}

#promo .jumbotron{
  border-radius:20px;
  padding:40px;
  background-color:rgba(255,255,255,.75);
  max-height:400px;
  max-width:800px;
  margin:0 auto;
}

@media (max-width:991px) {
  #promo .jumbotron{
    padding:20px;
  }
}

.product-section{
  text-align:center;
  padding:20px;
}

.product-section h1{
  margin-bottom:30px;
  font-weight:normal;
}

#products-details{
  max-width:1200px;
  font-size:20px;
  margin:0 auto;
}

.product-name h2{
  font-weight:bold;
}

/*#product-name-lime{
  margin-bottom:46px;
}*/


#product-image{
  max-height:400px;
  max-width:450px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color:orange;
  color:black;
}

.about-section{
  text-align:center;
  color:rgb(25,24,25);
  background-color:rgb(163,215,218);
  padding:20px 0 20px;
}

#about-details{
  max-width:900px;
  font-weight:normal;
  margin:0 auto;
}

#about-para{
  color:rgb(81,13,81);
  padding:40px;
}

.contact{
  text-align:center;
  padding:40px;
}

#contact-us{
  max-width:1000px;
  background-color:white;
}

#social-design-developed{
  color:rgb(251,251,251);
}

