body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-image: url("../image/body.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	color: #2F2F2F;
	font-family: 'Roboto', sans-serif;
}


/*  Kontener strony  */

.content{
	padding:0;
	max-width:1100px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top: 150px;
}

.ue{
	background-color:  rgba(255, 255, 255, 0.8);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}


.logo {
	width: 375px;
	margin-left: 0;
	margin-top:40px;
}

/* Górne kafelki */

.info{
	width:50%;	
	height:650px;
	background-color:white;
	float:left;
	word-wrap:break-word;
	background-color:  rgba(255, 255, 255, 0.8);
	font-size: 30px;
	font-family: arial;
	border-bottom-left-radius: 50px;
}

a:hover{
	color: red;
}

a{
	color: black;
}

.slownik{
	width:50%;	
	height:650px;
	background-color:white;
	float:left;
	word-wrap:break-word;
	background-color:  rgba(255, 255, 255, 0.8);
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	border-bottom-right-radius: 50px;
}
.eu{
	height:100px;
	margin-top: 20px;
	
	
}

.eu_text {
	font-size: 16px;
	clear: both;
	float:left;
	color: #2F2F2F;
	background-color:  rgba(255, 255, 255, 0.8);
}
.text{ 
	font-size: 24px
}
.cont {
	clear: both;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-left: 55px;
}

.small{
 	font-size: 18px;
 	margin-top: 20px;
}

.piorun{
	float: left;
}

/* Środkowe kafelki */
.sponsor{
	width:50%;	
	height:250px;
	background-color:white;
	
	float:left;
	word-wrap:break-word;
	background-color:  rgba(255, 255, 255, 0.8);
	font-size: 30px;
	font-family: arial;
	border-bottom-left-radius: 50px;
}



.galeria{
	width:50%;	
	height:250px;
	background-color:white;
	float:left;
	word-wrap:break-word;
	background-color:  rgba(255, 255, 255, 0.8);
	font-family: arial;
	
	
}

.galeria1{
	font-size: 35px;
	font-family: arial;
}


a:link {
	text-decoration: none;	
}


/* Dolny Kafelek */
.pomoc{
	width:100%;	
	height:200px;
	background-color:white;
	float:left;
	
	word-wrap:break-word;
	background-color:  rgba(255, 255, 255, 0.8);
}

.fb{
	width:28px;
	height: 28px;
	position: relative;
	bottom:26px;
	clear: both;
}

/* Skalowanie */
@media (max-width: 1080px){
	.galeria,.info,.sponsor,.pomoc,.slownik,p{
	width:100%;
	height:33.33%;
	}
	
	.slownik{
		border-top-right-radius: 0px;
	}
	.pomoc{
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 414px) {
	.galeria,.info,.sponsor,.pomoc,.slownik,p{
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	}
	.cont {
		margin-left: 0 !important;
		text-align: left;
	}
	.small{
		text-align: center !important;
		font-size: 16px !important;
		margin-bottom: 40px !important;
		margin-left: 10px !important;
	}
	.eu{
	height:50px;
	margin-top: 20px;
	}
}

/*INFO*/
#inffo
{
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	font-family: arial;
	font-size: 20px;
	background-color:  rgba(255, 255, 255, 0.8);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding:5px 10px 20px 10px;
}

.imie
{
	color: darkred;
}

/*słownik*/
#slownik{
	text-align: center;
	font-size: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	font-family: arial;
	background-color:  rgba(255, 255, 255, 0.9);
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding:5px 10px 0 10px;
}

