/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

/* Custom page CSS */
.jumbo-adam {
  background-image: url('../images/adam-index.jpg');
  background-position: center;
  background-size: 100%;
}

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

h2 {
  font-size: 200%;
  font-weight: 500;
  font-family: Constantia,Georgia,Serif;
  font-style: italic;
  color: #555555;
}

h3 {
  font-size: 133%;
  font-weight: lighter;
  color: #AAAAAA;
}

h4 {
  font-size: 130%;
  font-weight: lighter;
  font-family: Constantia,Georgia,Serif;
  font-style: italic;
  color: #CCCCCC;
}

.jumbo-subtitle {
  font-weight: thicker;
  color: #666666;
}

.btn-hdr {
  /* margin-bottom: 10px; */
}

.dateselect {
  font-size: 0.5em;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}


@media print {
.noprint { display: none; }
.print { display: all; }
.navbar { display: none; min-height: 0px; margin-bottom: 0px; }
#footer { display: none; }
.page-header { padding-top: 0; margin-top: 0; margin-bottom: 0; border-bottom: 1px solid #000000; }
.container { padding-top: 0; margin-top: 0; margin-left: auto; margin-right: auto; }
#wrap > .container { padding: 0; }
.row { margin-left: 0; margin-right: 0; }
h1 { font-size: 160%; padding-top: 0; margin-top: 0; }
h2 { font-size: 140%; }
h3 { font-size: 110%; }
.lead { margin-top: 1em; font-weight: bold; }
}

@media screen {
.print { display: none; }
}