/* flexible button */
.button, div.button, p.button, a.button {text-align:center;border:1px solid #212121;display:inline-block;padding:10px 30px; background: #800000;border-radius:5px;margin:20px 0px;}
.button a, div.button a, p.button a, a.button  {color:#fff;}
.button a:hover, a.button:hover {color:white;}
p.button:hover,div.button:hover {box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);}

/* fixed button */
.button-fixed, div.button-fixed, p.button-fixed, a.button-fixed {text-align:center;border:1px solid #212121;display:block;width:50%;padding:10px 30px; background: #800000;border-radius:5px;margin:20px 0px;}
.button-fixed a, div.button-fixed a, p.button-fixed a, a.button-fixed  {color:#fff;display:block;}
.button-fixed a:hover, a.button-fixed:hover {color:white;}
p.button-fixed:hover,div.button-fixed:hover {box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);}
