#map {
    height: 600px;
}

.positionTop{
    position: fixed;
    top:0;
    width: 100%;
    margin-bottom: 10px;
    z-index: 1000;
}

nav {
    background: linear-gradient(0.25turn,rgba(66,125,190),#b9d0ed);

    .navbar-brand {
        color: white;
    }

    .nav-link {
        color: white;
    }

    .navbar-brand:hover {
        color: white;
        cursor: default;
    }

    .container {
        display: block !important;
    }
}

.b-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

footer{
    p{
        margin-bottom: 4px;
    }
}