/* Voices in Bioethics Custom Styles */

body {
  color: #222;
}

/* custom cover image */

@media (min-width: 768px) {

  header.navbar .container-fluid {
    background: url(https://journals.library.columbia.edu/public/site/images/admin/voices-in-bioethics-cover.jpg);
    background-size: cover;
    padding: 330px 0 0 0;
  }

  header.navbar .top-nav {
    background: white;
    padding: 0 15px;
  }

  header.navbar nav#nav-menu {
    background: white;
  }

  header.navbar .navbar-header {
    bottom: 100px;
    left: 15px;
    position: absolute;
  }

  header.navbar .navbar-brand {
    height: 250px;
  }
}

/* modify fonts */

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.navbar-default {
  font-family: 'Palanquin', serif;
}

/* crop homepage images */

.article-summary .cover a.file {
  display: block;
  max-height: 180px;
  overflow: hidden;
}

.article-summary .media-left img {
  margin-top: -10px;
  max-width: 250px;
}

/* hide Abstract label on article pages */

.article-summary h2 {
  display: none;
}

.article-details .authors {
  margin-bottom: 0;
}

/* link color */

a {
  color: #666699;
}

a:hover {
  color: #666699;
}

.btn-primary {
  background-color: #666699;
}

.btn-primary:hover {
  background-color: #666699;
}
