body {
    width: 100%;
    height: 100%;

}

html {
    width: 100%;
    height: 100%;
}



.body {
    background-color: #000;
    background: url(../img/bg.jpg) top center no-repeat;
    background-attachment: fixed !important;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 1.5;
}



nav {
  background: #000 !important;
  border-top: 10px solid #d3a145!important;
  border-bottom: 2px solid #110f34 !important;
}

.navbar-header img {
  padding-top: 2px;
  padding-left: 5px;
}

.navbar-brand {
  color: #d3a145 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #d3a145 !important;

  }

.navbar-nav a:hover {
  border-bottom: 1px solid #ab6821 !important;
  background: none !important;
}


.menuactive {
  border-bottom: 1px solid #ab6821 !important;
}

.row {
  margin-right: 0px !important;
}


.content {
  width: 100%;
  height: auto;
  float: left;
}


.logo img {
  width: 100%;
  height: 100%;
  padding-top: 5%;
}



/*.kontakt {
  width: 70%;
  height: auto;
  margin-top: 20%;
  margin-bottom: 20%;
  margin-right: 10%;
  margin-left: 10%;
  background-color: rgba(0, 0, 0, 0.7);
  border: 3px solid #ab6821;
  border-radius: 4pt;
  color: #d3a145;
}*/


.kontakt {
  width: 65%;
  height: auto;
  margin-top: 40%;
  margin-bottom: 20%;
  
  margin-left: 35%;
 /*background-color: rgba(0, 0, 0, 0.7);
  border: 3px solid #ab6821;
  border-radius: 4pt;*/
  color: #FFF;
  font-size: 18px !important;
}

.text_top {
  font-weight: bold;
  font-size: 22px !important;
  color: #c8bfe7;
}


.lokacja {
  margin-left: 0%;
  margin-top: 18%;
  margin-bottom: 0;
  font-size: 18px;
}

.lokacja a {
  color: #FFF;

}

.lokacja2 a {
  color: #c8bfe7;
}


.kontakt_text {
  text-align:center;
  
}


.kontakt_text p {
  font-size: 15px;
}

.footer {
  width: 100%;
  float: left;

   left:0px;
   bottom:0px;
  
}

.zaufalinam {
  background: #000;
  width: 100%;
  height: 70px;
  float: left;
  border-top: #d3a145 2px solid;
  padding-top: 20px;
  font-size: 20px;
  color: #d3a145;
}

.zaufalinam p {
 text-align: center;
  color: #d3a145;
}



.tworcy {
  width: 100%;
  height: 15px;
  background:  #110f34 ;
  font-size: 10px;
  float: right;
}


.wallpaper {
  float: left !important;
}


.tworcy p {
  float: right;
}





/************PODSTRONA**************/

.podstrona {
  width: 100%;
  height: auto;
  margin-top:10%;
 
  background: rgba(0,0,20,0.7);
  border-radius: 3pt;
  padding-top: 5%;
  padding-bottom: 5%;
  float: left;

}

.podstrona h2 {
  color: #c8bfe7;
  font-weight: bold;
}

.podstrona p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}


.menuboczne {
 margin-left: -5px;


}

.trescpodstrony {
  border-left: 1px solid #f2f2f2;
  
  max-height: 430px;

  overflow-y: auto;

  margin-left: 5px;
}



/*******SCROLL*************/

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(200,191,231,0.6); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(200,191,231,0.3); 
}



.menuboczne ul  {

  
  list-style: none;
  
  margin-top: 25px;

  padding-left: 0;
  

}

.menuboczne ul li {
  margin-top: 12px;
  text-align: center;
  /*border-bottom: 1px solid #c8bfe7;*/
}

.menuboczne a {
  color: #c8bfe7;
 font-size: 12px;
 
}


.menuboczne a:hover {
  font-weight: bold;
  border: none !important;
  
}


.current {
  
  font-weight: bold;
}

.menuboczne p {
  color: #c8bfe7;
   
   font-size: 16.5px;
   text-align: center;

}

.podstrona2 {
  width: 100%;
  height: auto;
  margin-top:20%;
  background: rgba(0,0,20,0.7);
  border-radius: 3pt;
  border: 2px solid #ab6821;
  padding: 5%;

}

.podstrona2 h2 {
  color: #c8bfe7;
  font-weight: bold;
}

.podstrona2 p {
  color: #fff;
}




@media (max-width: 1199px) {
  
    .lokacja {
      display: none;
    }

    .kontakt {
      margin-top: 15%;
      margin-left: 20%;
    }

   .kontakt_text {
  
      padding-top: 0%;
  
    }

    .trescpodstrony {
      max-height: none;

    overflow-y: none;
    }

  }


@media (min-width: 1200px) {
  
    .footer {
      position:fixed;
    }

    .lokacja2 {
      display: none;
    }




  }


