/* General elements */

body {
  min-height: 2000px;
  padding-top: 70px;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-bottom: 20px;
  font-size: 16px;
}

a {
  color: #EE7F2D;
}

a:visited{
  color: #EE7F2D;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

/* Nav Bar & Photo */

#shield-link {
  padding-top: 7px;
  padding-bottom: 0px;
}

#shield-img {
  display: none;
}

.nav-target {
  padding-top: 50px;
  margin-top: -50px;
}

#photo-vert {
  display: none;
}

/* Section Text */
.section-title {
  padding-top: 14px;
}

.pub-type {
  font-size: 21px;
}

.paragraph-end {
  margin-bottom: 0px;
}

.list {
  padding-top: 14px
}

.award-name {
  font-weight: bold;
}

.pub-title {
  font-weight: bold;
}

.pub-venue {
  font-style: italic;
}

.pub {
  padding-top: 14px;
}

.pub-first {
  padding-top: 0px;
}

.course-title {
  font-weight: bold;
}

/* view Abstract buttons */

.btn {
    padding: 0px 0px 0px 5px;
    letter-spacing: 1px;
    font-weight: normal;
    font-weight: 700;
    font-style: normal;
    font-size: 75%;
    border: none;
}

.btn-primary, .btn-primary:focus{
    background-color: white;
    color: #EE7F2D;
    outline: 0 none;
}

.btn-primary:hover {
    background-color: #EE7F2D;
    color: white;
    box-shadow: none;
    outline: 0 none;
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover  {
  outline: 0 none;
  background-color: black;
  color: white;
}

/* Larger screen sizes */

@media (min-width: 768px) {
  h1 {
    margin-top: 0px;
  }

  #shield-img {
    display: block;
  }

  #photo-vert {
    display: block;
  }

  #photo-horz {
    display: none;
  }

  .list {
    padding-top: 7px;
  }
}
