/* 
 * adapted css for dbrunner.de, based on jumbrotron-narrow 
 */ 

h1, h2, h3, h4, h5, h6 {
    font-family: "PT Serif", "Georgia", serif; 
    font-weight: bold;
}

header,
footer {
    font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}

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

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

h1 > a,
h2 > a,
h3 > a {
    color: #333;
}

#content, 
article,
aside,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary {
    font-family: "PT Serif", "Georgia", serif; 
}

#content h2, #content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

article {
    border-bottom: 1px dashed #e5e5e5;
}

.container {
    font-size: 18px;
}

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

/* 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;
  }
}
