.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-heading {
  font-weight: 300;
}

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

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

/*Color Schemes:*/
/*https://www.awwwards.com/sites/iklimt*/
/*Prussian Blue*/
/*#0B3C5D*/
/*Sky Blue*/
/*#328CC1*/
/*Gold Leaf*/
/*#D9B310*/
/*Ivory Black*/
/*#1D2731*/
/*Backgroud*/
/*#151618*/

/*https://www.awwwards.com/sites/stellar-1*/
/*Stormy Hues*/
/*Stormy */
/*#494E6B grey blue*/
/*Cloud*/
/*#98878F  grey brown*/
/*Sunset*/
/*#985E6D  brown red*/
/*Evening*/
/*#192231*/
/*Gold (Read More, date hr lines)*/
/*#C49F66*/
/*Text - White*/
/*#FFF*/
/*Text - Black*/
/*#4A4A4A*/
/*Mouse Over Grey; Pageinantion, hr lines*/
/*#A1A398 Brown Green*/

#bootstrap-overrides .productUrl {
    color: #192231;
}

#bootstrap-overrides h1 a, h2 a, h3, h4, p {
    color: #4A4A4A;
    font-family: 'Montserrat', sans-serif;
}

body {
}

#bootstrap-overrides p {
  margin-top: 0;
  margin-bottom: .5rem;
}
.page-header {
    background-color: #494E6B;
    margin-top: 0;
    padding: 20px 20px 20px 40px;
}

.page-header h1, .page-header h1 a, .page-header h1 a:visited, .page-header h1 a:active {
    color: #ffffff;
    font-size: 36pt;
    text-decoration: none;
}

.item-header{
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    align-center;
}

item-body {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
}

item-date {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
}

.content {
    margin-left: 40px;
}

.save {
    float: right;
}

.date {
    color: #C49F66;
    border-bottom: 1px solid #C49F66;
    display: block;
    float: left;
}
.date-hr {
    display: block;
    border-bottom: 1px solid #C49F66;
}

.price {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
}

.countdown {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.tiny {
  font-size: .50rem;
  font-weight: 200;
  line-height: 1;
}

.medium {
  font-size: .75rem;
  font-weight: 200;
  line-height: 1;
}

.post-title {
    padding-left: 3;
    padding-right: 3;
}

.post-form textarea, .post-form input {
    width: 100%;
}

.top-menu, .top-menu:hover, .top-menu:visited {
    color: #ffffff;
    float: right;
    font-size: 26pt;
    margin-right: 20px;
}

.post {
    margin-bottom: 70px;
}

.post h1 a, .post h1 a:visited {
    color: #000000;
}

.btn-gold  {
     color: #C49F66;
}

.pagina {
    color: #A1A398;
}

#bootstrap-overrides .table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    padding-left: 3;
}

#bootstrap-overrides .table th {
      padding: 0rem;
      border-top: 0px solid #dee2e6;
}

#bootstrap-overrides  .card-header {
  padding: 0.25rem 0.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}