/*
 * Tweaks and overrides to hyde.css
 */
.theme-base-09 .content a {
  text-decoration: underline;
  -webkit-transition: color 100ms ease-in;
  -moz-transition: color 100ms ease-in;
  -ms-transition: color 100ms ease-in;
  -o-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}
.theme-base-09 .content .pagination a {
  text-decoration: none;
}
.theme-base-09 .content a:hover, .theme-base-09 .content a:focus, .theme-base-09 .content a:active {
  color: #ac4142;
}
.theme-base-09 .content .label {
  -webkit-transition: background 100ms ease-in;
  -moz-transition: background 100ms ease-in;
  -ms-transition: background 100ms ease-in;
  -o-transition: background 100ms ease-in;
  transition: background 100ms ease-in;
}
.theme-base-09 a.label:hover, .theme-base-09 a.label:focus, .theme-base-09 a.label:active {
  background-color: #ac4142;
  color: white;
}
.theme-base-09 .pagination > .active > a,
.theme-base-09 .pagination > .active > span,
.theme-base-09 .pagination > .active > a:hover,
.theme-base-09 .pagination > .active > span:hover,
.theme-base-09 .pagination > .active > a:focus,
.theme-base-09 .pagination > .active > span:focus {
  color: white;
}
.sidebar-about h1 {
  color: #fff;
  margin-top: 0;
  font-family: "Abril Fatface", serif;
  font-size: 2.5rem;
}

.sidebar-nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}

.signature {
  text-align: center
}
.signature:before {
  content: " ";
  width: 14rem;
  display: block;
  margin: 2rem auto;
  border-top: 1px solid #d28445
}
.signature-social {
  margin-top: .5rem;
}

.sidebar-nav-item .fa {
  -webkit-transition: background 150ms ease-in;
  -moz-transition: background 150ms ease-in;
  -ms-transition: background 150ms ease-in;
  -o-transition: background 150ms ease-in;
  transition: background 150ms ease-in;
}
.sidebar-nav-item .fa:hover, .sidebar-nav-item .fa:focus, .sidebar-nav-item .fa:active {
  background: -moz-radial-gradient(center, ellipse cover,  rgba(172,65,66,1) 0%, rgba(125,185,232,0) 80%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(172,65,66,1) 0%,rgba(125,185,232,0) 80%);
  background: radial-gradient(ellipse at center,  rgba(172,65,66,1) 0%,rgba(125,185,232,0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac4142', endColorstr='#007db9e8',GradientType=1 );
}

.sidebar-logo {
  height: 200px;
  margin: 1rem -2rem;
}
.sidebar-logo svg {
  display: block;
  position: absolute;
  right: 0;
  height: 10rem;
  width: 8rem;
}
.jobs {
  margin: 2.5rem 0 3rem 0;
  text-align: center;
}
.jobs h1 {
  font-size: 1.1rem;
}
