body {
    height: 100%;
    background-color: #74cc0060;
    background-image: url("../img/batthern.png");
}

nav {
    position: fixed;
    top: 0;
}

.h1-responsive {
    font-size: 220%
}
#root {
    height: 100%;
}

.full-size {
    /*min-height: 60vh;*/
    /*width: 100%;*/
    background-color: white;
}

.border-card {
    border-bottom: 15px solid #BFDC9A;
    height: auto;
    min-height:180px;
    background-size: cover;
    display: inline-block;
    background-position: center;
    background-repeat:no-repeat;
    cursor:pointer;
}

.border-card p{
    margin-bottom:.5rem;
}

.main {
    height: 50vh;
    position: relative;
    background-image: url("../img/kancelar2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.colorful {
    background-image: url("../img/color.jpg");
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.color-code {
    background-color: #ffffffc9;
    width: 100%;
    height: 100%;
}

.title {
    position: absolute;
    font-style: italic;
    font-size: 18px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5vh;
    min-height: 20vh;
    padding-right: 20px;
    padding-left: 20px;
    width: 45%;
    font-weight: 400;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #BFDC9Ada;
}

.centered-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    padding-top: 30px;
    font-size: 18px;
    background-color: black;
    color: white;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 200px;
    margin-bottom: 2rem;
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

.kontakt {
    padding: 30px !important;
}

.subtitle {
    font-weight: bold;
    font-size: 16px;
    color: black;
    padding: 20px;
    background-color: #BFDC9Ada;
}

.active {
    font-weight: bold;
}

/*.react-card-back{*/
/*    position:absolute !important;*/
/*    top: -50px !important;*/
/*}*/

.fw-500{
    font-weight:500;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #89b50f;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    font-weight: 500;
}

.react-card-flip{
    width:100%;
    padding-bottom:1rem;
}

@media (min-width: 992px) {
.border-card{
min-height:250px;
}
}

@media (max-width: 992px) {
    .title {
        width: 70%;
        font-size: .8rem;
    }
}