body {
  background-color: #99999914 !important;
  min-height: 75rem;
  padding-top: 4.5rem;
}

.container {
  max-width: 95% !important;
  margin: auto !important;
  padding-top: 10px !important;
}

.content-wrapper a {
  text-decoration: none;
}

#title {
  margin-bottom: 0px;
}

#subtitle {
  font-style: italic;
  padding-bottom: 10px;
  padding-top: 0px;
  color: darkgray;
}

.description {
  float: left;
  max-width: 70%;
}

#social-right {
  float: right;
  max-width: 30%;
}

#toolbar {
  clear: both;
  text-align: right;
}

#logo {
  width: 250px;
  margin-right: 30px;
}

.social-share a {
  color: #6c757d;
}

.social-item {
  padding-right: 10px;
}

/* ************************************************************************* */
/* TOP BAR */
/* ************************************************************************* */
.navbar {
  background-color: var(--bs-dark) !important;
  border-color: var(--bs-gray) !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25) !important;
}

li.nav-item {
  padding-right: 10px;
}

/* ************************************************************************* */
/* TABLE */
/* ************************************************************************* */
table {
  font-size: smaller !important;
}

td {
  white-space: pre;
  white-space: pre-wrap;
}

/* ************************************************************************* */
/* SOCIAL BUTTONS */
/* ************************************************************************* */
ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

ul.social-buttons li:hover a {
  transform: scale(1.2, 1.2);
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  color: #2e2e2e;
  background-color: #e8e8e8;
}

/* ************************************************************************* */
/* CUSTOM COLORS */
/* ************************************************************************* */
.color-green {
  color: #212529 !important;
  background-color: #dce9d5 !important;
}

.color-yellow {
  color: #212529 !important;
  background-color: #fbe5a2 !important;
}

.color-orange {
  color: #212529 !important;
  background-color: #ecb576 !important;
}

.color-purple {
  color: #212529 !important;
  background-color: #d8d3e7 !important;
}

.color-pink {
  color: #212529 !important;
  background-color: #cea8bc !important;
}

.color-red {
  color: #212529 !important;
  background-color: #d88177 !important;
}

.color-blue {
  color: #212529 !important;
  background-color: #a9c2f0 !important;
}

.color-one {
  color: #212529 !important;
  background-color: #e29d76 !important;
}

.color-two {
  color: #212529 !important;
  background-color: #edba77 !important;
}

.color-three {
  color: #212529 !important;
  background-color: #f9d678 !important;
}

.color-four {
  color: #212529 !important;
  background-color: #dbdaa0 !important;
}

.color-five {
  color: #212529 !important;
  background-color: #bfdfce !important;
}

.color-phase-1 {
  color: #212529 !important;
  background-color: cornflowerblue !important;
}

.color-phase-2 {
  color: #212529 !important;
  background-color: #b67e9e !important;
}

.color-phase-3 {
  color: #212529 !important;
  background-color: #a865c9 !important;
}
