body {
    background: url("../img/bg-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
/* Header Section */
#main-header img {
  width: 100%;
  height: 100%;
}
/* Navbar */

.nav-item {
  font-size: 1.2rem;
  padding-left: 2rem;
}

/* Backgrounds */
.bg-black {
  color: #fff;
  background: #000;
}

.bg-grad {
  background-image: linear-gradient(
    to top right,
    #333,
    #333 50%,
    #eee 75%,
    #333
  );
}

.silk {
  background-image: linear-gradient(
    to bottom right,
    #f5f5f5,
    silver,
    #f5f5f5,
    silver,
    #f5f5f5,
    silver,
    #f5f5f5
  );
}

.blackfont {
  color: #000;
}

.logospace {
  /*background: url("../img/bg-1.jpg");*/
    background: transparent;
}

/* Home */
#home .homeleftcol,
#home .homerightcol {
  border: none;
  background: transparent;
}

/* Keto LIfestyle */
#lifestyle .lifestylecontent {
  font-size: 1.1rem;
  background: url("../img/salmon-plate.jpg");
  background-size: cover;
}

#lifestyle .content-card {
  color: #fff;
  background-color: rgba(70, 70, 70, 0.4);
  opacity: 1;
}

#lifestyle hr {
  border-width: 0.1rem;
  background-color: rgba(0, 0, 0, 1);
}

/* Main Footer */
#main-footer a {
  color: #fff;
  text-decoration: none;
}

#main-footer a:hover {
  color: #f6f6f6;
  text-decoration: overline;
}

/* Media Queries */
@media (min-width: 1199px) {
  .port-item {
    padding: 3em !important;
  }
}
