/*
 * Customer Overide CSS for button color and font and background colors
*/

@font-face {font-family: "UltimaW01-Alternate"; src: url("474df1574004416205625e04856c6579.eot"); src: url("474df1574004416205625e04856c6579.eot?#iefix") format("embedded-opentype"), url("474df1574004416205625e04856c6579.woff2") format("woff2"), url("474df1574004416205625e04856c6579.woff") format("woff"), url("474df1574004416205625e04856c6579.svg#UltimaW01-Alternate") format("svg"); }

body {font-family:'UltimaW01-Alternate'; color: #0a0a0a}
header {padding:40px; margin: 0 auto; text-align:center; margin-bottom:20px;}
footer {padding:10px; background:#625E5E; color:#333; height: 40px; margin-top:auto; border-top: 5px solid #C8DA2C;}
footer p{padding-left:1em; color:#fff;}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 4px;
font-weight: 400;
font-size: 1.2em;
line-height: 60px;
height: 100%;
margin:20px
}

img {
  max-width: 100%;
  height: auto;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
   background-color: #C8DA2C;
  border-color: #C8DA2C;
text-transform: initial;
border:none}
  
 .button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
 background-color: #625E5E;
  border-color: ##625E5E;
text-transform: initial;
border:none}


