/*
 * Customer Overide CSS for button color and font and background colors
*/

@media (min-width: 750px) {
    header {text-align:left;
    position: relative;
      width: 100%;
      padding: 0px;
    }
}
header {padding-left:20%; height:100%;}
header #logo {margin:1rem}
 
footer {padding:10px; background:#3B3635; color:#fff;  margin-top:auto; border-top: 3px solid #BED600;
position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer p{padding-left:1em; color:#fff;}
footer a{color:#fff; text-decoration: underline}
footer a:hover{color:#fff; text-decoration: none}

a {
    color: #8bbf4d;
    text-decoration: underline
}

a:hover {
    color: #8bbf4d;
    text-decoration: none
    }

h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
    color: #5c2d84
}

h2 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
    color: #8bbf4d
}

h3 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
    color: #8bbf4d
}

.content-container {
    background: #F6F6F6;
    border-radius: 20px;
    border: 0px solid #F6F6F6;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

/* Change the background color of the selected date */
.mud-picker-calendar-day.mud-selected {
    background-color: #000000 !important;
    color: white !important;
}

/* Change the hover color */
.mud-picker-calendar-day:hover:not(.mud-disabled) {
    background-color: rgba(#000000, 0.6) !important;
}

.wizard-button {
    display: inline-block !important;
    padding: 0 40px !important;
    background-color: #5c2d84 !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    border-radius: 10px !important;
    border: 1px solid #5c2d84 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    height: 3.2em !important;
    transition: all .3s ease-out !important;
}

.wizard-button:hover {
    color: #fff;
    border: 1px solid #8bbf4d;
    background: #8bbf4d;
    outline: 0;
}

.wizard-button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.wizard-button:disabled:hover {
    background-color: #8bbf4d;
    color: #6e6e6e;
    opacity: 0.4;
    cursor: not-allowed;
}

@media (min-width: 750px) {
    img {
        max-width: 100%;
        height: auto;
    }}

