/* Enter Your Custom CSS Here */
#menu-menu-1 {
text-align: center;
}

.row {
/*poistaa tyhjän tilan palstojen välistä*/ 
font-size: 0; 
}
.col-1-of-3 {
font-size: 14px;
display: inline-block; 
width: 33%;
vertical-align: top;
}
@media screen and (max-width: 600px) {
	.col-1-of-3 {
	width: 100%; 
	}
}
.col-1-of-3 a {
display: inline-block;
text-transform: uppercase;
margin-bottom: 10px;
}