/*
Theme Name:     KnowHow Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowHow
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       knowhow
Version:        1.0.0
*/

@import url("../knowhow/style.css");


/* ------- Insert custom styles below this line ------- */

@charset "UTF-8";

.button_wrapper {
    text-align: center;
  }
.button_wrapper a:hover {
  background-color: #04072a;
  color: #fff;
  opacity: 0.8s;
}
.button {
    display: inline-block;
    border: 1px solid #04072a;
    padding:  5px 20px;
    border-radius: 5px;
    color: #04072a;
    font-size: 1rem;
    font-weight: bold;
  }
