﻿/* Html */
/* Forms */
.btn-primary {
    background-color: #1A69B4 !important;
    border-color: #1A69B4 !important;
    color: #fff !important;
}

.text-primary {
    color: #1A69B4;
}

.tagline .word5, .tagline .word7 {
    color: #1A69B4;
}

/* Navigation */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #1A69B4 !important;
}

.btn-primary:hover {
    background-color: #1A69B4 !important;
}

/* Helpers */
.primary-font {
    font-family: "jaf-bernina-sans-condensed", Verdana !important;
    font-weight: 300;
}

.secondary-font {
    font-family: "nimbus-sans",sans-serif !important;
}

.more a, .body a {
    color: #1A69B4;
}

a.more {
    color: #1A69B4;
}