﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn {
    border: 0;
    border-radius: 0;
    font-weight: 700;
    box-shadow: none;
}

.btn-primary, .btn-primary:disabled {
    color: #636669 !important;
    background-color: #f0c63b !important;
    font-size: 16px;
    font-weight: bold;
}

    .btn-primary:not(:disabled):hover, .btn-primary:not(:disabled):focus, .btn-primary:not(:disabled):active {
        color: #fff !important;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

header .container {
    height: 120px;
}

.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);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #e7e8ea;
    color: #636669;
    font-size: 16px;
    font-family: verdana, arial, sans-serif;
    line-height: 1.5em;
    margin-bottom: 540px;
}

.footer {
    background-color: #4b4d4f;
    color: #fff !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
}

.bg-dark {
    background-color: #000 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 992px;
    }
}

.ml-n {
    margin-left: -1.25rem;
}

p {
    text-align: justify;
}

.title {
    font-size: 22px;
    font-weight: bold;
}

footer p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    white-space: normal;
}

footer .copyrights {
    font-size: 14px;
}

footer a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding-right: 5px;
}

    footer a:hover {
        text-decoration: none;
        color: #f0c63b;
    }

footer ul {
    list-style: none;
    padding: 0;
    display: block;
}

    footer ul li {
        float: left;
        height: 25px;
    }

        footer ul li + li:before {
            content: "|";
            color: #fff;
            margin-left: 2px;
        }

@media (min-width: 576px) {
    body {
        margin-bottom: 440px;
    }
}

@media (min-width: 768px) {
    body {
        margin-bottom: 350px;
    }
}

@media (min-width: 992px) {
    body {
        margin-bottom: 330px;
    }
}

@media (min-width: 1200px) {
    body {
        margin-bottom: 330px;
    }
}