* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}

ul,
ol {
    list-style-type: none;
}

#bar {
    width: 100%;
    height: 4rem;
    background-color: #333333;
    border-bottom: 5px #08c solid;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#logo {
    margin: auto;
    height: 95%;
    width: 10rem;
    background-image: url(../slike/arch-logo-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    transition: background-size 0.3s ease;
    flex-grow: 1;
}

#meniGumb {
    width: 3rem;
    height: 75%;
    margin-right: 20px;
    background-image: url(../slike/arch-logo-mini.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.3s ease, background-size 0.3s ease;
}

#meniBurger {
    width: 5rem;
    height: 10rem;
    margin-top: 7rem;
    margin-right: 1rem;
    padding: 0.3rem;
    border: 2px solid #08c;
    border-radius: 10px;
    background-color: #333333;
    text-align: center;
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: 100;
    transition: opacity 0.3s ease, height 0.3s ease;
}

#meniBurger.show {
    display: block;
    opacity: 1;
    height: auto;
}

.meni {
    text-decoration: none;
    height: 100%;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.meni:hover {
    text-decoration: underline;
    color: white;
}

#tenutno {
    color: white;
}

#vsebina {
    display: flex;
    justify-content: space-between;
}

#leva {
    height: 100%;
    width: 85rem;
}

#desna {
    height: 100%;
    width: 29rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
}

#opis {
    margin: 1%;
    padding: 1rem;
    border: 1px solid #bcd;
    background-color: #ecf2f5;
    border-radius: 10px;
}

#opis>h1 {
    font-size: 1.35rem;
    border-bottom: 1px dotted black;
    margin: 15px 5px;
}

#opis>p {
    margin: 15px 5px;
}

.nauci>a {
    text-decoration: none;
    color: #08c;
    cursor: pointer;
}

.nauci>a:hover {
    text-decoration: underline;
}

#nauci-desno {
    text-align: right;
}

#pkgsrc {
    width: 80%;
    padding: 1rem;
    border: 1px solid #08c;
    border-radius: 10px;
    margin: 3%;
    background-color: #3ad;
    font-weight: bold;
    color: white;
    font-size: 0.812rem;
    text-align: center;
    align-content: center;
}

#pkgsrc>form>input {
    border-radius: 10px;
    padding: 0.1rem;
    width: 60%;
    color: black;
    border: 1px solid #08c;
}

@media only screen and (max-width:1382px) {
    #pkgsrc>form>input {
        width: 95%;
    }
}

@media only screen and (max-width:532px) {
    #pkgsrc {
        font-size: 0.6rem;
        padding: 0.3rem 1rem;
    }
}

#updates {
    width: 80%;
    height: fit-content;
    margin: 3%;
    border: 1px solid #bcd;
    background-color: #ecf2f5;
    border-radius: 10px;
    padding: 1rem;
}

#updates>h1 {
    font-size: 1rem;
    padding-bottom: 2%;
}

#updates>table{
    width: 100%;
    height: fit-content;
    border-spacing: 0 0.4rem;
}

#updates>table>tr>td {
    font-size: 90%;
    font-style: italic;
}

#updates>table tr td a {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
    display: block;
    text-decoration: none;
    color: #08c;
}
.cmp{
    float: right;
}

@media only screen and (max-width:565px) {
    #updates {
        padding: 0.9rem;
    }

    #pkgsrc {
        padding: 0.9rem;
    }

    #linki {
        padding: 0.9rem;
    }
}

#novice {
    margin: 1%;
    padding: 1rem;
    border: 1px solid #bcd;
    background-color: #ecf2f5;
    border-radius: 10px;
}

#kvaratek {
    width: 5rem;
    font-size: 0.8rem;
    padding: 0.5%;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-bottom: 1rem;
    background-color: #3ad;
}

#novice>h3 {
    color: #08c;
    font-size: 1rem;
    border-bottom: 1px dotted gray;
    margin-bottom: 1%;
    margin-top: 2%;
}

#novice>code {
    border: 1px solid #bdb;
    border-radius: 5px;
    background-color: #dfd;
    font-size: 0.9rem;
}

@media only screen and (max-width:435px) {
    #novice>code {
        font-size: 0.6rem;
    }
}

#novice>p {
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

#disk {
    background-color: rgb(253, 253, 193);
}

#linki {
    width: 80%;
    height: fit-content;
    margin: 3%;
    border: 1px solid #bcd;
    background-color: #ecf2f5;
    border-radius: 10px;
    padding: 1rem;
}

#linki>ul {
    margin: 3% 0;
}

#linki>ul>li {
    margin: 0.2% 4%;
}

#linki>ul>li>a {
    color: #08c;
    text-decoration: none;
    font-size: 0.8rem;
}

#Noga{
    width: 100%;
    padding-top: 2rem;
    font-size: 0.7rem;
    text-align: center;
    padding-bottom: 0.4rem;
}