/* solo */

@font-face {
    font-family: 'static';
    src: url(static.ttf);
}


*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}


body {
    background: #111216;
}


section {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

#title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#title img {
    cursor: pointer;
    width: 200px;
}
#center {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: sans-serif;
    color: #fff;
}

#center h1 {
    font-size: 72px;
    text-transform: uppercase;
    font-family: 'static';
}

#center h1 span {
    color: rgb(184, 111, 16);
    border-bottom: ;
}

.title h1 span {
    color: rgb(184, 111, 16) !important;
    font-family: 'static';
}

.lista-servisa {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lista-servisa li {
    padding: 0px 20px;
}
#center img {
    width: 300px;
}
.lista-servisa li a {
    color: #fff;
    font-size: 32px;
    padding: 40px 40px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 27px;
    font-family: 'static';
    border: 3px solid transparent;
    transition: 200ms;
    background: #0C0D11;
}
.lista-servisa li a:hover {
    border: 3px solid rgb(184, 111, 16);
    color: #fff !important;
    transition: 400ms;
}
.margina {
    margin-top: 20px;
    font-size: 42px !important;
}
.lista-servisa li a:hover {
    color: rgb(184, 111, 16);
    transition: 200ms;

}

.disallowed {
    cursor: not-allowed;
}
footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    bottom: 0;
    position: absolute;
    background: #060708;
}

footer h4 {
    color: #808080;
    font-weight: 100;
    font-family: 'static';
}


@media only screen and ( max-width: 1200px) {
    .title {
        text-align: center;
    }
    .title img {
        width: 100px;
    }
    #center h1 {
        font-size: 22px;
    }
    
.lista-servisa {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lista-servisa li {
    padding: 20px 0;
}
.lista-servisa li a {
    padding: 10px 20px;
}
footer h4 {
    font-size: 14px;
}
.margina {
    font-size: 22px !important;
}
.naslov {
    font-size: 42px !important;
}
#center img {
    width: 100px;
}
}