body, html {
  width: 100%;
  height: 100%; 
  }

body {
  font-family: 'Rubik', Arial, sans-serif;
  background: #593795;
  background-image: #593795;
  background-repeat: no-repeat;
  background-attachment: fixed;
  }
.hide-on-mobile{display: block;}
.show-on-mobile{display: none;}
.hide-on-small{display: block;}
.show-on-small{display: none;}

.fullscreen-bg {
    background-image: url('../img/nemjerljivo-2024.jpg');
    background-size: calc(100%);    
    background-position: center;
    height: calc(100vh);
    margin-top: 0;
    box-sizing: border-box;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.fullscreen-bg-slo {
    background-image: url('../img/nemjerljivo-2024-slo.jpg');
    background-size: calc(100%);    
    background-position: center;
    height: calc(100vh);
    margin-top: 0;
    box-sizing: border-box;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.logo{
  max-width: 280px;
  position: fixed;
  top: 35px;
  left: 38px;
  z-index: 0;
}
.red-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(248,0,84,0.8);
  border-radius: 25px;
  padding: 25px 25px 15px 25px;
}

.poruka {
  text-align: center;
}

.headline{
  position: fixed;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}

    .faqHeader {
        font-size: 27px;
        margin: 20px;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "e072"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

.btn-lg{
  font-size: 1rem;
}

h1{
  color: #FFF;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}
h2{
  color: #FFF;
  font-size: 2rem;
  font-weight: 800; 
  margin-top: 0;
  margin-left: 4px;
  padding-top: 0;
}
#intro_2 p{
  font-size: 2rem;
  line-height: 1.25;
}
a {
  font-family: 'Rubik', sans-serif;
  color: #FFF;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  a:hover {
    color: #fdee21;
}

a.blue-text:hover {
  color: #FFF
}

a.yellow-text:hover {
  color: #FFF
}

a.big-link{
  display: inline-block;
  border-bottom: solid 3px #fdee21;
  font-size: 2rem;
  font-weight: 700; }
  a.big-link:hover{
    border-bottom: solid 3px rgba(0,0,0,0);}

  .arrow-down{
    position: absolute;bottom: 40px; right: 40px;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: animacija;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s; 
    animation-timing-function: ease-in-out;
    animation-name: animacija;
    animation-duration: 1s;
  }
 
@keyframes animacija {
    0%   {bottom: 40px; opacity: 1}
    50%  {bottom: 48px; opacity: 0.5;}
    100%  {bottom: 40px; opacity: 1;}
  }
#hamburger-menu{
    cursor: pointer;
    width: 54px;
    position: fixed;
    top: 35px;
    right: 38px;
    transition: 0.4s;
}
.closebtn{
  width: 54px;
}
.btn-primary{
  background-color: rgba(255,255,255,0);
  border: solid 2px #FFF;
  color: #fdee21;
}
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: rgba(255,255,255,1) !important;
    color:#672C91;
    border: solid 2px #FFF;
  }
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    background-color: rgba(255,255,255, 0.8);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.25s; 
}
/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay a {
    /* padding: 8px; */
    text-decoration: none;
    font-size: 36px;
    color: #672C91;
    padding-top: 20px;
    display: block; /* Display block instead of inline */
    transition: 0.4s; /* Transition effects on hover (color) */
}
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #da0260;
}
/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 60px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

p {
  font-size: 1.4rem;
  padding-top: 1rem;
}
.card-block p {
  padding-top: 0;
  border-left: solid 2px #fdee21;
  margin-left: 2px;
  padding-left: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', Arial, sans-serif; }
#blog-entry h1{
  margin-top: 30px;
  }
.bolder{
  font-weight: 700;
}
.bigger{
  font-size: 2rem;
}
h3 {padding-top: 1rem;}
.bg-primary {
  background-color: #672C91 !important; }
.bg-secondary {
  background-color: #da0260 !important; }

.blue-text{color:#672C91;}
.yellow-text{color:#fdee21;}

.hideme{
  opacity: 0;
  margin-top: 40px;
}
.citati-fiksni{
  display: none;
}
.carousel-inner{
  min-height: 266px;
  display: block;
}
section.okvir {

 }
 .side-photo img{
  max-width: 100%;
 }
  div#disqus{
    padding-top: 3rem;
  }
  #intro_1, #intro_mob, #intro_2{

  }
  #intro_1 img{
    width: 70%;
  }
  #intro_mob img{
    width: 90%;
  }
  #intro_2 img{
    width: 90%;
  }

footer{
  padding: 1rem 0; 
  background-color: none;
  }

.section-heading {
  margin-top: 0; }

::-moz-selection {
  color: #FBD599;
  background: #412B60;
  text-shadow: none; }

::selection {
  color: #FBD599;
  background: #412B60;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

@media screen and (max-width: 1280px) {
p {
  font-size: 1.25rem;
  }
}

@media screen and (max-width: 960px) {

  .fullscreen-bg {
    background-image: url('../img/nemjerljivo-2024.jpg');
    background-size: 100%;    
    background-position: center;
    height: 100%;
    margin-top: 0;
    box-sizing: border-box;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .fullscreen-bg-slo {
    background-image: url('../img/nemjerljivo-2024-slo.jpg');
    background-size: 100%;    
    background-position: center;
    height: 100%;
    margin-top: 0;
    box-sizing: border-box;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  h1{
  font-size: 2.5rem;
  margin-bottom: 0;
  left: 20px;
  margin-right: 10px;
  }
  h2{
  font-size: 1.2rem;
  margin-left: 0;
  margin-right: 10px;
  }
  .poruka-mala {
  font-size: 1.25rem;
  text-align: left;
  }
  .logo{
      height: 64px;
  }

.hide-on-small{display: none;}
.show-on-small{display: block;}

}
@media screen and (max-width: 800px) {
footer img{
  width: 100px;
  }
.citati-fiksni{
  display: block;
}
.carousel-inner{
  display: none;
  }
  .sakrij{
    display: none;
  }
  .logo{left: 20px;
  max-width: 180px;
  }
}

@media screen and (max-width: 640px) {

  .fullscreen-bg {
    background-image: url('../img/nemjerljivo-mobile.jpg');
    background-size: 100%;    
    background-position: center;
    height: 100%;
    margin-top: 0;
    box-sizing: border-box;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
  .fullscreen-bg-slo {
    background-image: url('../img/nemjerljivo-mobile-slo.jpg');
    background-size: 100%;    
    background-position: center;
    height: 100%;
    margin-top: 0;
    box-sizing: border-box;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.logo{
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 0;
  height: 54px;
}
#intro_2 p{
  font-size: 1.5rem;
  line-height: 1.5;
}
h1{
  font-size: 3rem;
  margin-bottom: 0;
  left: 0;
  margin-right: 10px;
}
h2{
  font-size: 1.5rem;
  margin-left: 0;
  margin-right: 10px;
}
.poruka-mala {
  font-size: 1.4rem;
  text-align: left;
  margin-right: 10px;
}
p {
  font-size: 1.125rem;
  }
footer img{
  width: 80px;
  }
#hamburger-menu{
    position: fixed;
    top:20px;
    right: 20px;
  }

    .overlay a {font-size: 24px}
  .arrow-down{
    position: absolute;bottom: 40px; right: 20px;
  }
body {
  background: #593795;
  background-image: #593795;
  background-repeat: repeat;
  background-attachment: fixed;
  }
.btn-lg{
  font-size: 0.8rem;
  }

  #intro_1 img{
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
.hide-on-mobile{display: none;}
.show-on-mobile{display: block;}
}