body {
    font-family: "Source Sans Pro", san-serif;
    font-weight: 300;
    font-size: 11pt;
    border-color: #f5efe0;
}

p {
    font-family: "Source Sans Pro", san-serif;
    font-weight: 300;
    font-size: 11pt;
}

h1 {
    font-family: "Bitter", serif;
}

h2 {
    font-family: "Bitter", serif;
    font-weight: 400;
}

h3 {
    font-family: "Bitter", serif;
    font-weight: 400;
}

h4 {
    font-family: "Bitter", serif;
    font-weight: 300;
}

h5 {
    font-family: "Bitter", serif;
    font-weight: 300;
}

h6 {
    font-family: "Bitter", serif;
    font-weight: 300;
}

a {
    color: #378BBF;
}

a:hover {
    color: #0F2533;
    text-decoration: none;
}

.text-muted {
    font-weight: 300;
}

.btn-primary {
    border-color: #215373;
    background-color: #215373;
}

.btn-primary:hover {
    border-color: #1A4159;
    background-color: #1A4159;
}

.btn-primary:active {
    background-color: #1A4159;
}

.badge-primary {
    background-color: #215373;
}

.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}