/* Enter Your Custom CSS Here */
.cbp-primary {
  font-size: 1em !important;
}

h1.site-title a {
  color: #25b5f1 !important;
  font-size: .8em !important;
  font-weight: 400 !important;
}

h1.site-title a:hover {
  color: red !important;
}

button.hired-about-button:hover {
  color: white !important;	
}

.home-widget.home-widget-three.shortcodes {
  padding-top: 0 !important;
}

h3.small {
  padding-bottom: 0 !important;
}

.quote {
  max-width: 350px;
  margin: 0 auto !important;
}

.bio-image::after {
    /* background: linear-gradient(to top, #25b5f1, rgba(37, 181, 241, 0)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: ""; */
    height: 0;
    /* left: 0;
    position: absolute;
    width: 100%; */
}

.su-table.certs {
  background: black !important;
  border: 0 !important;  
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
}



