
.animacija_teksta{
    /* color: black; */
    /* font-family: "arial"; */
    /* font-size: 3em; */
    margin: 10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    animation: animtext 4s steps(80, end); 
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
@keyframes animtext { 
 from {
    width: 0;
    transition: all 2s ease-in-out;
    } 
}

gmp-map{
    height: 500px;
}

/* navigacijski linkovi - osvijetli aktivan menu */
.nav-link {
    color: #666777 ;
    font-weight: 400;
}

.nav-link .active {
    color: red !important;
}

.nav-link:hover {
    color: #000;
}

.pd_left_5x {
    padding-left: 5px;
}

.podnaslov_main_menu {
    width:48px;
    height:auto;
}

.moj_asp_ratio_80 {
    --bs-aspect-ratio: 80%;
}

/*
.jezik_hr{
    background:url('./icons/croatia-svgrepo-com.svg') no-repeat left center;
    padding-left:20px;
    width: 50px;
 }    
*/

/* 
footer{
    background: hsl(241, 95%, 44%);
    padding: 85px 0;
}

.single-content{
    padding: 115px 0;
    text-align: center;
}

.single-box p{
    color: #fff;
    line-height: 1.9;
}

.single-box h3{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.single-box .card-area {
    color: #0fff;
    font-size: 20px;
    margin-right: 10px;
}

.single-box ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 2.5;
    font-weight: 100;
}

.socials i{
    font-size: 18px;
    margin-right: 15px;
}
    */