/*
    TAMNO ZELENA BOJA: darkslategray;
    ZLATNA BOJA: #a57541;
    ZLATNA 2 BOJA: #eabf80;
*/

@import url("https://fonts.cdnfonts.com/css/baqeette");

@font-face {
  font-family: roboto-bold;
  src: url(fonts/Roboto-Black.ttf);
}

@font-face {
  font-family: roboto-regular;
  src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-light;
  src: url(fonts/Roboto-Light.ttf);
}

* {
  box-sizing: border-box;
}

body {
  background-image: url("img/eternal-pozadina.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  font-family: roboto-regular;
}

.meni {
  width: 100%;
  background-color: darkslategray;
  color: #a88450;
  padding: 15px;
  display: flex;
  align-items: center;
}

.meni > .brand {
  display: flex;
  justify-content: left;
  width: 92%;
}

.meni > .brand > h1 {
  font-size: 22px;
  margin-left: 10px;
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.social-icon {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-right: 10px;
}

.social-icon > a > img {
  width: 28px;
  height: auto;
}

.slika {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.slika-mladenaca {
  margin-top: 30px;
  width: 300px;
  height: 300px;
  clear: both;
}

.glavni-deo {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  justify-content: center;
  padding: 0px 2px;
}

.imena {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.imena > p {
  text-align: center;
  color: #a16525;
  font-size: 32px;
  font-family: baqeette;
  border-radius: 20% 0 20% 20%;
  border-bottom: 2px solid #a16525;
  font-weight: bold;
  width: 220px;
}

.pozivni-text {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  letter-spacing: 1px;
}

.datum-i-vreme {
  width: 100%;
  margin-top: 22px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  gap: 20px;
  letter-spacing: 2px;
}

.dan {
  display: flex;
  align-items: center;
}

.dan > span {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 4px;
  width: 110px;
}

.datum {
  display: flex-column;
}

.datum > p {
  margin: 1px 0;
}

.datum-broj {
  color: #a16525;
  font-weight: bold;
  font-size: 34px;
}

.satnica {
  display: flex;
  align-items: center;
}

.satnica > span {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 4px;
  width: 110px;
}

.lokacija {
  text-align: center;
  font-size: 12px;
  margin-top: 22px;
  letter-spacing: 2px;
}

.mapa {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-style: italic;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 13px;
  color: #a16525;
  text-decoration: none;
}

.plan-traka {
  width: 100%;
  margin-top: 50px;
  background-color: darkslategray;
  border-top: 3px solid #a88450;
  border-bottom: 3px solid #a88450;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a88450;
  gap: 7px;
  padding: 10px;
}

.plan-traka > img {
  width: 25px;
  display: flex;
  align-items: center;
}

.plan-traka > p {
  margin-top: 19px;
  font-size: 18px;
}

.plan-vencanja {
  display: flex-column;
  justify-content: center;
  align-items: center;
  padding: 75px 0px 0px;
  gap: 150px;
}

.okupljanje,
.crkva,
.opstina,
.proslava {
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}

.ikonica {
  width: 130px;
  text-align: center;
  justify-content: center;
}

.satnica2 {
  justify-content: center;
  margin-top: 22px;
  font-size: 20px;
}

.radnja {
  justify-content: center;
  margin-top: -4px;
  font-size: 20px;
  text-align: center;
}

.adresa {
  text-align: center;
  color: #6d6d6d;
  font-family: roboto-light;
  font-size: 14px;
  margin-bottom: 15px;
}

.lokacija-link {
  color: #a16525;
  font-family: roboto-light;
  font-size: 14px;
}

.tajmer-traka {
  width: 100%;
  background-color: darkslategray;
  border-top: 3px solid #a88450;
  border-bottom: 3px solid #a88450;
  color: #a88450;
}

#tajmer {
  text-align: center;
  padding: 25px 0px 25px;
  margin: 0;
  font-size: 20px;
  letter-spacing: 2px;
}

.slajder-velicina {
  height: 100%;
  background-size: cover;
  background-position: center;
  border: 2px solid #a88450;
  border-radius: 20px;
}

.preuzimanje-slika {
  background-color: white;
  color: darkslategray;
  border: 1px solid darkslategray;
  font-size: 13px;
  padding: 14px 27px;
  margin: 20px 0px;
  border-radius: 30px;
}

.preuzimanje-slika:hover {
  background-color: #f1f1f1;
  color: darkslategray;
  border: 1px solid darkslategray;
}

.preuzimanje-slika > a {
  color: darkslategray;
  text-decoration: none;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  align-items: center;
  background-color: darkslategray;
  border-top: 3px solid #a88450;
  color: #a88450;
  padding: 17px 0px 0px;
}

.autor-link {
  text-decoration: none;
  color: #a88450;
  font-weight: bold;
  font-style: italic;
}

/* TABLET */
@media only screen and (min-width: 600px) {
}

/* DESKTOP */
@media only screen and (min-width: 900px) {
  .meni > .brand > h1 {
    font-size: 30px;
    margin-left: 50px;
  }

  .social-icon {
    margin-right: 15x;
    gap: 10px;
  }

  .social-icon > a > img {
    width: 30px;
    height: auto;
  }

  .papir {
    width: 50%;
    margin: 60px auto;
    box-shadow: 1px 1px 5px darkslategray;
    border: 1px solid darkslategray;
    border-radius: 20px;
    padding: 0px 0px 50px;
  }

  .slika-mladenaca {
    margin-top: 40px;
    width: 430px;
    height: 410px;
    clear: both;
  }

  .glavni-deo {
    padding: 0px;
  }

  .imena {
    margin-top: 25px;
  }

  .imena > p {
    font-size: 55px;
    font-family: baqeette;
    border-radius: 20% 0 20% 20%;
    width: 385px;
  }

  .pozivni-text {
    font-size: 20px;
    margin-top: 28px;
  }

  .datum-i-vreme {
    margin-top: 35px;
    font-size: 20px;
    gap: 30px;
  }

  .datum-broj {
    color: #a16525;
    font-weight: bold;
    font-size: 48px;
  }

  .dan > span {
    width: 160px;
  }

  .satnica > span {
    width: 160px;
  }

  .lokacija {
    font-size: 20px;
    margin-top: 35px;
  }

  .mapa {
    font-size: 16px;
  }

  .plan-traka {
    gap: 20px;
    padding: 25px;
  }

  .plan-traka > img {
    width: 50px;
  }

  .plan-traka > p {
    margin-top: 19px;
    font-size: 40px;
    letter-spacing: 2px;
  }

  .plan-vencanja {
    padding: 120px 0px;
    gap: 150px;
    display: flex;
  }

  .okupljanje,
  .crkva,
  .opstina,
  .proslava {
    margin-bottom: 0px;
  }

  .ikonica {
    width: 150px;
  }

  .satnica2 {
    margin-top: 28px;
    font-size: 22px;
  }

  .radnja {
    margin-top: -4px;
    font-size: 22px;
  }

  .adresa {
    color: #6d6d6d;
    font-family: roboto-light;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .lokacija-link {
    color: #a16525;
    font-family: roboto-light;
    font-size: 15px;
  }

  .tajmer-traka {
    margin-top: 0px;
  }

  #tajmer {
    font-size: 40px;
    letter-spacing: 5px;
    padding: 40px 0px 35px;
  }

  .preuzimanje-slika {
    font-size: 15px;
    padding: 15px 25px;
    margin: 20px 0px;
  }

  .slajder-velicina {
    background-size: cover;
    background-position: center;
    border: 3px solid #a88450;
    border-radius: 10px;
  }

  footer {
    padding: 20px 0px 0px;
    margin-top: 0px;
  }
}
