

.sinisa{
  /*background-image: url('img/members.png');
  background-size: cover;
  min-height: 60vh;
  height: 50vh;*/
  background-position: center top;
  background-repeat: no-repeat;
  /*height: 500px;*/

}


.display-3{
  text-shadow: 5px 5px 10px black;
  font-size: 2.6em;
}


h2{
  font-family: 'Open Sans', sans-serif;
  margin-top: 3em;
  margin-bottom: 2em;
  font-weight:  600;
  color: #000000;
  font-size: 1.6em;
}

h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 1em;
  color: #ffffff;
}

h5{
  /* text-transform: uppercase; */
  color: rgba(255,134,155, 1.0);
}

.price{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  margin-bottom: 1em;
  color: #000000;
}

.front_hedding{
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 1.5em;
  margin-top: .1em;
  color: #593220;
  /*text-shadow: 2px 0px 4px #000000;*/
}

.navbar{
  background-color: rgba(256,256,256,1);
  z-index: 1000;
  /*box-shadow: 0px 10px 20px #6e6e6e;
  border-bottom: 2px solid rgba(255,255,255,.3);

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: top 0.9s;*/

  /*position:absolute;*/
  width: 100%;


  /*border-bottom-left-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;*/
}

.jumbotron {
  /* background-image: url('../img/bread.jpg');*/
  background-color: rgba(0, 0, 0, .5);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding-top: 7%;
  padding-bottom: 7%;
}

.btn-primary {
  background-color: rgb(255,134,155) !important;
  border-color: rgb(255,134,155) !important;
  /*border-radius: 2em;*/
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {

  box-shadow: 0 8px 17px 0 rgba(0,0,0,.5), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition: all .55s ease-in-out;
}

.navbar-toggler-icon {
  color: #ffffff;
  border-color: rgb(255,102,203);
}

.navbar-nav img {
  width: 50px;
}

.navbar-brand{
  padding: 0 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.navbar .navbar-nav .nav-link{
  color: #000;
  font-weight: 600;
  font-size: .9em;
  padding: .7em 1.6em;
}

/* change the color of active or hovered links */
.navbar-nav .nav-item.active .nav-link{
    text-decoration: none;
    border-bottom: 2px solid pink;
}
.navbar-nav .nav-item:hover .nav-link {
}

.col_link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5em;
  margin-top: .1em;
  color: rgb(255,134,155) !important;
}

.col_link:hover {
  border-bottom: 2px solid pink;
}

.logo{
  max-width: 100%;
  height: auto;
}

.icons{
    font-size:20px;
}

.rounded{
  width:160px;
  height:160px;
  object-fit:cover;
}

.bg_img{
  /*background-image: url('../img/grass1.jpg');*/
  background-size: cover;
  /*background-repeat: no-repeat;
  background-position: -20% 50%;*/
  background-attachment: fixed;
}


.card-img{
  border-radius: 1em !important;
  border: 2px solid #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.3) ;
}

.resizedTextbox{
  width: 50px; height: 20px;
  margin-bottom: 1rem;
}


.col {
  position: relative;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 20px;
  right: 11px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-menu { background-color: rgba(240,240,240,1); }
.dropdown-menu li>a{color:black; }
/*.dropdown-menu>li{padding:5px; border-bottom:1px solid white;border-left:1px solid white;border-right:1px solid white }*/
.dropdown-menu li>a:hover{background:#ffffff; }


.divider{
  max-width: 100%;
  height: auto;
}

.img_QT{
  object-fit: cover;
  max-width:  100%;
}

.ntbook{
  width: 100%;
  height: 337px;
  object-fit: cover;
  margin-bottom: 0px;
}

.people{
  max-width: 90%;
  height: auto;

}

.bi{
  padding-left: 20px;
  font-size: 1.3rem;
  color: white;
}



.carousel{margin-top: -82px !important;}



/*X-Small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575.98px) {
  .sinisa{ min-height: 30vh; display: none;}
  .navbar{position: absolute;}
  h5{font-size: 1.6em;}

}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  /*.sinisa{ min-height: 20vh; display: none;}*/

  /*.navbar{position: absolute;}*/
  .title{margin-top: 5rem;}
  .carousel{margin-top: 0px !important;}
  .logo{margin-top: 50px !important;}


}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .front_hedding {font-size: 18px;}
    /*.card-img{border-radius: 0 !important; text-align: center;}*/
}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 1199.98px) { ... }

/*X-Large devices (large desktops, less than 1400px)*/
@media (min-width: 1399.98px) { ... }







