/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Charles Iscove
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

body {
	font-family: 'Lato', sans-serif;
	max-width: 100%;
	font-size: 16px;
	margin: auto;
	padding: 0;
}

.inside-header{
	padding:0;
	margin:0;
/*	background:url('https://www.protectnatureto.org/wp-content/themes/generatepresschild/images/banner.jpg') 50% 50% no-repeat; 
	height: 280px; */
}

img {
  max-width: 100%;
  height: auto;
}


nav#secondary-navigation .current-menu-item  {
	border-bottom: solid 1px #c6c6c6;
}

a, a:hover {
	text-decoration: underline;
}


/*
@media screen and (max-width:768px) {
	#masthead {
		padding:0;
		background:url('https://www.protectnatureto.org/wp-content/themes/generatepresschild/images/banner1500x400.jpg') 50% 50% no-repeat; 
		height: 280px;
	}
}
*/
/*
 add border to navigation 
https://generatepress.com/forums/topic/what-is-the-css-for-navigation-and-secondary-navigation-borders/*/
/*@media (min-width:769px)
    .main-navigation .menu > li > a {
        border-right: 2px solid #000000;
    }
    .main-navigation .menu > li:last-child > a {
        border-right: 0;
    }
    .main-navigation .main-nav ul ul li a {
        border-bottom: 2px solid #000000;
    }
}*/