
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #000;
  line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url('../images/poster.png');
  min-height: 100%;
}

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url("../images/studio2.svg");
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../images/studio3.jpg");
  min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 200px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /* position: fixed; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
 /* sakri strelicu (dok traje video) */
#pointerDown{
  visibility: hidden;
}

/* font za naslov 5D*/
.w3-allerta {
  font-family: "Allerta Stencil", Sans-serif;
}

/* 5D naslov */

.paint-pink { 
  background: #892061;
}

.paint-blue {
  background: #00aeef;
}

.paint-stripes {
    background-image: linear-gradient(#892061, white,#892061, white, #892061, white, #892061, white, #892061, white,#892061, white, #892061, white, #892061, white,#892061, white, #892061, white, #892061, white, #892061, white,#892061, white, #892061);
}

.pozdrav{display: none !important;}

/*============================================ work section */
/* Center website */
.portfolio {
  max-width: 1000px;
  margin: auto;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

.w3-content{max-width:1180px}
