




.body {

  background: url(rup_5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
    font-family: 'Lato', sans-serif;

}

.navbar-inverse {
  background-color: #4E505D;
      border-color: #4E505D;
      border-radius: 0px;
  
}

.min
{
    margin-top: -100px;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-text
{
    align-content: center;
}

  .affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
       background-color: #4E505D;
      border-color: #4E505D;
      z-index: 9999;
  }
  .affix-top {
      position: static;
      top: -35px;
  }
  .affix + .container-fluid {
      padding-top: 70px;
  }
 
.witamy
{
    font-size: 600%;
}

.witamy1
{
    font-size: 400%;
}



.tab-oder
{
    margin: 20% 20px 0px 0px; 
    height: 100%;
    width: 100%;
    font-family: 'Lato', sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
    color: antiquewhite;
    background-color: transparent;
    background-color:  rgba(0,0,0,0.6); 
    border-bottom: none;
}

/*rgba(169,17,34,0.9);*/

@keyframes color
{
    0% 
    {background-color: rgba(0,0,0,0.0);
     color: rgba(0, 0, 0, 0.0);
    }
    100%
    {background-color: rgba(0,0,0,0.5);
    color: white;
    }
}

.whi
{
    background-color: rgba(78,80,93,0.8);
    padding: 10px;
    text-align: left;
    color: antiquewhite;
}
      
.pink
{
    min-height: 50px;
    background-color:rgba(214,86,99,1);
    padding: 3%;
    margin-top: 20%;
    color: antiquewhite;
    margin-bottom: 0;
    font-size: 2px;
}



.blue
{
    min-height: 700px;
    
    background-image: url('rup_8.jpg');
    background-attachment: fixed;
    margin-bottom: 0;
    background-size: 100% 100%;
    color: antiquewhite;
   
}

.kre
{
    border-left: 2px rgba(214,86,99,1) solid;
}

.bg
{
  padding-top: 10%;
  background-color: rgba(0,0,0,0.5);
  text-align: left;
}

.way
{
    width: 60%;
    opacity: 0.7;
}



.scroll-to-top
{
   position:fixed;
   bottom:15px;
   right:20px;
   opacity:0.8;
   display: none; 
}

#scroll-to-top:hover{
   opacity:1;
}

@media screen and (max-width: 766px) {
    .tab-content {
        font-size: 6px;
    }
    
    h1
    {
        font-size: 20px;
    }
    
    h2
    {
        font-size: 18px;
    }
    
    .tab-oder
    {
        font-size: 10px;
    }
    
    
}
