/**
 * Theme Name: Cakifo child
 * Theme URI: http://link-to-your-site.com
 * Description: Describe what your theme should be like.
 * Version: 1.0
 * Author: Your Name
 * Author URI: http://link-to-your-site.com
 * Tags: Add, Whatever, Tags, You, Want
 * Template: cakifo
 */

@import url( '../cakifo/style.min.css' );

/* Custom code goes below here. */


body{margin:0;font-size:16px;font-weight:normal;line-height:1.6;background-color:#fff;color:#1c1c1c}


.main-navigation .menu-item > a {
  display: inline-block;
  padding: 20px 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
  text-shadow: 1px 1px 0 #1a1a1a;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}


