a {
  text-decoration: none;
}

/*------------NAVIGATION SECTION-----------
===========================================*/

/* Change font color of navigation links */
.navbar-light .navbar-nav .nav-link {
  color: #858080; /* Set the desired font color */
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #555; /* Set the desired hover/focus font color */
}

.navbar-light .navbar-brand {
  color: rgb(69, 67, 67);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

/*------------PRODUCT SECTION----------
===========================================*/
.product .container .row .col-md-4 img {
  max-width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.chobi a {
  text-decoration: none;
  color: rgb(153, 149, 149);
}
.chobi a p {
  text-decoration: none;
  color: rgb(35, 57, 35);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 150;
}
/*------------------ABOUT SECTION---------------*/
.about-text p {
  font-size: small;
}
.about {
  background-color: #f2f2f2;
}

.container h2 {
  border-bottom: 1px solid red;
}

.legal a {
  color: rgb(94, 92, 92);
}
.connect a {
  color: rgb(94, 92, 92);
}
.icon {
  background-color: #f2f2f2;
}
.footer {
  background-color: #f2f2f2;
}
