/*
Theme Name: Iluzja - Wojciech Napora
Theme URI: http://2px.pl;
Author: 2px.pl
*/
html{
  min-height:100%;
  color: #959595;
}

body{
  background-color:#000;
  font-family: 'Lora', serif;
  min-height:100%;
  color: #959595;
}

.iluzje-bg{
  background-image:url('img/bg-1.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
.iluzje-bg2{
  background-image:url('img/bg-2.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
.iluzje-bg3{
  background-image:url('img/bg-3.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.navbar-default{
  background:none !important;
  border:0px solid #ddd;
  font: 400 18px Lora;
  color: #959595;
  height:250px;
}

.navbar-right{
  padding-top:50px;
}

.logo{
  max-width:100%;
}

.navbar-default .navbar-nav>li>a{
    color: #959595;
    text-shadow: rgb(0, 0, 0) 0px 0px 3px;
}
.navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:visited{
    color: #959595;
}

.navbar-default .navbar-nav>li>a:hover{
  color:#fff;
}

.navbar-brand{
  padding-top:0px;
}
.text-content{
  background-image: url('img/frame.png');
  background-repeat:repeat-y;
  background-position:center center;
  padding-top:5px;
  padding-bottom:5px;
}

@media(max-width: 1200px){
.text-content{
  background-image: url('img/frame.png');
  background-repeat:repeat-y;
  background-position:left center;
  padding-top:5px;
  padding-bottom:5px;
}

}

.content-container{
  height: 350px;
  overflow-y: scroll;
}

@media screen and (min-width: 760px) and (max-width: 992px){
  .logo{
    max-width: 69%;
  }
}
