body {
    font-family: "Roboto Flex", sans-serif;
    background-color: #e9ecef;
}

/* Navbar */

nav {
    background-color: #f8f9fa;
}

.nav-link {
    color: black;
    font-size: large;
    font-weight: 500;
}

#pocetnatekst {
    margin: 1em 0;
    font-size: xx-large;
    text-align: center;
}

.tekst {
    font-size: 25px;
    margin: 1em 0;
}

/*  */

.homeimg {
    height: 100vh;
    background-image: url("../Slike/naslovna.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
}

.mainstavke {
    margin-top: 40vh;
    height: 20%;
}

.maintxt {
    text-align: center;
    color: white;
}


.learnmore {
    text-align: center;
    margin-top: 5%;
}

#saznajvise {
    text-decoration: none;
    color: white;
    font-size: larger;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
    transition: 200ms;
}

#saznajvise:hover {
    color: black;
    background-color: #e9ecef;
    transition: 200ms;
}


.maincontact {
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
}

.contact {
    background-color: white;
    width: 90%;
    height: 80%;
    display: flex;
    align-items: center;
    padding: 0 10%;
    border-radius: 1em;
}

#contactimg {
    height: 130%;
    box-shadow: 0 0 20px black;
    border-radius: 10px;
}

.contacttxt {
    padding-left: 10%;
    font-size: x-large;
}

.contacttxt a {
    color: black;
    transition: 150ms;
}

.contacttxt a:hover {
    color: #6c757d;
    transition: 150ms
}

.maincontent {
    display: flex;
    padding: 0 10%;
}


.mainarticle {
    width: 80%;
    padding: 5em;
}

.maintitle {
    border-bottom: 2px solid black;
    font-size: xx-large;
}

.maintext {
    padding: 2em;
}

.headline {
    margin-top: 2em;
    padding: 2em;
}

.headline h4 {
    text-decoration: underline;
}

.projekti {
    margin: 2em 0;
}

.projektimgs {
    display: flex;
    flex-wrap: wrap;
}

.projektimg {
    margin: 5px 1%;
}

.projektimg1 {
    width: 48%;

}

.projektimg2 {
    width: 48%;
    height: auto;
}

.onamaimg {
    width: 75%;
    margin: 0 auto;
}

.form {
    padding: 0 2em;
}

.forminput {
    display: block;
    margin: 1em 0;
    width: 95%;
    height: 3.5em;
    font-size: large;
    padding: 0 1em;
}

.forminput::placeholder {
    font-size: large;
    color: rgb(107, 107, 107);
}

.submitbutton {
    margin-top: 1em;
    width: 11em;
    height: 3em;
    border-radius: 10px;
    scale: 95%;
    transition: 100ms;
    background-color: #212529;
    color: #f8f9fa;
}

.submitbutton:hover {
    scale: 100%;
    transition: 100ms;
}

.poruka {
    height: 13em;
    padding: 0 0 9em 1em;
}

.vazno {
    padding: 1em 0;
}

.razmak {
    margin: 1em 0;
}

.uvod {
    background-color: white;
    border-radius: 1em;
    margin: 2em 10%;
    font-size: 22px;
    padding: 1em 2.5em;
    text-align: left;
}


.projekttext {
    font-size: 23px;
}

/* Sidebar */

.sidebar {
    width: 20%;
    padding: 2em;
    padding-top: 5em;
    font-weight: 700;
}

.sidebartitle {
    border-bottom: 3px solid #6c757d;
    padding-bottom: 20px;
}

.sidebarinfo {
    margin-top: 20px;
}

.spacebetween {
    margin: 10px 0;
}

.video {
    width: 100%;
    height: 100%;
    margin-top: 5em;
}

/* Footer */

.footer {
    background-color: #212529;
    padding: 3em 2em;
    color: white;
}

.footertext {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    width: 90%;
    margin-left: 11%;
    font-size: 23px;
}

.footericons {
    color: white;
    font-size: 150%;
    word-spacing: 20px;
}

.footerlink {
    color: white;
    text-decoration: none;
}

.footerheadline {
    font-size: 30px;
}

@media(max-width:1440px) {
    .sidebar {
        padding: 5em 1em;
    }
}

@media(max-width:1024px) {
    .maincontact {
        padding: 0;
        scale: 90%;
    }

    .sidebar {
        padding-top: 5em;
    }

    .maincontent {
        padding: 0 3%;
    }

    .mainarticle {
        padding: 5em 2em;
    }
}

@media(min-width:992px) {
    #navbarNav {
        padding: 0 5%;
        display: flex;
        justify-content: space-between;
    }

    #ikona {
        display: none;
    }
}

@media(max-width:768px) {
    .maincontact {
        scale: 80%;
    }

    .contact {
        width: 100%;
    }

    aside {
        display: none;
    }

    .maincontent {
        justify-content: center;
    }

    .mainarticle {
        width: 100%;
    }

    .footertext {
        grid-template-columns: repeat(2, 50%);
    }

    .uvod {
        padding: 1em
    }
}

@media(max-width:425px) {
    #contactimg {
        display: none;
    }

    .contacttxt {
        padding: 0;
        text-align: center;
    }


    .contact {
        padding: 1em;
    }

    .maincontent {
        padding: 0;
    }

    .mainarticle {
        padding: 5em 1em;
    }

    .projektimgs {
        display: block;
        text-align: center;
    }

    .projektimg1 {
        width: 99%;
    }

    .projektimg2 {
        width: 99%;
        height: auto;
    }

    .onamaimg {
        width: 99%;
        margin: 0 auto;
    }

    .form {
        padding: 0;
    }

    .tekst {
        font-size: 20px;
    }

    .footertext {
        grid-template-columns: repeat(1, 100%);
        row-gap: 20px;
    }

}

@media(max-width:375px) {
    #kontaktmain {
        padding: 0;
    }

    #pocetnatekst {
        margin: 0 .7em;
    }

    .maintext {
        padding: 2em 0;
    }
}