/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
/*
@media screen and (max-width:480px) {
    .carousel-inner {
        height: 100%;
    }
    .carousel,
    .item,
    .active {
        height: 100%;
    }
}
*/
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}


//scrolovátko
.contentDiv {
    height: 200px;
    position: relative;
    width: 200%;
    top: -20px;
}

@keyframes bouncing {
    0% {bottom: 0px;}
    50% {bottom: 5px;}
    100% {bottom: 0px;}
}

.arrow {
    animation: bouncing 1s infinite ease-in-out;
    bottom: 0;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}


.main-site {
}

#popup-1 {
  display: none;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  height: 100vh;
  width: 100%;
}

.popup-content {
  position: relative;
  padding: 20px;
  margin: 0 auto;
  background-color: white;
  width: 400px;
  top: 5vh;
}