.custom-header {
  background-color: #98d4db;
}

.custom-navbar {
  background-color: #8d570f;
}

body {
  background-color: #fef9e7;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* Desktop */
.icons a {
  text-decoration: none;
  color: rgb(90, 88, 88);
}

.messages-photo {
  height: 70px;
  border-radius: 50%;
  margin: 10px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

a {
  text-decoration: none;
}
form {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul {
  list-style: none;
}

.container-messages {
  max-width: 80%;
}

.photo-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 400px;
  margin: 0 auto;
}

.photo-container img {
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
  max-height: 110px;
}

.thick-hr {
  height: 2px;
  background-color: white;
  opacity: 100%;
}

.posts {
  max-width: 80%;
}

.profilepic {
  margin-top: -80px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.profile-header {
  background-color: #bb7315;
  color: white;
}

.cover-photo {
  object-fit: cover;
  max-height: 400px;
  width: 100%;
}

.icons {
  color: rgb(90, 88, 88);
}

.groups {
  background-color: #f98d62;
}

.trading {
  background-color: #ebde53;
}

.events {
  background-color: #7ed5bb;
}

.photos {
  background-color: #bf8ff3;
}

.settings {
  background-color: #9183ce;
}

.btn-custom-color {
  background-color: #81bfc7;
  color: aliceblue;
  font-weight: bold;
}

.profilepic {
  border-radius: 50%;
}

.friend-card {
  max-width: 600px;
}

.friend-card img {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.friend-card .mutual-friends {
  margin-left: 10px;
}

.friend-card .mutual-friends img {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 50%;
  margin-left: -10px;
}

/* Mobile */
@media screen and (max-width: 768px) {
  #category-section {
    margin-bottom: 1rem;
  }

  .friend-card {
    text-align: center;
    padding-top: 1em;
    margin: auto;
    max-width: 300px;
  }

  .friend-card img {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 100px !important;
    height: 100px;
    border-radius: 50% !important;
  }

  .friend-card .friend-name {
    flex-direction: column;
  }

  .friend-card .card-text {
    padding-bottom: 0.5em;
  }

  .friend-card .mutual-friends {
    padding-bottom: 1em;
  }

  .mutual-friends img {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 40px !important;
    width: 40px !important;
    object-fit: cover;
  }

  a {
    font-size: 10px;
  }

  .messages-a {
    font-size: 14px;
    padding-right: -10px;
  }

  h1 {
    text-align: center;
  }

  .posting a {
    font-size: 9px;
  }

  .sidebar-icons {
    display: flex;
    overflow: auto;
  }

  .sidebar-icons,
  .icon-box {
    flex: 0 0 auto;
  }
}
