@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto:400,700&display=swap');
body{
	font-family: 'Roboto', sans-serif;
	}

/*----navbar------*/
.navbar{
	padding-bottom:-50px !important;
}
.navbar-light .navbar-nav .nav-link{
	color:rgba(0,0,0,0.8);
}
.bg-primary {
     background-color: transparent !important;
  border: 0;
  background-image: linear-gradient(
    transparent,
    transparent 50%,
    #fff 50%,
    #fff
  ) ;
  background-size: 100% 200%;
  transition: background-position .3s;
  background-position: 100 -0%;
  -webkit-box-shadow: none;
  box-shadow: none;

}
.bg-secondary{ 
  background-color: transparent !important;
  background-image: linear-gradient(
    transparent,
    transparent 50%,
    #fff 50%,
    #fff
  );
  background-size: 100% 200%;
  transition: background-position .3s;
  background-position: 0 -100%;
  border-bottom: 1px solid #DD614A;
}
.nav-item{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 5px;

}
@media (min-width: 992px){

.nav-link:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 0%; /* Change this to whatever width you want to have before hover. */
    border-bottom: 1px solid #dd614a; /* This creates the border. Replace black with whatever color you want. */
    transition: .5s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

.nav-link:hover:after {
    width: 100%; /* This will be the new width of your border when on hover */
}
}
/*-----landing page-----*/
.prostor{
	height:80vh;
}
.prostor-manji{
	height:60vh;
}
.landing{
 background: url('../assets/home_pozadina2-min.jpg')
    no-repeat
    top
    center;
  height: 90vh;
  position:fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:-10;
  top:0;
}

.home-title {
  color: black;
  
}

.h-title1 {
  font-size: 1.9rem;
  font-weight: 700;
}
.service{
	font-weight: 700;
	padding-top:50px;
	padding-bottom: 100px;
}
.services{margin-top: 25px;
padding-bottom: 50px;
font-size: 1.25rem;}



.services2{margin-top: 25px;
padding-bottom: 50px;
font-size: 1.2rem;
padding-left:-25px;
padding-right: -25px;}


.img-max {
  max-width: 200px;
  width:100%;
}

.rounded-circle{
 border:3px solid black;
}

.team{

	 -webkit-box-shadow: -15px -15px 1px 3px rgba(221,97,74,1);
-moz-box-shadow: -15px -15px 1px 3px rgba(221,97,74,1);
box-shadow: -15px -15px 1px 3px rgba(221,97,74,1);
}

#sec1{background: white;}



.alternate {
  position: relative;
  
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: url('../assets/member-44.png');
  background-size: contain;
}

.alternate:hover .overlay {
  opacity: 1;
}

.projekti-pozadina{
	background: #10244f; /* Old browsers */
background: -moz-linear-gradient(-45deg, #10244f 1%, #18456d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #10244f 1%,#18456d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #10244f 1%,#18456d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10244f', endColorstr='#18456d',GradientType=1 ); 
}

.projekti-pozadina-overlay{
	top:0;
	left:0;

	background: url('../assets/projekti-overlay.png');
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width:992px){
.projekti-pozadina-overlay{
  background: url('../assets/projekti-overlay2.png');
}


}

.projekt-naslov{
	font-size:2.5rem;
	font-weight: 700;
	color:white; 
}
@media(max-width:576px){
  .projekt-naslov{
  font-size:2.2rem;
  font-weight: 700;
  color:white; 
}
}


.projekt-opis{
	font-size:1rem;
	color:white;
}
.projekt-work{
	font-size:1rem;
	color:#f26d56;
	font-style: italic;
}

.projekt-spacing{
	padding:auto;
	margin:auto;
}
@media(min-width:576px){
	.projekt-spacing{
		padding-left:5vw;
		margin-top:50px;

	}
}

@media (min-width: 768px){
	.projekt-spacing{
		padding-left:10vw;
		margin-top: 50px;
	}
}
@media (min-width: 992px){
	.projekt-spacing{
		padding-left:18.5vw;
		margin-top:auto;
	}
}



/*-------------------------------contact input-----------------------------------------*/

.kontakt-pozadina{
	 background-color: white;
    
}

.btn-primary{
	background-color: #10244f !important;
}

.float-label {
  position: relative;
  margin-bottom: 10px;
}
.float-label label, .float-label input, .float-label select, .float-label textarea {
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.float-label input, .float-label select, .float-label textarea {
  -webkit-appearance: none;
  outline: none;
  border: none;
  width: 100%;
  display: block;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  border-bottom: 1px solid rgba(16, 36, 79, 0.7);
  background: transparent;
  color: #0c3c7c;
  padding: 15px 20px 00px 10px;
}
.float-label label {
  position: absolute;
  left: 10px;
  top: 18px;
  color: #0c3c7c;
  pointer-events: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.float-label label.active {
  font-size: 14px;
  font-weight: 400;
  top: -1px;
  color: rgba(0, 0, 0, 0.7);
}
.float-label textarea {
  height: 100px;
  resize: none;
}


.kontakt{
	font-weight: 700;
	padding-top:50px;
}
.kontakt-opis{
	padding-bottom: 100px;
}


.kontaktform{
  margin:auto;
}

@media (min-width: 992px){
  .kontaktform{
    margin-left:100px;
    margin-right:100px;
  }
}

.footer{
	background-color:#222222;
}
.footer-row{
	padding-top:50px;
	padding-bottom: 50px;
}

.green{background-color: #5cb85c;
        font-size:1.2rem;
        color:white;
        border-radius: 5px;
        margin-bottom:20px;
        line-height:46px;}             


.subpage-prostor{
  height:100px;
}
.politika-tocke{
  padding-bottom: 10px;
  padding-top: 100px; 
  margin-top: -100px;"
}

