/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */


section {
  padding: 30px 0 30px;
}
.active{
color: rgba(255,255,255,.5) !important;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
  background-color: transparent;
}
@media (min-width: 992px) {
    header {
  padding: 190px 0 200px;
}
.bg-kut {
  background-image:  url(../img/bigimage11.jpg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  box-shadow: 0px 10px 50px #888888;
}
.bg-szint {
  background-image:  url(../img/bigimage0.jpg) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  box-shadow: 0px 10px 50px #888888;
}
.bg-head {
  background-image:  url(../img/bigimage2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  box-shadow: 0px 10px 50px #888888;
}
}
@media (max-width: 992px) {
 header {
  padding: 150px 0 100px;
}
    .bg-head {
  
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  box-shadow: 0px 10px 50px #888888;
}
 .bg-szint {
 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  box-shadow: 0px 10px 50px #888888;
}
.bg-kut {
 //background-image:  url(../img/mobilslide2.jpg) !important;//
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  box-shadow: 0px 10px 50px #888888;
} 
}