body{
	background-image: url("/atteli/klacukanals/blue.JPG");
	background-repeat: repeat; /* Tiles horizontally */
	background-size: 200px;
	overflow-y: hidden;

}

#tekstakaste{
	height: 30vh;
	width: 100%;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	color: white;


	

}
#tekstakaste p{
	font-weight: bold;	
	


}
.apaksa{
	height:70vh;
	width: 100%;
	display:flex;
	flex-direction: column;
	align-items: center;
	
}
.izlietne{
	height:500px;
	width: 300px;
}

.pogas{
	display:flex;
	flex-direction: row;

}
.pogas a{
	margin: 20px;
	height: 30px;
	width: 120px;
	background-image: url("/atteli/klacukanals/tile1.gif");
	padding: 10px;
	text-align: center;
	line-height: 2;
	cursor: pointer;

	            font-weight: bold;
            color: #fff;
            text-shadow:
                0 0 5px #fff,
                0 0 10px #fff,
                0 0 15px #fff,
                0 0 20px #e60073,
                0 0 35px #e60073,
                0 0 40px #e60073,
                0 0 50px #e60073,
                0 0 75px #e60073;
}
.pogas a:hover{
	text-shadow: none;
	color: lightgray;
	box-shadow: 0 0 2px 1px silver;


}
