body {
  font: normal 300 1.4rem/1 "Poppins", sans-serif;
  font-size: 12pt !important;
  margin: 0px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* font-size-adjust: 100% */
  transition: all 0.5s;
  line-height: 1.5em;
  background: linear-gradient(#fff 0%, #845f92 100%);
  background-position: fixed;
}
b {
  font-weight: 700;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  text-align: center;
  z-index: 999999;
  height: 128px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid darkgoldenrod;
}

header .navbar {
  margin: 0px;
  height: 96px;
  background: transparent;
}

header .navbar-nav {
  background: transparent;
}

/*
header .navbar-collapse a {
    background: #343a40 !important;
}
*/
header .navbar-nav a {
  /* color: #EFEFEF !important; */
  font-size: 12pt;
  font-weight: bold;
  border-radius: 1rem;
}

header .navbar-nav li a {
  margin-top: 2px;
  margin-left: 0.25em;
  border: 1px solid transparent;
  padding: 1rem;
  transition: all 0.5s ease;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

header .navbar-nav li:hover a {
  background: goldenrod;
  color: #fff !important;
  border: 1px solid transparent;
}

header .navbar-nav li.active a {
  border-color: goldenrod;
  background-color: darkgoldenrod;
  color: #fff !important;
  font-weight: bold;
}
header .navbar-nav li.active:hover a {
  background: goldenrod;
}

section {
  position: relative;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid lightgray;
  padding-top: 8px;
  padding-bottom: 4px;
}

body section:first-child {
  padding-top: 64px;
}

.well {
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 9pt;
}

#wrapper {
  padding-top: 0px;
}

a {
  color: #333;
}

a:hover {
  color: #666;
}

.bg-dark a {
  color: #efefef;
}

.bg-dark a:hover {
  color: #dedede;
}

.s100 {
  min-height: 100vh;
}

.s75 {
  min-height: 75vh;
}

.s50 {
  min-height: 50vh !important;
}

.s25 {
  min-height: 25vh !important;
}

footer {
  background: #333 no-repeat center fixed;
  background-size: cover;
  width: 100%;
  color: #efefef;
}

footer .container-fluid {
  background: #4d076699;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ccc;
}

hr {
  border-color: lightgray;
}

/*

 */
#plan .card-header h1 {
  text-align: center;
  line-height: 0.85em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

#plan .table tr td {
  height: 16px !important;
  padding: 0px;
}

.btn_what {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999999999;
}

.bg-gold,
.btn-gold {
  background: darkgoldenrod !important;
  transition: all 0.25s;
  border-color: goldenrod !important;
  color: #fff !important;
}
.btn-gold:hover {
  background: goldenrod !important;
  border-color: darkgoldenrod !important;
  text-shadow: 0px 2px 3px darkgoldenrod !important;
  box-shadow: 0px 2px 4px darkgoldenrod !important;
}
.alert-gold {
  font-weight: bold;
  transition: all 0.25s;
  color: #333;
  border: 2px solid #4d076699 !important;
  background: rgba(218, 165, 32, 0.3);
  font-weight: normal;
}
.alert-gold .alert-heading {
  font-family: Poppins, sans-serif;
}
.alert-gold .alert-heading small {
  color: goldenrod;
}
.alert-gold:hover {
  background: darkgoldenrod;
  color: #fff;
  border-color: #4d076666 !important;
  box-shadow: 0px 2px 4px goldenrod !important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  padding-top: -2px;
}
.alert-gold:hover .alert-heading small {
  color: rgba(255, 255, 255, 0.75);
  color: gold;
}
.card-gold {
  transition: all 0.25s ease-in-out;
  position: relative;
  border-color: darkgoldenrod !important;
  background-color: rgba(218, 165, 32, 0.5);
}
.card-gold:hover {
  z-index: 9999 !important;
  transform: scale(1.125);
  box-shadow: 0px 2px 6px darkgoldenrod !important;
}
.card-gold .card-header {
  color: darkgoldenrod;
  border-color: darkgoldenrod;
}
.card-gold .card-body {
  color: #333;
}
.card-gold .card-footer {
  color: #333;
}

.text-gold {
  color: darkgoldenrod;
}

.price thead {
  background: darkgoldenrod;
  color: #fff;
}
.price .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.price td {
  border-color: darkgoldenrod !important;
}
.price tr:hover td {
  background-color: rgba(218, 165, 32, 0.5);
}
.badge-gold {
  background-color: darkgoldenrod;
  color: #fff;
}
