body{
    box-sizing: border-box;
/*    background-color: rgba(225, 225, 225, 1);*/
    background-color: #FFF;
font-family: 'Crimson Text', serif;}
nav img{
    width: 150px;
    margin:5px 20px;
}
.przepanchor{
        height:60px;
    background-color: transparent;
    display: inline-block;
    bottom: 0;
    position: absolute;
}
#navbar{
    background-color: #000;
}
#navbar.bgcolor{
    background-color: rgba(0, 0, 0, 0.6);
}
#navbar #navbarNav {
    justify-content: center;
    font-size: 25px;
}
#navbar .nav-link{
    color: #FFF;
padding: 0 20px;
    margin-right: 20px;
    line-height: 86px;
}
#navbar .nav-link.only{
    margin-right:0;    
}
#navbar .nav-link:hover{
    color: #000;
    background-color: #FFF;
}
.mobilelogo{
    display: none;
}
button .btn{
    color: #FFF;
    font-size: 20px;
}

.spacing{
    background-color: #FFF;
    margin-bottom: 50px;
    margin: 20px 20px;
    width: 95%;
    display: inline-block;
    background-image: linear-gradient(to right, #ff8080 63%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 60px 30px;
background-repeat: repeat-x;
    
}
header{
    width: 100%;
    margin-top: 150px;
    color:#000;
    position: relative;
}
header h1{
    margin-left: 30px;
font-family: alabama;
    letter-spacing: 2px;
}

.overflow{
    width: 100%;
    overflow:hidden;
    height: 480px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.cont{
height: 100%
}
.obrazy:nth-of-type(2){
    background-color: #FFF;
    color: #000;
}
.obrazy2:nth-of-type(1){
    background-color: #FFF;
    color: #000;
}
.poster{
    background: no-repeat url(../img/kulisy.jpg) center center;
    background-size: contain;
    height: 100%;
}
.poster2{
    background: no-repeat url(../img/przepraszam.jpg) center center;
    background-size: contain;
    height: 100%;
}
.link{
    text-align: center;
    line-height: 40px;
    transition: all 0.4s;
}
.link a{
    border: 1px solid transparent;
    border-radius: 20%;
    background-color: #ff8080;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
}
.link a:hover{
    border-color: #FFF;
    color: #FFF;
    background-color: #000;
}


footer{
    position: relative;
    background-color: rgba(66, 66, 66, 0.9);
}
footer p{
    display: inline-block;
    margin-left: 20px;
    line-height: 56px;
       color: #FFF;
    margin-bottom: 0;

}
footer i{
    position: absolute;
    right:0;
    margin-right: 20px;
    margin-top: 10px;
    color: #FFF
}
.description{
    width: 100%;
    margin-top: 50px;
    color:#FFF;
    margin-bottom: 20px;
}