html, body {
    margin: 0;
    padding: 0;
    overflow: auto;
	background-color:#f5f5f5;
  }
  
.hero {
    background: url("slike/pozadina.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: 50px;
    color: #2259AF;
    line-height: 1.25;
    text-align: center;
	font-weight:bold;
}
.justify{
	text-align:justify;
}

.desno{
	text-align:right;
}
.radovi {
    font-size: 23px;
    color: #2259AF;
    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: #2259AF;
      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;

  }

  @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;
      }

   

   @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;
    }
  }



 