/*
Theme Name:     Twenty Thirteen Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Thirteen theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentythirteen
Version:        0.1.0
*/

@import url("../twentythirteen/style.css");

.navbar {
	background-color: #220e10;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.nav-menu li a {
	color: #d7cecd;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
	font-style: normal;
}