html,
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

nav a {
    font-family: "Bebas Neue";
    font-size: 30px;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    color: #333;
}

nav {
    text-align: right;
    padding-top: 50px;
}

.active{
    color: gold;
}

header .wrap{
    margin-top: 0px;
    margin-bottom: 0px;
}

.wrap{
    display: flex;
    width: 1170px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.wrap-full{
    display: flex;
    width: 100%;   
}

.box-4{
    width:33.32%;
}
.box-6{
    width:49.98%;
}
.box-8{
    width:66.64%;
}
.box-12{
    width:100%;
}

#naslovnaslika{
    background:url("slike/rab1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

#naslovnaslika .box-12{
    text-align: center;
    font-size: 40px;
    color: white;
    font-family: "Bebas Neue";
}

#naslovnaslika h1,
#naslovnaslika p{
    margin: 0;
}

.text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Quicksand";
    font-size: 25px;
    text-align: center;
    color: silver;
}

.text h2{
    margin-top: 0;
    margin-bottom: 20px;
}

.tablica{
    font-family: "Quicksand";
    font-size: 25px;
    text-align: center;
    color: silver;
}

.tablica, .tablica th, .tablica td{
    border-bottom: 1px solid gold;
    border-collapse: collapse;
    padding: 10px;
}

footer{
    font-family: "Quicksand";
    font-size: 15px;
    color: #fff;
}

footer a{
    text-decoration: none;
    color: #fff;
}

footer .drugibox{
    padding-left: 220px;
}

footer .trecibox{
    padding-left: 100px;
}

.forma{
    font-family: "Quicksand";
    font-size: 25px;
    color: #fff;
}

.forma .polje{
    border: 1px solid gold;
    padding: 10px;
    border-radius: 5px;
    resize: none;
    width: 100%;
    box-sizing: border-box;
}

.forma button{
    border: 1px solid goldenrod;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    background-color: goldenrod;
    font-family: "Quicksand";
    font-weight: bold;
}

.checkbox{
    height: 15px;
    width: 15px;
}

.forma .uvjeti{
    font-size: 20px;
}

.pr-25{
    padding-right: 25px;
}

.galerija{
    margin-top: 25px;
    margin-bottom: 25px;
}

.pozadina{
    background:url("slike/pozadina.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.w-100{
    width: 100%;
}

.link1, .link2, .link3, .link4, .link5, .link6{
    transition: 0.5s;
}

/* Stliziranje linkova za navigaciju */

.link1:link {
    text-decoration: none;
    color: black;
    font-family: "Bebas Neue";
    font-size: 30px;
}

.link1:visited {
    text-decoration: none;
    color: purple;
    font-family: "Bebas Neue";
    font-size: 30px;
}

.link1:hover {
    text-decoration: none;
    color: gold;
    font-family: "Bebas Neue";
    font-size: 30px;
}

.link1:active {
    text-decoration: none;
    color: grey;
    font-family: "Bebas Neue";
    font-size: 30px;
}


/* Stliziranje linkova za gumb DETALJNIJE"*/

.link2:link {
    text-decoration: none;
    color: gold;
    font-family: "Bebas Neue";
    font-size: 35px;
}

.link2:visited {
    text-decoration: none;
    color: purple;
    font-family: "Bebas Neue";
    font-size: 35px;
}

.link2:hover {
    text-decoration: none;
    color: lightskyblue;
    font-family: "Bebas Neue";
    font-size: 35px;
}

.link2:active {
    text-decoration: none;
    color: orange;
    font-family: "Bebas Neue";
    font-size: 35px;
}

/* Ostali linkovi (text..)*/

.link3:link {
    text-decoration: none;
    color: gold;
    font-family: "Quicksand";
    font-size: 25px;
}

.link3:visited {
    text-decoration: none;
    color: purple;
    font-family: "Quicksand";
    font-size: 25px;
}

.link3:hover {
    text-decoration: none;
    color: lightskyblue;
    font-family: "Quicksand";
    font-size: 25px;
}

.link3:active {
    text-decoration: none;
    color: orange;
    font-family: "Quicksand";
    font-size: 25px;
}

/* Stliziranje linkova za gumb h2 naslove"*/

.link4:link {
    text-decoration: none;
    color: gold;
    font-family: "Quicksand";
    font-size: 25px;
    font-weight: bold;
}

.link4:visited {
    text-decoration: none;
    color: purple;
    font-family: "Quicksand";
    font-size: 25px;
    font-weight: bold;
}

.link4:hover {
    text-decoration: none;
    color: lightskyblue;
    font-family: "Quicksand";
    font-size: 25px;
    font-weight: bold;
}

.link4:active {
    text-decoration: none;
    color: orange;
    font-family: "Quicksand";
    font-size: 25px;
    font-weight: bold;
}

/* Stliziranje linkova za tablicu */

.link5:link {
    text-decoration: none;
    color: white;
    font-family: "Quicksand";
    font-size: 25px;
}

.link5:visited {
    text-decoration: none;
    color: purple;
    font-family: "Quicksand";
    font-size: 25px;
}

.link5:hover {
    text-decoration: none;
    color: gold;
    font-family: "Quicksand";
    font-size: 25px;
}

.link5:active {
    text-decoration: none;
    color: grey;
    font-family: "Quicksand";
    font-size: 25px;
}

/* Stliziranje linkova za footer */

.link6:link {
    text-decoration: none;
    color: white;
    font-family: "Quicksand";
    font-size: 15px;
}

.link6:visited {
    text-decoration: none;
    color: purple;
    font-family: "Quicksand";
    font-size: 15px;
}

.link6:hover {
    text-decoration: none;
    color: gold;
    font-family: "Quicksand";
    font-size: 15px;
}

.link6:active {
    text-decoration: none;
    color: silver;
    font-family: "Quicksand";
    font-size: 15px;
}