h1, h2, h3, h4, h5, h6 {
/*  font-family: 'open sans', sans serif; */  
font-weight: bold !important;
}

h1 {
  font-size: 3rem;
  color: firebrick;
}

a {
    color: firebrick;
    text-decoration: none;
    background-color: transparent;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
  color: #000 !important;
}

.jumbotron .container {
  max-width: 40rem;
}

#triptych h1 {
  color: #000 !important;
  padding-bottom: 3rem !important;
}

footer {

}

footer p {
  margin-bottom: .25rem;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding-top: 1rem;
}

#site-map ul {
padding-left: 1rem !important;
}

#hero {
    background-color: firebrick;
    font-size: 1.2rem;
    color: white;
}

#hero h1 {
  color: #fff !important;
}

#heroHeader {
    text-decoration: underline;
    color: black;
    font-weight: bold;
}

.panel-default > .panel-heading {
    position: relative;
}
.panel-heading .fa {
    position: absolute;
    right: 10px;
    top: 13px;
}

#toggleTest i {
float: right;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.table td, .table th {
    padding: .1rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
}

#information .table {
    width: 350px;
    margin-bottom: 1rem;
}

#content .table {
    width: 350px;
    margin-bottom: 1rem;
}

/*Custom CSS*/

img {
  aspect-ratio: 16 / 9;
}