.quote {
  position: absolute;
  top:230px;
  margin-left: 15px;
  color:blanchedalmond;
  font-size: large;
  font-style: italic;
}

@media (max-width: 1026px) {
  #quote {
      display: none;
  }
}

#share-bar {
  font-size: 16px;
  margin-top: 32px;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.share-button {
  border: 1px solid #d3d6d2;
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
}

.share-button-facebook { color: #3b5998; }
.share-button-twitter { color: #1d9bf0; }
.share-button-reddit { color: #ff4500; }
.share-button-linkedin { color: #0077b5; }
.share-button-email { color: #444444; }

.share-button:hover {
  color: #ffffff;
  opacity: 1;
}

.share-button-facebook:hover { background-color: #3b5998; }
.share-button-twitter:hover { background-color: #1d9bf0; }
.share-button-reddit:hover { background-color: #ff4500; }
.share-button-linkedin:hover { background-color: #0077b5; }
.share-button-email:hover { background-color: #444444; }
