/* Grayscale color palette */

/* Override beautifuljekyll.css variables */
:root {
  --text-col: #333333;
  --link-col: #000000;
  --hover-col: #595959;
  --navbar-col: #F2F2F2;
  --navbar-text-col: #333333;
  --navbar-border-col: #CCCCCC;
  --footer-col: #F2F2F2;
  --footer-text-col: #666666;
  --footer-link-col: #333333;
  --footer-hover-col: #595959;
}

/* Override linkedin-button.css */
.libutton {
  background-color: #333333 !important;
}

/* Override bootstrap-social.css */
.btn-social {
  color: #fff !important;
  background-color: #333333 !important;
  border-color: rgba(0,0,0,0.2) !important;
}

.btn-social:hover, .btn-social:focus, .btn-social:active {
  color: #fff !important;
  background-color: #595959 !important;
}

/* Reddit button exception */
.btn-reddit {
  color: #333333 !important;
  background-color: #f2f2f2 !important;
}

.btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active {
  color: #333333 !important;
  background-color: #e5e5e5 !important;
}
