html, body {
    margin: 0;
    padding: 0;
    overflow: auto;
	background-color:#f5f5f5;
  }
  
.hero {
    background: url("slike/PARK.jpg");
    background-size: cover;
    height: 100%;
    border-radius: 0;
    
  }

.navFix {
    position:fixed;
    top:0;
    background:transparent;
    width:100%;
    height:50px;

  }

  .black {
    position:fixed;
    top:0;
    background:rgb(0, 0, 0);
    width:100%;
    height:50px;
   opacity: 0.5;
  }


.logo {
    font-size: 25px;
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 600;
    color:white;
    text-transform: uppercase;
    padding-left: 10px;
  }

.logo:hover {
    text-decoration: none;
    color: white;
  }
  a {
	  font-size: 18px;
	  color: rgb(119, 119, 119);
  }
  a:hover {
	  color: inherit;
	  text-decoration: none;
  }

.a-link {
    color: #9c0f22;
    font-size: 18px;
    line-height: 2.278;
  }
.a-link:hover{
	color: #ffffff !important;
}

.nav-link:hover{
    color: white;
  }

.navbar-toggler-icon {
  cursor: pointer;
}

.header-h3 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    border-radius: 12px;
    font-weight: bold;
    opacity: 0.7;
    background-color: black;
   
  }

  
.button {
    color: white;
    border: 2px solid white;
    border-radius: 0;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 23px;
    text-decoration: none !important;
  }
  
.button:hover {
    color: black;
    background-color: white;
    text-decoration: none !important;
  }

.btn {
    text-decoration: none !important;
}
.rad{
    font-size: 40px;
    color: #9c0f22;
    line-height: 1.25;
    text-align: center;
	font-weight:bold;
}
.justify{
	text-align:justify;
}

.desno{
	text-align:right;
}
.radovi {
    font-size: 23px;
    color: #9c0f22;
    line-height: 1.333;
    text-align: left;
	padding-bottom:5px;
}
.predgovor {
    font-size: 18px;
    color: rgb(119, 119, 119);
    line-height: 1.333;
}

.prvi-deo {
    margin-top: 1vw;
    margin-bottom: 8vw;
    margin-left: 3vw;
    margin-right: 3vw;
    
}
.baza {
    margin-top: 1vw;
    margin-bottom: 2vw;
    margin-left: 3vw;
    margin-right: 3vw;

    
}

.drugi-deo {
    margin-bottom: 1vw;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.footer {
      background-color: black;
      width: 100%;
  }

.footer-h1 {
    font-size: 60px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    padding-top: 5vw;
    
  }

.footer-sub {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    font-weight: 300;
  }

.link-text {
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-size: 18px;
  line-height: 3;
  display: block;
  margin-bottom: 1vw;
  font-weight: 300;
  white-space: normal;

}

.link-text:hover{
  text-decoration: none;
  color: white;
}

  .footer-form {
      padding-top: 5vw;
  }

.footer-text {
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 1vw;
    padding-bottom: 2vw;
    margin-bottom: 0;
    font-weight: 300;
 }

hr {
      width: 100%;
      background-color: 87a0d2;
      height: 0.2px;

  }

  .autor{
    text-align: center;
    color: #9c0f22;
  }


  .description{
    text-align:justify;
  }

.abstract{
margin-top:3px;
margin-bottom:3px;
font-style:italic;
}


  @media (max-width: 575.98px) { 

    .header-h1 {
      font-size: 40px;
      padding-bottom: 3vw;
    }

    .footer-h1 {
      font-size: 40px;
    }
      
      }

      .link-text{
        text-align:left!important;
        display: block;
      }

      .navFix{
        background-color: black !important;
        height: auto;
      }

/* Povećaj širinu menija */
.dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000 !important;
  display: none;
  float: left;
  width: 400px;  /* Postavljamo širu širinu menija, možeš prilagoditi po potrebi */
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  white-space: normal;
  word-wrap: break-word;  /* Omogućava prelamanje reči */
  overflow: hidden;  /* Pomaže u sprečavanju prelivanja */
}

/* Stavke unutar menija sa povećanim paddingom */
.dropdown-item {
  padding: 10px 15px;  /* Povećan padding za bolji razmak između stavki */
  text-align: center;  /* Poravnaj tekst levo unutar stavki */
}

/* Hover efekat na stavke */
.dropdown-item:hover {
  color: #9c0f22;
  background-color: #f8f9fa;
}

/* Aktiviranje menija na hover */
.dropdown:hover .dropdown-menu {
  display: block !important;
}

/* Opcionalno, dodaj marginu ako je potrebno */
.dropdown-menu {
  margin-left: 10px;  /* Dodaj marginu sa leve strane ako je potrebno */
}

    
    .naslov{
      text-align: center;
    }

   @media (max-width: 767.98px) {

    .header-h1 {
      font-size: 40px;
      padding-bottom: 3vw;
    }

    .footer-h1 {
      font-size: 45px;
    }

    dl, ol, ul, a{
      text-align: center !important;
    }
   }

.navbar-nav {
  display: flex; /* Flexbox omogućava da stavke budu u jednom redu */
  flex-wrap: nowrap; /* Sprečava prelazak stavki u novi red */
  justify-content: flex-end; /* Poravnava meni prema desnoj strani */
}

.navbar-nav .nav-item {
  white-space: nowrap; /* Sprečava prelome u tekstu */
}

.navbar-nav .nav-item {
  margin-right: 20px; /* Razmak između stavki menija */
}

.navbar .logo {
  margin-right: 10px; /* Razmak između loga i menija */
}


