/* Custom CSS */

.messages a {
    color: #1800ff;
}

ul.sf-menu.sf-style-blue li:hover, ul.sf-menu.sf-style-blue li.sfHover, ul.sf-menu.sf-style-blue a:focus, ul.sf-menu.sf-style-blue a:hover, ul.sf-menu.sf-style-blue span.nolink:hover {
    color: #b8e5f9;
}

#footer {
    background-color: #001451;
    padding: 0 1rem;
}

textarea, input {
    color: #000000 !important;
}

.form-item label.option {
    color: black;
}

/*
textarea,
textarea:focus,
textarea:hover, 
textarea[disabled]:hover, textarea[disabled]:focus,
textarea[readonly],
textarea[disabled],
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea.placeholder_text,
.form-item textarea.error,
textarea.cke_source
 {
    color: red;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    color: #000000;
}
*/
div#block-gofundme {
    background-color: darkblue;
    padding: 1rem;
}