html,body{
	overflow-x:hidden;
	
	width: 100%;

}
h1,h2,h3,h4,h5,p,a, .nav-link, #app{
	font-family: 'Bai Jamjuree', sans-serif;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
    
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.5); 
    
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.9); 
    border-radius:4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.5); 
}
/* MOJ KOD */
.carousel-caption{
font-family: 'Great Vibes', cursive;
}
.slogan{
font-family: 'Great Vibes', cursive;
font-size: 2.2rem;
}

.boja {
	background-color: #add8e6;
	overflow: auto;
}

#baner{
	background-image: url(../img/baner.jpg); 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	height: 90vh;
	
/*	 box-shadow: 0px 3px 15px  rgb(0,86,137);*/
}
nav, a {
	color:white;
	
	
}
nav a{
	position: relative;
	
}
.navbar {
	transition:all 0.7s ease;
	-webkit-transition: all 0.7s ease-in-out;
	font-size: 20px;
	padding-top: 20px;
	text-shadow: 1px 1px 4px black;
	
	
}
.navbar-toggler-icon {
  background-image: url(../img/hamburger.png); }


.circleBehind a:before, .circleBehind a:after
{
    position: absolute;
    top: 22px;
    left: 50%;
    width: 35px;
    height: 35px;
    border: 4px solid #0256bd;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
	
}

nav a:hover{
	color: white;
}
nav img{
	transition:0.7s;
}
.circleBehind a:after
{
    border-width: 2px;
    transition: all 0.4s;
}

.circleBehind a:hover:before
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.circleBehind a:hover:after
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}

.color-change {
	background-image: linear-gradient(to right bottom, rgb(48,133,236) , rgba(22,68,133));
	-webkit-transition: all 0.7s ease-in-out;
  	transition: all 0.7s ease-in-out;
	padding-top: 0px;
	font-size: 16px;
	text-shadow: none;
	padding-bottom: 1px;
	
}
.color-change img {
	height: 90px;
	transition: 0.7s;
}

/*carousel*/

.carousel-image-2 {
  background-image: url("../img/banernovsm.jpg");
  background-repeat: no-repeat; 
  background-position: center;
  background-size: cover;
  height: 90vh;
  }
.carousel-image-1 {
  background-image: url("../img/marmag1.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  height: 90vh; 
	
	
  }
.carousel-image-3 {
  background-image: url("../img/kutija-naslovna.jpg");
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
  height: 90vh; 
	
  }

.carousel-image-sat{
	background-image: url("../img/baner4.jpg");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
	height: 90vh; 
}
.carousel-image-jl{
	background-image: url("../img/jlbaner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh; 
}

.carousel-image-mb{
	background-image: url("../img/7-dma-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh; 
}

.carousel-image-komarci{
	background-image: url("../img/8-sma-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh; 
}
.carousel-image-angolo{
	background-image: url("../img/angolo-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh; 
}
.carousel-image-kenedi{
	background-image: url("../img/10-ta-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh; 
}
.carousel-image-laza{
	background-image: url("../img/11-ta-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh; 
}
.carousel-image-bmw{
	background-image: url("../img/bmw.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh; 
}
.carousel-image-bmwKarton{
	background-image: url("../img/bmwKarton.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh; 
}
/*za mobilne*/

.carousel-image-5 {
  background-image: url("../img/banernovsm.jpg");
  background-repeat: no-repeat; 
  background-position: center;
  background-size: cover;
  height: 60vh;
  }
.carousel-image-4 {
  background-image: url("../img/marmag1.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  height: 60vh; 
	
	
  }
.carousel-image-6 {
  background-image: url("../img/kutija-naslovna.jpg");
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
  height: 60vh;
	
  }

.carousel-image-sat-sm{
	background-image: url("../img/baner4.jpg");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
	height: 60vh; 
}

.carousel-image-jl-sm{
	background-image: url("../img/jlbaner.jpg");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
	height: 60vh; 
}

.carousel-image-mb-sm{
	background-image: url("../img/7-dma-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
	height: 60vh; 
}

.carousel-image-komarci-sm{
	background-image: url("../img/8-sma-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center ;
	background-size: cover;
	height: 60vh; 
}
.carousel-image-angolo-sm{
	background-image: url("../img/angolo-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 60vh; 
}
.carousel-image-kenedi-sm{
	background-image: url("../img/10-ta-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 60vh; 
}
.carousel-image-laza-sm{
	background-image: url("../img/11-ta-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 60vh; 
}
.carousel-image-laki-sm{
	background-image: url("../img/laki-rotacija.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 60vh; 
}
.carousel-image-bmw-sm{
	background-image: url("../img/bmw.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 60vh; 
}
.carousel-image-bmwKarton-sm{
	background-image: url("../img/bmwKarton.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 60vh; 
}
/*kraj za mobilne*/
.baner-overlay {
  position: absolute;
  background:  linear-gradient(to right bottom, rgba(0,82,132,0.7) 30%, rgba(0,152,201,0.7) 70%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
button {
  background-color: transparent;
  border: none;
  outline: none; }


button:active {
  cursor: pointer;
  box-shadow: 0px;
  outline: none; }
.carousel-inner img {
  margin: auto;
}
.carousel-control-prev-icon-s {
 background-image: url("../img/nazad.png") !important;
	z-index: 1000;
	width: 100px;
	height: 100px;
}

.carousel-control-next-icon-s {
  background-image: url("../img/napred.png") !important;
	z-index: 1000;
}

button:hover
	{cursor: pointer;}
#kontakt a:hover {
	transition: 0.5s;
	text-shadow: none;
}
#kontakt a {
	color: white;
	text-decoration: none;
}
#kontakt {
	color:white; 
	text-shadow: 2px 2px 8px black;
	background:url(../img/kontaktmali.jpg);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
/*	background-image: linear-gradient(to right, rgb(0,82,132) , rgb(0,152,201), rgb(0,92,141));*/
}



#dugme:hover {
	color: black; 
	
}

input:focus {
    outline: none !important;
    border:1px solid black;
    box-shadow: 0 0 10px #719ECE;
}
.plavaPozadina {
	color:white;
	background: linear-gradient(to right bottom, rgb(48,133,236) , rgba(22,68,133) 70%);
}

footer{
	background: transparent;
	border-top: 1px solid white;
}
.linija{
	height: 1px;
	width: 100%;
	background-color:rgba(255,255,255,0.5);
}

nav .fa-facebook:hover{
	color:rgb(59, 89, 152);
}
nav .fa-instagram:hover{
	color:#bc2a8d;
}
nav .fa-envelope:hover{
	color:#c71610;
}

footer .fa-facebook:hover{
	color:rgb(59, 89, 152);
}
footer .fa-instagram:hover{
	color:#bc2a8d;
}
footer .fa-envelope:hover{
	color:#c71610;
}
.carousel-item img {
	object-fit: cover;
}
.pozadina{
	background-color: rgba(0,0,0,0.7);
	border-radius: 5px;
}

.lead {
	font-size:17px;
}
.video-play img {
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.75);
}
.video-play{
	transition: 0.5s;
}
.video-play:hover{
	transform: scale(1.2);
	transition: 0.5s;
	overflow: hidden;
}
.pace-running .entrie-content{
	opacity: 0;
}
.pace-done .entrie-content {
	opacity: 1;
	transition: all 2s ease-in;
}
@media(min-width:920px){
	.carousel-inner-sajam{
		height: 700px;
		background-color:rgba(255,255,255,0.5);
		overflow: hidden;
	}
	.carousel-inner-sajam img{
		max-height: 700px;
	
	}
}
@media(max-width:920px){
	.carousel-inner-sajam{
		height: 350px;
		background-color:rgba(255,255,255,0.5);
		overflow: hidden;
	}
	.carousel-inner-sajam img{
		max-height: 350px;
	
	}
}
.animation{
	opacity:0;
}
#novosti .modal-content{
	border-radius: 0px;
	background-color:transparent;
}
#novosti .modal-body{
	padding:0;
}