/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.footer {
  text-align: center;
}

.content {
  margin: 30px;
  overflow: hidden;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* others */

div#gallery {
}

img.img-front {
  width: 480px;
  margin: 2px;
  border-radius: 4px;
  box-shadow: 3px 3px 1px #808080;
}

img.img-gallery {
  width: 240px;
  margin: 5px;
  box-shadow: 2px 2px 1px #808080;
  vertical-align: top;
}

img.profile {
  width: 100px;
}
div.profile ul {
  padding-left: 5px;
  list-style-type: none;
}
.profile-content {
  margin-left: 5px;
  font-size: 13px;
}

div.info {
  display: block;
  clear: both;

  padding-top: 20px;
  margin-bottom: 15px;

  border-bottom: 1px #E0E0E0 dashed;
}
span.info-left {
  float: left;
  color: #000000;
  font-size: 16px;
  font-weight: bolder;
}
span.info-right {
  float: right;
  color: #808080;
  font-size: 12px;
}

/* pace minimal theme */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

