@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {

    padding: 0 15%;
}
body, html {

    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #555;
    text-align: center;

}
h2 {
    width: 100%;
    text-align: center;
    color: #D0AE5E;
    font-weight: 700;
}
p{
    margin-top: 0;
    margin-bottom: 0;
}
h1, h3 {
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.header-item, .item-detail {
    flex: 1;
    border: 1px solid #555;
    padding-top: 1.5% !important;
    padding: 0.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}
.header-item {
    background: #DCC489;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2em;
}
h1 {
    background: #DCC489;
    color: #ffffff;
    padding: 0.5em;
	font-size:1.5em;
}
.nav {
    text-align: left;
}
 *:not(.item-detail) input, select {
    font-size: 1.2em;
     padding: 0.3em;
     line-height: 1.3em;
     text-align: center;
	 margin-bottom:1%;
     box-sizing: border-box;
     width: 200px !important;

}
.form-items-container {
    text-align: left;
    display: inline-block;
}
 label {
     display: inline-block;
     min-width: 200px;
     font-weight: 700;
     font-size: 1.4em;
     line-height: 1.6em;
 }
.nav a{
    text-align: center;
    text-decoration: none;
    background: #DCC489;
    color: #ffffff;
    font-weight: 500;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    min-width: 150px;
    box-sizing: border-box;
    /*margin: 1em;*/
    padding: 1em;
    transition: all 0.5s ease;
}
.nav a:hover, .nav a.active {
    background: #D0AE5E;
}

/*bilo je prije i button u selektoru*/
input[type=submit], .item-detail a {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(#DCC489, #D0AE5E);
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 0.3em;
    padding: 0.5em;
    transition: all 0.3s linear;
	font-family:lora;
}

.btnEditDelete {
    background: white !important;
}

.disabled {
    background: #f06e57 !important;
}
.nav {
    text-align: right;
    border-bottom: 3px solid #DCC489;
    margin-bottom: 1em;
    background: url('../img/orka-logo.jpg');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
input[type=submit] {
    padding: 0em 2em;
    /*text-transform: uppercase;*/
    margin-top: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
}

.item-detail input, .item-detail textarea {
    display: inline-block;
    width: 95%;
    font-size: 1.1em;
    line-height: 1.3em;
}
input[type=submit]:hover, .item-detail a:hover {
    cursor: pointer;
    background: #D0AE5E !important;
}
.header, .item {
    display: flex;
}

.addCategory {
    background-color: white;
    border: 0px;
    color: #555;
    font-size: 1.4em;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    cursor: pointer;
}

.fa {
    color: #D0AE5E;
}


@media (max-width: 768px){
    body, html {
        font-size: 15px;
    }
    .nav a {
        display: block;
    }
    .nav {
        background: none;
    }

}