@font-face {
    font-family: 'onStage';
    src: url('font/OnStageSerial-XboldItalic.ttf');
}

.globalheader{
    background-color: #caf0f8;
    font-family: 'onStage';
}

h1{
    font-family: 'onStage';
    font-size: 3rem;
    margin: 20px;
    display: inline-block;
}

.globalheader p {
    display: inline-block;
    margin:10px;
}

.zastava {
    height: 40px;
    width: auto;
    margin: 10px;
    display: inline-block;
}

.navbar {
    background-color: #1872e0;
    color: whitesmoke;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.navbar span{
    padding: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: larger;
    border: 1px solid transparent;
    transition: border 200ms ease;
}
.navbar span:hover{
    background-color: #0a56c7;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    cursor: pointer;
}


.odsek{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.sodoBesedilo{
    padding: 5%;
    width: 50%;
}

.galerija {
    overflow: hidden;
    width: 50%;
}


.slika {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 600px;
}

.slika:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#cncSlika {
    width: 85%;
}
.desnolevo {
    width: 40px;
    height: auto;
    cursor: pointer;
    margin-left: 5%;
    margin-right: 5%;
}

.desnolevo:hover {
    opacity: 0.8;
}

footer{
    background-color: #caf0f8;
}

#foot {
    display: flex;
    align-items: center;
}

.mobileFoot {
    display: inline-block;
}

