/* Alpen Vermögensverwaltung GmbH - Swiss Wealth Management Theme */
body {
    background-color: #fafaf8;
}
.site-header {
    background-color: #1a2d4a !important;
}
.site-title a {
    color: #c9a227 !important;
}
.site-description {
    color: #a8b4c4 !important;
}
.main-navigation a {
    color: #ffffff !important;
}
.main-navigation a:hover {
    color: #c9a227 !important;
}
a {
    color: #1a2d4a;
}
a:hover {
    color: #c9a227;
}
.entry-title a {
    color: #1a2d4a;
}
.entry-title a:hover {
    color: #c9a227;
}
button, .button, input[type="button"], input[type="submit"] {
    background-color: #1a2d4a !important;
    color: #ffffff !important;
    border: 1px solid #c9a227 !important;
}
button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #c9a227 !important;
    color: #1a2d4a !important;
}
.widget-title {
    color: #1a2d4a;
    border-bottom: 2px solid #c9a227;
}
.site-footer {
    background-color: #1a2d4a;
    color: #a8b4c4;
}
.site-footer a {
    color: #c9a227;
}
h1, h2, h3, h4, h5, h6 {
    color: #1a2d4a;
}
