@import url('https://fonts.googleapis.com/css?family=Passion+One:regular,700,900');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic');

* {
    box-sizing: border-box;
    font-family: Rubik;
}

.jumbotron_2{
    background-image: url("../img/credits.gif");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.font-effect-outline{
    font-family: Passion One;
    font-size: 100px;
    -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
}


@media (max-width: 600px) {
    .jumbotron_2 {
        height: 500px;
        background-attachment: initial;
    }
    .font-effect-outline {
        font-size: 70px;
    }
}

#text{
    color: #000;
}

.transbox{
  background-color: #000;
  opacity:  0.5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .col-md-3{
        width: 50%;
    }
    img{
        width: 80%;
        height: auto;
    }
}

#informace{
    background-color: transparent;
}

#tvorba{
    background-color: transparent;
}
