@charset "utf-8";
/* CSS Document */


section
{
    position: relative;
    /* bottom: 0; */
    /* top:50px; */

    /* background-color: #303030; */
    width: 100%;
    min-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 100px;
    /* align-content: center; */
    /* align-items: center; */
    top:0px;
    
}

.linia
{
    width: 99%;
    margin: 0 auto;
    padding-bottom: 5%;
    padding-top: 2%;
    /* border: #222 solid; */
}

.text
{
    font-size: 160px;

}

.tile1
{
	margin: auto;
	width: 45%;
	height: 30%;
	background-color: #ee5a32;
	float: left;
	text-align: center;
    font-size: 30px;
    border-radius: 20px; 
}

.tile1:hover
{
	background-color: #2084c2;
}

.tile2
{
	margin: auto;
	width: 45%;
	height: 30%;
    min-width: 230px;
    min-height: 142px;
	background-color: #666666;
	float: right;
	text-align: center;
    border-radius: 20px; 

}

.tile2:hover
{
	background-color: #444;
}

.tile3
{
	margin: auto;
	width: 45%;
	height: 30%;
    min-width: 230px;
    min-height: 142px;
	background-color: #666;
	float: left;
	text-align: center;
    border-radius: 20px; 
}

.tile3:hover
{
	background-color: #aaa;
}

.tile4
{
	margin: auto;
	width: 45%;
	height: 30%;
    min-width: 230px;
    min-height: 142px;
	background-color: #ee5a32;
	float: right;
	text-align: center;
    border-radius: 20px;
    font-size: 30px;
} 

.tile4:hover
{
	background-color: #82b637;
}


div.tile4 i
{ 
    font-size: 105px;
	display:block;
	/* font-display: auto; */
	margin-top: 20px;
	top: -30px;
}

a.tilelink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
    border-radius: 20px; 
}

a.tilelinkhtml5
{
	color: #ffffff;
	text-decoration: none;
    /* font-size:large; */
}
