:root{
    --green: #0b6956;

    --dark: #1b1b1b;
}
 
 
 body
 {	
	/*background-image		: url(img/backgroundimage_CF.jpg);*/
	background-attachment	: fixed;
	background-repeat		: no-repeat; /* space; /*round;*/
	background-position		: 50% ;
    background-color: var(--green);
    background: linear-gradient(to right top, var(--dark), var(--green)); 
    justify-content: center;
    align-items: center;

    color: #fff;
    font-family: "Montserrat", sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
    font-size				: 17px;
    overflow-x: hidden;
 }
 .container {
    width: 90%;
    /*height: 76%;*/
    background: rbga(0, 0, 0, 0.75);
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.25)) ;
    padding: 32px 92px;
    border-radius: 20px;
    position: relative;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(5px);
}


 .bg_img {
    position: fixed;
    

}
.bg_left{
    /*bottom: 0;*/
    left: 0%;
    height: 100vh;
    opacity: 0.90;
}
.bg_right{
    top: 20%;   
    left: 60%;
    height: 80vh;
    animation: rotate 60s linear infinite;
    opacity: 1;
}
@keyframes rotate{
    form { transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}



 h1
{
	font-size				: 48px;
	font-weight				: 400;
	color					: #C0D06F;
	margin					: 20px;
}
h2
{
	font-size				: 36px;
	font-weight				: 400;
	color					: #C0D06F;
	margin					: 20px;
}
h3
{   text-align				: center;
	font-size				: 26px;
	font-weight				: 400;
	color					: #eb0914;
	margin					: 20px;
}
p{
    
    font-size: 20px;
    font-weight: 400;
}
.navbar
{
	min-height				: 57px;
}

.bg-menus
{
	background-color		: #056334 !important;
    background: rbga(0, 0, 0, 1);
    background: linear-gradient(to right top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25)) ;
}
.naglowek_g h1 {
    text-align				: center;
    text-shadow				: 2px 2px 10px blue;
    color					: yellow;
    font-size				: 3em;
}
.naglowek_g h2 {
    text-align				: center;
    text-shadow				: 2px 2px 10px red;
    color					: yellow;
    font-size				: 2em;
}

.oferta{
    text-align				: center;
    /*background-color		: white;	*/
	opacity					: 0.97;
	padding					: 8px;
}
.stopka {
	clear				:both;
	text-align			:center;
/*	font-size			:1.4em;
	line-height			:1.5em;
*/
	width				: 100%;	
	
	background-color	: #000000;
    z-index: 2;
    position: absolute;
      }

.doswiadczenie
{
	width					: 100%;
	margin					: 0 0 0 0;
	padding					: 0;
	animation				: moja3 3s ease-in 2s infinite normal backwards;
    -webkit-animation		: moja3 3s ease-in 2s infinite normal backwards; 
		/* zapis dla przeglądarki Google Chrome, Safari, Opera 15+ */
      }
      @keyframes moja3
      {
        0% { background-color:white; }
        100% { background-color:red; }
      }
      /* zapis dla przeglądarki Google Chrome, Safari, Opera 15+ */
		@-webkit-keyframes moja3
      {
        0% { background-color:white; }
        100% { background-color:red; }
      } 



#mapa_google {
	max-width			: 100%;
	padding				: 0.8em;   
	text-align			: center; 
}
#uwaga {
	max-width			: 100%;
}	
#section1  {
	width				: 100%;
	float 				: left;   
	opacity				: 0.95;
	  
    }	
 #section2  {
	width				: 100%;
	float 				: left;

    }
#section3  {
	width				: 100%;
	float 				: left;   
	opacity				: 0.95;
	  
    }	
 #section4  {
	width				: 100%;
	float 				: left;
	opacity				: 0.95;	
    }	
#stopka {
	clear				:both;
	text-align			:center;
	font-size			:1.4em;
	line-height			:1.5em;
	width				: 100%;	
	background-color	: #39b1a4;;

      } 


#cookieinfo  {
    margin: 0px;
    padding: 20px;
	width: 100%;

	
}


#cookieinfo {
    position: fixed;
    font-size: 16px;
    font-family: Arial, Verdana, sans-serif;
	border-radius: 11px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 5px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 12px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 3px;
}

#cookieinfo p {
	padding: 30px;
    font-size: 16px;
    color: #afb4bc;
    line-height: 1.1em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
    height: 32px;
    border-radius: 11px;
    line-height: 32px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925;
}
