/*
 Theme Name:   Child Theme
 Theme URI:    https://generatepress.com
 Description:  Child Theme based in Generate Press
 Author:       Mark Wiard
 Author URI:   https://markwiard.com
 Template:     generatepress
 Version:      0.1
*
*
*
*
*/

.one-container .container {
	background: none;
}

main-navigation ul ul { /*  nice drop down menu box shadow */ 
    border: 1px solid #f7f7f7; 
    border-radius: 5px; 
    padding: 15px; 
    transition: all .5s ease-in-out; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
} 


#breadcrumbs {
	font-size: 10px; 
	color: #8e908f;
	margin:1em 0 2em 0;
}
#breadcrumbs a {
	display: inline; 
	border: none; 
	padding: 0; 
	text-transform: none;
}

body { /* adds the background - but does not stretch */
	color: black;
	background: url(images/Background-2015.jpg) no-repeat top center fixed;
	     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
	background-color: #4D2600;
}
.site-header {
	background: none;
}
 
.sidebar .widget .widget-title {
    color: white;
	background: black;
	padding: 10px;
}