.topicsearch-btn {
  width:340px;
  float:left;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
 /* background: #FEBB00;
  */
  /*background: #862610
*/
background:#FEBB00;
padding: 10px 0px 9px 0px;
  */

  text-align:center;
  letter-spacing:1px;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 0px 0px 2px #e2fa2f;
  font-weight:300;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 0px 0px 5px #ffffff;
/*  color: #ffffff; */
  text-decoration: none;
}




.topicsearch-btn {
    background: rgb(255, 224, 0) !important;
    border-top: solid #ffd04c 3px !important;
    border-right: solid #cb9500 2px !important;
    border-bottom: solid #cb9500 3px !important;
    border-left: solid #ffd04c 2px !important;
    text-shadow: none !important;
    color: #D20404 !important;
}

.topicsearch-btn:hover {
  background: rgb(255, 209, 57) !important;
 
}

.topicsearch-btn:hover {
  text-decoration: none;
  
  background: #E9A42B;
}



/* buttons for special guests */
.archives-btn {
  width: 200px;
  float: left;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  background: rgb(244, 139, 27) !important;
  padding: 10px 0px 9px 0px;
 /*  border-top: solid rgb(247, 231, 213) 3px !important;
  border-right: solid rgb(157, 157, 157) 2px !important;
  border-bottom: solid rgb(118, 114, 107) 3px !important;
  border-left: solid rgb(247, 231, 213) 2px !important;
  */
  
  
    border-top: solid #f8b064 3px !important;
  border-right: solid #ea7e0b 2px !important;
  border-bottom: solid #ea7e0b 3px !important;
  border-left: solid #f8b064 2px !important;
  
  text-shadow: none !important;
}

/* grey::::
border-right: solid rgb(176, 175, 173) 1px !important;
  border-bottom: solid rgb(176, 175, 173) 1px !important;*/



.archives-btn:hover {
    background: rgb(234, 119, 5) !important;
    border-top: solid #F99939 3px !important;
    border-left: solid #F99939 2px !important;
    border-right: solid #ea7e0b 3px !important;
    border-bottom: solid #ea7e0b 2px !important;
}