@import url("../prana/style.css");

/*
Theme Name: My Child Theme
Theme URI: http: //keystothecucina.com/
Description: This is a custom child theme I have created.
Author: Alexe
Author URI: http: //keystothecucina.com/
Template: prana
Version: 0.1
*/

.container_12 .grid_3, .container_16 .grid_4 {
    width: 300px;
}

.container_12 .grid_9, .container_16 .grid_12 {
    width: 700px;
}

.container_12, .container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 1040px;
}

.categories li {
 padding: 20px; margin: 10px; background-color: #BDD6DB; float: left;
    font-family: 'Bitter', serif;
    color: #ffffff;
    font-weight: normal;
font-size: large;
text-align: center;
border-radius: 5px;
}

.categories ul {
list-style-type: none!important;
}

.categories li a {
    color: #ffffff;
}


.categories li a:hover {
    color: #000000;
}




