/* Enter Your Custom CSS Here */

a.buttonwidget {
    background: rgb(173, 138, 89);
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    letter-space: 1px;
    letter-spacing: 1px;
    font-weight: 600;
}

a.buttonwidget:hover {
    background: #fff;
   
    color:rgb(173, 138, 89);
   
}

a.buttonwidget.footer {
    background: rgb(173, 138, 89);
    padding: 5px 10px;
    color: #fff;
    text-transform: normal;
    font-size: 12px;
    border-radius: 5px;
  
    letter-spacing: 1px;
    font-weight: 600;
}

a.buttonwidget:hover {
    background: #fff;
   
    color:rgb(173, 138, 89);
   
}

#bottom a {
    color: #fff;
}

#bottom a:hover {
    color:rgb(173, 138, 89);
}

blockquote.alignleft {
    margin: 10px 20px 60px 0;
    width: 220px;
}