@import "globalni.css";

#footer_veliki {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
display: flex; 
padding-bottom:10px;
padding-top:10px;
background: #20212C;
flex-direction: var(--footer1);
z-index: 200;
}


#footer_1 {
flex-shrink: 0;
margin: auto;
margin-left:var(--footer2);

}

#footer_1a {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: var(--footer4);
line-height: 1px;
color: #FFF6EE;
white-space:nowrap;
}



#footer_prazno {
width:100%;
}

#footer_2 {
margin: auto;
margin-right:var(--footer2);
text-align: var(--footer3);
flex-shrink: 0;
}
#footer_2a {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #51B7E4;
font-family: 'Open Sans';
}
#footer_2b {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #51B7E4;
font-family: 'Open Sans';
}




#footer_link1:hover {
color: var(--brand2-shade-80);
}
#footer_link1 {
transition: all 300ms ease-in-out;
font-size: 20px;
font-family: 'Open Sans';
color: var(--brand2-100);
display: inline-block;
padding-left:10px;
}