body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

a {
    color: #007bff !important;
    text-decoration:none !important;
}
.btn {
    outline: none !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-outline-primary {
    color: #007bff !important;
    border-color: #007bff !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6 !important;
    color: #000000;
}

.navbar-brand, .navbar-brand:hover {
    color: #000 !important;
    font-weight: 400;
}

.menu-item {
    padding: .375rem .75rem !important;
    margin-top: 10px;
    margin-right: 15px;
}

.dropdown-item {
    width: 100%;
    padding: .25rem 1.5rem !important;
    color: #212529 !important;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}

.welcome-block {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}
.welcome-block-title {
    font-weight: 400;
    line-height: 1.2;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
}

.panel-title {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 20px;
}

footer {
    margin-top: 10rem;
    margin-bottom: 2rem;
    border-top: 1px solid #dee2e6 !important;
    padding-top: 1rem;
}