/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://jeffjohannsen.com/wp-content/themes/twentythirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       TMA
 Author URI:   http://example.com
 Template:     twentythirteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentythirteen-child
*/

@import url("../twentythirteen/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

.site-header .home-link {
    min-height: 800px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}

/* nav bar */

.nav-menu li a {

	color: #d4e9f3;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,

.nav-menu li a:hover {

	background-color: #d4e9f3;
	color: #000000;

}

.nav-menu .sub-menu,

.nav-menu .children {

	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;

}

.nav-menu .sub-menu ul,

.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;

}



ul.nav-menu ul a,

.nav-menu ul ul a {

	color: #fff;
	margin: 0;
	width: 200px;

}

.navbar {

	background-color: #0f1841;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.nav-menu .current_page_item > a,

.nav-menu .current_page_ancestor > a,

.nav-menu .current-menu-item > a,

.nav-menu .current-menu-ancestor > a {

	color: #E3CAA2;

	font-style: italic;

}

.widget {
	background-color: rgba(13, 17, 48, 0.6);
}

.body {
	background-color: rgba(255, 255, 255, 0.6);
}

.site {
	background-color: rgba(255, 255, 255, 0.8);
}

.site-footer .sidebar-container {

	background-color: rgba(13, 17, 48, 0.9);
	padding: 10px 0;

}

.site-footer .widget-area,

.sidebar .site-footer {

	text-align: center;
}	

.site-footer {
	
	background-color: #EEE8E4;
	background: url('http://www.jeffjohannsen.com/images/jeff-footer-graphic.png') no-repeat bottom right #EEE8E4;
}
padding: 20px 0;
}