@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}

body{
    padding: auto;
    margin: auto;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/tlo_menu.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.language-banner {
	background-color: #333333;
	padding: 10px;
  }
  
  .language-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
  }
  
  .language-option {
	display: inline-block;
	margin-right: 10px;
  }
   
  .lan_img{
	padding: 4px;
	border-radius: 3px;
	height: 24px;
	width: 24px;
  }

  .lan_img_active{
	padding: 4px;
	border-radius: 3px;
	height: 24px;
	width: 24px;
	background-color:#ff6600;
  }

  .lan_img:hover{
	background-color: #669900;
  }

  .lan_img_active:hover{
	background-color: #669900;
  }

.navbar
{
	font-family: Montserrat;
}

nav{   
	box-sizing:border-box;
}

nav ul{
	float:right;
	margin-right:20px;
	box-sizing:border-box;
	list-style:none;
}

nav ul li{
	display:inline-block;
	line-height:80px;
	padding:10px 40px;
}

nav ul a{
	color:white;	
	text-decoration:none;
	box-sizing:border-box;
}
a.active
{
	color:#669900;	
}

nav ul li a:hover{
    color: #ff6600;
}

.navbtn{
	float:right;
    margin-right:60px;
    font-size: 40px;
    color: white;
	line-height:120px;
	cursor:pointer;
	display:none;
}

.navbtn:hover{
    color: #8c8c8c;
}

#check{
	display:none;
}
.logo_its
	{
		margin-top:30px;
		padding:0 70px;
		width:300px;
	}

@media (max-width:700px){
	
	.logo_its
	{
		width:150px;
		margin-top:30px;
		padding:0 30px;
	}
	
	
	.navbtn{
    margin-left:auto;
    margin-right:auto;
    }
    .lan_img{
		width: 18px;
		height: 18px;
	}
	.lan_img_active{
		width: 18px;
		height: 18px;
	}
	
}

@media (max-width:1690px){
	.navbtn
	{
	    display:block;
	}
	
	nav ul
	{
		position:relative;
		width:100%;
		top:0px;
		left:-100%;
		text-align:center;
		transition:all .5s;
	}
	
	nav ul li
	{
	    display:block;
	}
	
	#check:checked ~ ul
	{
		left:0;
	}
	
	#check:not(:checked) ~ ul
   {
 	    margin-bottom:-600px;
   }
}

footer
{
    line-height:2;
    background-color:#333333;
    color:white;
    display: flex;
    flex-wrap:wrap;
    padding:50px 10px 200px 10px;
    position: relative;
    font-family: Montserrat;
}
    
.footer 
{
    padding-right: 20px;
    padding-left: 20px;
    width:1200px;
    margin:auto;
}
    
.footer a
{
    color:white;
    text-decoration:none;
        
}
    
    
    
.linki
{
    text-transform:uppercase;
    border-top:2px solid white;
    padding:0 100px 0 0;
    float:left;    
}
    
    
.linki ul
{
    list-style-type:none;
}
    
.linki ul li a:hover
{
    color: #ff6600;   
}
    
.ofertastopka 
{	
    text-align:center;
    border-top:2px solid white;
    float:left;
    padding-top:8px;
    padding:0px 100px 0px 0px;
}
    
.ofertastopka ul
{	     
    list-style-type:none; 
}
    
.ofertastopka ul li a:hover
{
    color: #ff6600;    
}
    
.ofertastopka a:hover
{
    color: #ff6600;    
}
    
.ofertastopka ul li ul li
{	
    font-size:0.9em;   
}
    
.ofertaleft
{
    text-align:justify;
    float:left;
        
        
}
    
.ofertaright
{
    text-align:justify;
    float:left;      
}
    
.kontakt 
{	
    border-top:2px solid white;
    float:left;
    padding-top:12px;     
}
    
    
    
.lefttringle {	
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 7vw solid #ff6600;
    border-right: 37vw solid transparent; 
}
    
.logostopka
{
    width:10vw;
}
    
.righttringle {	
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 9vw solid #669900;
    border-left: 95vw solid transparent;   
}
    
.icon-facebook-squared
{
    color:white;
    right: 2vw;
    top: 15px;
    position:absolute;
    font-size:4vw;
}
    
.icon-instagram
{
    color:white;
    right: 10vw;
    top: 15px;
    position:absolute;
    font-size:4vw;
}
    
.icon-facebook-squared a
{
    text-decoration:none;
    color:white;
}
    
.icon-instagram a
{
    text-decoration:none;
    color:white;
}
    
.icon-facebook-squared:hover
{
    color: #ff6600;
}
    
.icon-instagram:hover
{
    color: #ff6600;
}

.Copywright{
    font-family: Montserrat;
    right: 40vw;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 20vw;
    font-size: 0.75vw;
}

.napis_zabudowy{
    font-family: Montserrat;
    color: white;
    font-size: 2vw;
    text-align: center;
    align-items: center;
}

.Gallery{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}

.Gallery .Kolumna{
    display: flex;
    flex-direction: column;
    width: 32%;
}

.Gallery .Kolumna img{
    width: 100%;
    padding-bottom: 28px;
    border-radius: 8px;
}

@media screen and (max-width: 1000px){
    .Gallery{
        flex-direction: column;
        padding-left: 50px;
        padding-right: 50px;
    }
    .Gallery .Kolumna{
        width: 100%;
    }
}

.opis_zabudowy{
    font-family: Montserrat;
    color: white;
    font-size: 23px;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
    align-items: center;
}