h2 {
    color: #424242 !important;
}

h2.white {
    color: #ececec !important;
}
.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #3f8dbf !important;
    color: #e8e8e8 !important;
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #3f8dbf !important;
    background: #e8e8e8 !important;
}

.button2 {
    color: #3f8dbf !important;
}

.button3,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #e8e8e8 !important;
    color: #ffffff !important;
}

.button3:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #3f8dbf !important;
    color: #e8e8e8 !important;
}


.action p {
    color: #3f8dbf !important;
}
nav a:hover {
    color: #3f8dbf !important;
}

a.white {
    color:#ececec
}