@charset "utf-8";
/* Most of these styles could be removed but are for the demo to look better */


  
        
 

html,
body {
  margin: 0;
  height: 100%;
  background:black;
  background-image: url("../../../../../images/tlo2.webp");
 background-repeat: no-repeat;
  background-size: cover;
  color:white;
 font-family: 'Open Sans', sans-serif;
}
h3{
font-weight:400;
margin-top:10px;
margin-bottom:10px;
}
.tresc{
    padding-top:700px;
}
.stopka-con{
    background:#f05133;
}
.carousel{
}
.carousel img{
}
.carousel-caption h3{
}
.tlo{
position: relative;
left:0px;
top:0px;
}
.naglowek{
    position:fixed;
    top:175px;
}
.naglowek h3{
font-size:4rem;
font-weight:300;
}
.nav-link{
    font-size:110%;
}
.obszary{
    padding:15px;
}
.obszary div{
    background:white;
    border-radius: 32px;
    padding:15px;
    margin-bottom:30px;
    height:100%;
    color:#333;
}
.obszary h4{
    color:#f05133;
}
.orange{
    background-color:#f05133 !important;
}
ul.mod-menu{
    font-weight: normal;
    background:#f05133;
    border-radius: 32px;
    padding-left:50px;
    padding-right:50px;
    padding-top:5px;
    padding-bottom:5px;
}
.nav-item a{
        color:white !important;
}

.mod-languages__list li a{
   padding:16px 18px 16px 18px!important;
   background:#f05133;
    border-radius: 50px;
}
li.nav-item a:hover, li.nav-item.current a{
    color:#9A1088 !important;    
}