header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 720px;
  margin-bottom: 30px;
}
.video {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.headerContent {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 720px;
  background: rgba(0,0,0,0.5);
  padding-bottom: 70px;
}
.headerContent > svg {
  width: 60%;
  max-width: 720px;
  height: auto;
}

h2, h3 {
  font-family: 'Roboto Slab', serif;
}
h2.headerSubtitle {
  position: absolute;
  bottom: 20px;
  font-size: 46px;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: white;
}
h3 {
  font-size: 36px;
}
h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1024px;
  padding: 15px 0;
  margin-bottom: 20px;
}
.clanak {
  height: 450px;
}
.clanak .third {
  padding-right: 40px;
}
.clanakText {
  position: relative;
  padding: 15px;
  cursor: pointer;
}
.clanakText:hover div .cta {
  background-color: black;
  color: white;
}
.clanakText:hover div .cornerRight, .clanakText:hover div .cornerRight2 {
  width: 75px;
  height: 75px;
}
.vege {
  background-image: url("../img/vege.jpg");
  background-size: cover;
}
.riba {
  background-image: url("../img/riba.jpg");
  background-size: cover;
}
.ljudi {
  background-image: url("../img/ljudi.jpg");
  background-size: cover;
}
.cornerRight {
  position: absolute;
  bottom: 0px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-right: 5px solid black;
  border-bottom: 5px solid black;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.cornerRight2 {
  position: absolute;
  top: 0px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-right: 5px solid black;
  border-top: 5px solid black;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.cta {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 45px;
  line-height: 40px;
  width: 200px;
  border: 3px solid black;
}
footer {
  padding: 15px;
}
footer img {
  width: 50%;
  max-width: 150px;
}
/*Placeholder */

.colorSection {
  width: 100%;
  background-color: #40302b;
  color: white;
}
.infografika {
  width: 100%;
  height: auto;
}
.videoBreak {
  width: 100%;
  background-color: #AAAAAA;
  height: 500px;
}
.darkSection {
  background-color: black;
  color: white;
  padding: 25px;
}

/* Quiz */

.quiz-container {
  background: white;
  padding: 60px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-bottom: 25px;
  color: black;
}

.quiz-container .btn {
  margin: 20px auto 0;
}

.slide { display: none; }
.slide.active { display: block; }

.answer {
  position: relative;
  top: 0;
  padding: 20px 15px;
  transition: .3s;
  -webkit-transition: .3s;
  width: 24.99%;
}
.answer-text {
word-wrap: break-word; 
}

.answer:hover {
  top: -10px;
  cursor: pointer;
}

.answer:hover h4 {
  color: #40302b;
}

.answer h4 {
  margin: 15px 0 0 0;
  font-size: 18px;
  transition: color .3s;
  -webkit-transition: color .3s;
}

.progress-bar {
  margin-bottom: -20px;
}

.progress-bar i {
  font-size: 16px;
  color: #333;
}

.progress-bar .fa-circle {
  color: #333;
}

.quiz-container .share {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #333;
  color: white;
  margin: 10px 5px;
  top: 0;
  position: relative;
}
.share i {
line-height: 50px !important;
}

.quiz-container .share:hover {
  top: -7px;
}

.quiz-container .fb {
  background: #485b96;
}

.quiz-container .tw {
  background: #00aced;
}
.answer img {
  width: 100%;
}
.question {
  font-size: 28px;
}
.description a {
  color: #b7370f;
}
footer {
  background-color: #e8efed;
}
@media only screen and (max-width:900px){
  h2.headerSubtitle {
    font-size: 32px;
    height: auto;
  }
  .two-thirds, .third, .half {
    width: 100%;
  }
  .two-thirds {
    height: 40vw;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .container {
    padding: 15px 15px;
    margin-bottom: 0;
  }
  .clanak {
    height: auto;
  }
  .clanak .third {
    padding-right: 30px;
  }
  .cornerRight {
    right: 0px;
  }
  .cornerRight2 {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    border-right: none;
    border-top: none;
    border-left: 5px solid black;
    border-bottom: 5px solid black;
  }
  .clanakText {
    text-align: center;
    padding: 30px;
    display: flex;
    padding-bottom: 50px;
  }
  .cta {
    margin: 0 auto;
  }
  header, .headerContent {
    height: 70vh;
  }
  .video {
    height: 70vh;
    min-width: 100vw;
  }
  h3 {
    font-size: 32px;
  }
  .answer {
    width: 49.99%;
    font-size: 24px;
  }
  .flexNoWrap {
    flex-wrap: wrap;
  }
  .quiz-container {
    padding: 30px;
  }
  .headerContent > svg {
    width: 80%;
  }
}