.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #343a40;
}

.container-fluid-top {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.container-fluid-top a {
    color: #ffffff;
    font-size: 20px;
}


/* .badge-yellow {
    background-color: #ffff00;
}

.badge-yellow a {
    color: rgb(85, 85, 85);
    text-decoration: none;
}

.badge-yellow hover {
    color: #ffffff;
    text-decoration: none;
}

.badge-orange {
    color: rgb(255, 255, 255);
    background-color: #ff5900;
}

.badge-purple {
    color: rgb(255, 255, 255);
    background-color: #662d91;
} */

.container {
    color: #343a40;
}

.container a {
    color: #343a40;
}

.dropdown-item {
    background-color: #757575;
}

html {
    box-sizing: border-box;
    background: #ffffff;
    font-family: 'helvetica neue';
    font-size: 20px;
    font-weight: 200;
    color: #343a40;
}

body {
    margin: 0;
}

.nav-link {
    font-size: 18px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.panels {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #28a745;
}

.panel {
    background: rgb(255, 255, 255);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.1);
    color: #48ff00;
    text-align: center;
    align-items: center;
    /* Safari transitionend event.propertyName === flex */
    /* Chrome + FF transitionend event.propertyName === flex-grow */
    transition: font-size 1s cubic-bezier(0.61, -0.19, 0.7, -0.11), flex 1s cubic-bezier(0.61, -0.19, 0.7, -0.11), background 0.2s;
    font-size: 20px;
    background-size: cover;
    background-position: center;
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.panel1 {
    background-image: url(../images/zgrada1.jpg);
}

.panel2 {
    background-image: url(../images/stanovi.jpg);
}

.panel3 {
    background-image: url(../images/google3.jpg);
}


/* Flex Items */

.panel>* {
    margin: 0;
    width: 100%;
    transition: transform 0.5s;
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel>*:first-child {
    transform: translateY(-100%);
}

.panel.open-active>*:first-child {
    transform: translateY(0);
}

.panel>*:last-child {
    transform: translateY(100%);
}

.panel.open-active>*:last-child {
    transform: translateY(0);
}

.panel p {
    text-transform: uppercase;
    font-family: 'Verdana', cursive;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45);
    font-size: 2em;
}

.panel p:nth-child(2) {
    font-size: 4em;
}

.panel.open {
    flex: 5;
    font-size: 40px;
}

.display-4 {
    font-size: 2.0rem;
    font-weight: 200;
    line-height: 1.0;
}

.container-fluid-bottom {
    background-color: #343a40;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}

.container-fluid-bottom p {
    color: rgb(213, 213, 213);
}

.container-fluid-bottom a {
    color: #770000;
}