body, html {
  font-family: Arial, Helvetica, sans-serif; !important
}

nav{
  background-color: #4da6ff; !important
  text-decoration: none;
  color: white; !important
}
.nav-link{
  color: white; !important
}

.nav-link:hover{
  color: grey; !important
}

.bg {
  background-image: url("slike/prva.jpg");
  height:50%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.colorbg{
  background-color: #ffffff; !important
}


#header {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.1%;
  padding-bottom: 1%;
  color: #add8e6;
  text-align: center;
  font-size: 90px; 
  font-weight: bold;
  width: 100%;
  transition: 0.2s;
  position: absolute;
  left:0%;
  top: 1%
}
.container-inn{ background-color: #ffffff;
-webkit-box-shadow: 0px 0px 53px -11px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 53px -11px rgba(0,0,0,0.5);
box-shadow: 0px 0px 53px -11px rgba(0,0,0,0.5);
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.imgSize{
  object-fit:scale-down;
max-height: 750px;
}

.img-size2{
  height: 50px;
}

.hover:hover{
-webkit-box-shadow: 0px 0px 50px -19px rgba(0,0,0,0.95);
-moz-box-shadow: 0px 0px 50px -19px rgba(0,0,0,0.95);
box-shadow: 0px 0px 50px -19px rgba(0,0,0,0.95);
}

.HrefA{
  color: white;
}

.HrefA:hover{
  text-decoration: none;
  color: #404040;
}

footer{
  background-color: #3399ff; !important
}
.color2{
  color: #595959;
}
.navbar-nav > li > .dropdown-menu a:hover { background-color: #4da6ff;}
.navbar-nav > li > .dropdown-menu { background-color: #80bfff;}
.navbar-nav > li > .dropdown-menu > .dropdown-item{ color: white; }
.navbar-nav > li > .dropdown-menu > .dropdown-divider { border-color: #4da6ff; }

.nav-link:hover{
  color:#404040;
}