/* licznik odwiedzin (wersja mobile) */
#counterPage
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 10px;
    text-align: center;
    background:rgb(9, 34, 54);
}

/* dla komputerów PC i tabletów (szerokość >= 410px) */
@media (min-width: 410px) {
    #counterPage {
        font-size: 14px;
    }
}

/* footer at the bottom of each page */
#footer
{
	width: 100%;
	background: linear-gradient(rgb(185, 180, 177), rgb(255,255,255));
	color: rgb(180, 120, 120);
	height: auto;
	text-align: center;

    padding-top: 20px;
    padding-bottom: 20px;
}

#footer_data {
	font-size: 12px; 
	width: 100%; 
	font-family: Tahoma; 
	color: black; 
	text-align: center; 
	display: inline;
}

#footer_author {
	color: black; 
	font-size: 11px; 
	width: 100%; 
	text-align:center;
	display: inline-block;
}

#footer_author a {
	color: black; 
	font-size: 10px; 
	width: 100%; 
	text-align:center;
	display: inline;
	line-height: 0px;
}

@media (max-width: 600px) {
	#footer .logo {
		display: none;
	}

	#footer_link a {
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 380px) {
	#footer_link a {
		font-size: 13px;
		line-height: 13px;
	}

	#footer_data {
		font-size: 11px; 
	}
	
	#footer_author {
		font-size: 10px; 
	}
	
	#footer_author a {
		font-size: 9px; 
	}
}

@media (max-width: 340px) {
	#footer_data {
		font-size: 10px; 
	}
	
	#footer_author {
		font-size: 9px; 
	}
	
	#footer_author a {
		font-size: 8px; 
	}
}