@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  margin: auto;
  width: 60vw;
  background-color: black;
  padding: 0;
}

.gallery-container {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            position: relative;
            height: 80%;
            max-width: 800px;
            overflow: hidden;
        }
        .gallery {
            margin-left: auto;
            margin-right: auto;
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .gallery img {
            margin-left: auto;
            margin-right: auto;
            width: auto;
            height: 80vh;
            display: none;
        }
        .gallery img.active {
            display: block;
        }
        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 24px;
        }
        .prev {
            left: 10px;
        }
        .next {
            right: 10px;
        }
        .nav-button:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

a {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
}


.header {
  display: flex;
  padding-top: 50px;
  height: 100px;
  vertical-align: middle;
  background-image: url(image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.logo {
  flex: 1;
  text-align: right;
  padding-right: 50px;
}

.logo img {
  height: 60%;
}

.tekst {
  color: white;
  font-size: 26px;
  padding-left: 50px;
  flex: 1;
}

.meni .linkbutton {
  padding: 15px;
  background-color: #340E3F;
}

.meni .linkbutton:hover {
  padding: 15px;
  background-color: #210F25;
}

.meni .active {
  padding: 15px;
  background-color: #210F25;
}

.sekcija2 {
  display: flex;
  height: 600px;
}

.s2 {
  background-image: url(sec2bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
  color: white;
  display: flex;
  flex-direction: column;
}

.meni {
  flex: 1;
  background-color: #340E3F;
}

.naslov {
  padding: 25px 0px 25px 25px;
}

.naslov .naslovbg {
  font-weight: 500;
  color: white;
  padding: 10px;
  background-color: #19B2D3;
}

.s2con {
  flex: 2;
}

.rcon {
  display: flex;
  flex: 2;
}

.rcon .t {
  font-weight: 200;
  font-size: 14px;
  padding: 25px;
  flex: 1;
}

.rcon .i {
  padding: 25px;
  flex: 1;
}

.i img {
  width: 90%;
  padding: 10px;
}

.kontakt {
  background-image: url(cbg.jpg);
  background-size: cover;
  color: white;
  text-align: center;
  height: fit-content;
}

.kontakt .stitle {
  padding-top: 65px;
  font-size: 18px;
  letter-spacing: 10px;
}

.kontakt .ctitle {
  padding: 15px;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 10px;
}

.kontakt .cdata {
  padding-top: 45px;
  padding-bottom: 25px;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 10px;
}

h1 {
  font-size: 52px;
}

.galerija {
  color: white;
  padding-top: 35px;
  text-align: center;
}

.galerija .ctitle {
  padding: 15px;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 10px;
}


.galerija a {
  padding: 10px;
  background-color: #115959;
  letter-spacing: 10px;
}

.reserved {
  color: white;
  text-align: center;
  padding: 30px;
  background-color: #000000;
}

@media only screen and (max-width: 750px)
{
body {
text-align: center;    
width: 100vw;
background-color: black;
}

.gallery img {
            margin-left: auto;
            margin-right: auto;
            width: 90vw;
            height: auto;
            display: none;
        }

.gallery-container {
                display: flex;
                align-items: center;
                width: 90%;
                height: 500px;
            }
            .nav-button {
                padding: 8px;
                font-size: 20px;
            }


.rcon {
    flex-direction: column;
}

.s2 {
    height: fit-content;
}

.sekcija2 {
    height: 1400px;
display: flex;
flex-direction: column;
}

.kontakt .ctitle {
  padding: 15px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0px;
}

.galerija img {
  padding: 25px;
  width: 90%;
}


.kontakt .cdata {
  padding-top: 45px;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 0px;
}

.naslov {
  padding: 0px;
}

.tekst {
padding-left: 0px;
text-align: left;
}

.logo {
//padding-right: 60px;
text-align: center;
}

}
