/**/

.about-us {
    font-size: medium;
}

.navbar-bg-color, .form-btn-bg-color {
    background-color: #75143B;
}

.footer-copyright, .form-btn-bg-color:hover {
    background-color: #42031C !important;
}

/* Inactive/Active Default input label color */
.input-field input[type]:focus:not([readonly])+label,
.input-field textarea:focus:not([readonly])+label {
    color: #75143B;
}

.input-field input[type]:focus:not([readonly]),
.input-field textarea:focus:not([readonly]) {
    border-bottom: 1px solid #75143B;
    box-shadow: 0 1px 0 0 #75143B;
}

/* Inactive/Active Default input label color */
.input-field input[type]:focus:not([readonly])+label,
.input-field textarea:focus:not([readonly])+label {
    color: #75143B;
}

/* Active/Inactive Valid input field color */
.input-field input[type].valid,
.input-field input[type].valid:focus,
.input-field textarea.valid,
.input-field textarea.valid:focus {
    border-bottom: 1px solid #75133B;
    box-shadow: 0 1px 0 0 #75133B;
}

/* Active/Inactive Valid input label color */
.input-field input[type].valid:focus+label,
.input-field input[type].valid~.helper-text::after,
.input-field input[type].valid:focus~.helper-text::after,
.input-field textarea.valid:focus+label,
.input-field textarea.valid~.helper-text::after,
.input-field textarea.valid:focus~.helper-text::after {
    color: #75133B;
}

.page-footer .fa-4x {
    margin: 5px 10px;
}