﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-size: 1.5rem;
}

/* Provide sufficient contrast against white background */
a {
    color: white;
    text-decoration: none;
}

#loginPartial {
    position: absolute;
    right: 75px;
    top: 18px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px; /* Margin bottom by footer height */
    font-weight: normal;
    background-color: #F3F8FA;
}

img {
    max-width: 100%;
}

#logo-img {
    height: 36px;
    top: 15px;
    right: 25px;
    position: absolute;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    white-space: nowrap;
    background-color: rgb(31,81,91);
}

.bg-purple {
    background-color: #5C0F8B;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: rgb(31, 81, 91);
    border-color: rgb(31, 81, 91) !important;
}

    .btn-primary.active, .btn-primary:hover {
        background-color: #430072;
    }

    .btn-primary.disabled {
        background-color: #C275F1;
        border-color: #8F42BE;
    }

.btn-outline-primary {
    border-color: rgb(31, 81, 91);
    color: rgb(31, 81, 91);
}

    .btn-outline-primary:hover {
        background-color: rgb(31, 81, 91);
        border-color: rgb(31, 81, 91);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        border-color: rgb(31, 81, 91);
        color: rgb(31, 81, 91) !important;
    }

.btn-secondary {
    color: #222;
    background-color: #eee;
    border-color: #e1e1e1;
}

    .btn-secondary:hover {
        color: #222;
        background-color: #dbdbdb;
        border-color: #d5d5d5;
    }

header {
    background: url(../img/header-stripe.jpg);
    background-repeat: repeat-x;
    border-bottom: 7px solid #8D2E2A;
    height: 85px;
    padding-top: 10px;
}

h1, h2 {
    color: #7A3F3F;
    font-family: "Times New Roman", Times, serif;
}

.blue {
    color: rgb(0, 44, 102);
}

.price-area {
    display: inline-block;
    padding: 15px 25px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
}

.doc {
    float: right;
    max-width: 100px;
}
