/* ========== Layout ========== */
.container {
  max-width: 800px;
}

/* ========== Header ========== */
.header {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left;
}

.main-description h1 {
  margin-bottom: 0px;
}

.main-description p {
  margin-bottom: 0px;
}

.main-description p span {
  margin-right: 20px;
  display: inline-block;
}

.main-description p span i {
  margin-right: 5px;
}

.main-description .fa {
  font-size: 22px;
  margin-top: 5px;
}

.main-description i:hover {
  color: #33C3F0;
  transform: scale(1.15);
}

.contact-link {
  cursor: pointer;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color: #33C3F0;
}

.contact-link:hover i {
  color: #33C3F0;
  transform: scale(1.15);
}

/* ========== Sections ========== */
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;
}

.docs-section h5 .fa {
  margin-right: 10px;
}

/* ========== News ========== */
#news p {
  display: flex;
  align-items: flex-start;
}

.news-date {
  font-weight: bold;
  color: #fa8072;
  margin-right: 1rem;
  flex-shrink: 0;
  white-space: nowrap;
}

/* ========== Paper/Entry Styling ========== */
.paper {
  margin-bottom: 20px;
}

.paper-domain {
  font-size: 1.5em;
  margin-bottom: -20px;
  margin-top: 50px;
  font-variant: small-caps;
  font-weight: bold;
}

.paper p {
  margin-bottom: 2px;
}

.paper-info {
  margin-bottom: 5px;
}

.date-right {
  float: right;
}

.location-right {
  float: right;
}

.paper-buttons {
  margin-top: 5px;
}

.paper .button {
  display: inline-block;
  height: 25px;
  padding: 0 25px;
  font-weight: 100;
  line-height: 25px;
  text-transform: none;
}

/* ========== Footer ========== */
.footer {
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid #eee;
  padding: 15px 0 40px 0;
  margin-bottom: 0;
}

.footer-last-updated {
  text-align: center;
}

/* ========== Responsive Design ========== */
/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 5rem;
  }
}