/* Custom Variables */
/* Custom Styles */
.degrade {
  background: linear-gradient(#e66465, #9198e5);
}

.not-rounded {
  border-radius: 0px !important;
}

.sticky-sidebar {
  height: 100vh;
  position: sticky;
  top: 0;
}

.custom-select {
  width: 100%;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 5px;
}

.share-page {
  text-align: center;
  color: black;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 1.5;
}
.share-page a {
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}
.share-page a:hover {
  border-bottom: 1px dashed #fff;
}

.facebook {
  background: #3b5998;
  color: #fff !important;
}

.twitter {
  background: #00acee;
  color: #fff !important;
}

.avatar {
  width: 48px;
  border-radius: 50%;
}

a {
  color: #DA8F00 !important;
}

.box {
  border-radius: 0px !important;
  background-color: #FFF9DA;
  border: 1px solid #FED718;
}

.menu-button:hover {
  background-color: #FFF9DA;
}

.amazon-link-box {
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}

.amazon-link-box a {
  color: #0066c0;
}

/*# sourceMappingURL=styles.css.map */