body {
  background-color: #e9eaed;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-faceaslan {
  background-color: #3b5998;
  border-color: #29487d;
}

.navbar-faceaslan .navbar-brand,
.navbar-faceaslan .navbar-nav > li > a {
  color: #fff !important;
}

.navbar-faceaslan .navbar-brand img {
  height: 26px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.navbar-faceaslan .navbar-brand span {
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
}

.navbar-faceaslan .navbar-nav > li > a:hover {
  background-color: #36528b !important;
}

.landing-wrapper {
  padding-top: 120px;
}

.landing-left-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.landing-subtitle {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.panel-login,
.panel-signup {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.feed-wrapper {
  padding-top: 70px;
}

.feed-column {
  margin-bottom: 20px;
}

.feed-card {
  background-color: #fff;
  border: 1px solid #d3d6db;
  border-radius: 3px;
  margin-bottom: 12px;
}

.feed-card-header {
  padding: 10px 12px;
  border-bottom: 1px solid #e1e2e3;
  font-weight: 600;
}

.feed-card-body {
  padding: 10px 12px 12px;
}

.feed-card-image {
  margin-top: 8px;
}

.feed-card-image img {
  max-width: 100%;
  border-radius: 3px;
}

.text-muted-small {
  font-size: 12px;
  color: #90949c;
}

.profile-cover {
  background-color: #3b5998;
  height: 260px;
  position: relative;
}

.profile-avatar {
  position: absolute;
  bottom: -60px;
  left: 30px;
  width: 120px;
  height: 120px;
  border-radius: 3px;
  border: 4px solid #fff;
  background-color: #f5f6f7;
  overflow: hidden;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-name {
  position: absolute;
  bottom: 15px;
  left: 170px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, .4);
}

.profile-nav {
  background-color: #fff;
  border: 1px solid #d3d6db;
  border-top: none;
  padding: 0 20px;
}

.profile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-nav li {
  display: inline-block;
  margin-right: 20px;
  padding: 12px 0;
  font-weight: 600;
  color: #365899;
}

.profile-content {
  margin-top: 20px;
}

.sidebar-section {
  background-color: #fff;
  border: 1px solid #d3d6db;
  border-radius: 3px;
  margin-bottom: 12px;
}

.sidebar-section-header {
  padding: 10px 12px;
  border-bottom: 1px solid #e1e2e3;
  font-weight: 600;
}

.sidebar-section-body {
  padding: 10px 12px 12px;
}

.footer-muted {
  margin-top: 30px;
  font-size: 12px;
  color: #90949c;
  text-align: center;
}

.avatar-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 6px;
}


