/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .25);
}

.cover-container {
  max-width: 90%;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(0, 0, 0, .75);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: rgba(0, 0, 0, .75);
  border-bottom-color: rgba(0, 0, 0, .75);
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .cover-container {
    max-width: 65%;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.mainbg {
  background: url(../img/potpis-neu-op.png); 
  background-repeat:no-repeat;
  /* background-size:contain; */
  background-size:100% auto;
  background-position:center;
  background-attachment: fixed;
}

.conhover {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.conhover:hover .image {
  opacity: 0.3;
}

.conhover:hover .middle {
  opacity: 1;
}

.divider {
  border-top: 2px solid #000;
  width: 15%;
}

.galover {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1;
  background-color:  rgba(0, 0, 0, 1);
}

.galover img {
  max-height: 95vh;
  max-width: 95vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.galover .imginfo {
  background-color: rgba(255, 255, 255, .5);
  height: 100px;
}

.aboutme .avatar{
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background: url(../img/milena-closeup.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.aboutme .heading {
  font-size: 20px;
  font-weight: normal;
  line-height: 1px;
}

.card-hover:hover img{
  opacity: 0.8;
}