/* Globals */

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/*
 * Profile name and description
 */

.profile-header {
  padding-top: 20px;
  padding-bottom: 60px;
}
.profile-picture {
  width: 300px;
  height: 199px;
  margin-right: 20px;
}
.profile-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.profile-description {
  font-size: 20px;
  color: #999;
}

/* Profile Sections */

.profile-section {
  margin-bottom: 40px;
}
.profile-section-title {
  margin-bottom: 5px;
  font-size: 30px;
}

/*
 * Main column and sidebar layout
 */

.profile-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #e8e8e8;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

