﻿/* Put custom desktop styling in this file. Put custom images in the Custom subfolder of the Images directory. */
/* MODAL WINDOW (LARGE) -------------------------*/
/* BUTTONS -------------------------*/
.button,
input[type="submit"] {
    padding: .5em;
    outline: none;
    background: #679147;
    border: 1px solid #FFCCCCCC;
    border-radius: 0.25rem;
    font-weight: 600;
    color: #000000;
    box-shadow: 0;
}
.button:hover {
    background-color: #a2c487;
    color: #253319;
}
button img {
    vertical-align: bottom;
}
.button-text-link {
    display: inline-block;
    color: #FF333333;
}
.button-text-link:focus,
.button-text-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}