* {
    padding: 0%;
    margin: 0%;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    width: 100%;
    height: 25vh;
    border: 5px;
    border-color: #ffbd59;
}

nav {
    margin-top: 0.2%;
    height: 1%;
    width: 100%;
}

section {
    width: 100%;
    height: 500px;
    margin-top: 1%;
    margin-bottom: 1%;
}

article {
    width: 20%;
    height: 100px;
    margin: 2%;
    padding: 5%;
    padding-bottom: 11%;
}

footer {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom right, #ffbd59, #f1733d);
    clear: both;
}



a {
    font-size: larger;
    padding: 0.2%;
    text-decoration: none;
    color: #f1733d;
    margin-right: 1%;
    float: left;
    width: 100%;
}

a:hover {
    background-color: orange;
    font-size: larger;
    padding: 0.2%;
    color: white;
    text-decoration: none;
    margin-right: 1%;
}

p {
    padding-top: 2%;
}

h1 {
    color: #f1733d;
}

.lijevo {
    float: left;
}

.desno {
    float: right;
}

.clear {
    clear: both;
}

.border_desno {
    border-color: #f1733d;
    border-style: solid;
    border-left: 1px;
    border-top: 1px;
    border-bottom: 1px;
}

.border_dolje {
    border-color: #f1733d;
    border-style: double;
    border-left: 1px;
    border-top: 1px;
    border-right: 1px;
}

.article2 {
    width: 50%;
}

.center {
    text-align: center;
}

.bit {
    font-size: 20px;
}

.large {
    font-size: 30px;
}

.desno_tekst {
    text-align: right;
    float: right;
}

.pad {
    padding: 0.85%;
}

.boja {
    color: white;
}

/*Ne znam vise*/

ul {
	width: fit-content;
	margin: auto;
	list-style: none;
}

ul li {
	float: left;
	margin-right: 40px;
    font-size: 21px;
}

li {
    border-bottom: none;
}

@media only screen and (max-width: 700px){
    a {
        font-size: larger;
        padding: 1%;
        text-decoration: none;
        color: white;
        background-color: orange;
        text-align: center;
        border-bottom: 2px rgb(255, 85, 0) solid;
    }
    
    a:hover {
        background-color: white;
        font-size: larger;
        padding: 1%;
        color: #f1733d;
        text-decoration: none;
    }
    .desno_tekst {
        text-align: none;
        
    }
    ul {
        width: none;
        margin: none;
        list-style: none;
        width: 100%;
    }
    
    ul li {
        float: none;
        margin-right: none;
        font-size: none;
        width: 100%;
    }
    header {
        height: 10vh;
    }

    section {
        height: fit-content;
    }
}



