/*
Theme Name:   generatepress child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/

/* Write here your own personal stylesheet */

.navigation-branding img, .site-logo.mobile-header-logo img
{ 
	height:auto !important;
	margin-left: 0px!important;

}

@media screen and (max-width: 768px)
{
.main-navigation, .menu-toggle {
    background-image: none;
}
}

.site-logo.mobile-header-logo
{
	margin-left: 0px !important;
}

.site-main a 
{text-decoration: underline}

.site-main a:hover
{text-decoration: none}

.entry-title {
    margin-bottom: 30px !important;
    margin-top: 50px;
}

@media screen and (max-width: 767px)
{
	.entry-title {
	margin-top: 0px !important;
	}
}


@media screen and (min-width: 768px)
{
.inside-navigation {
    position: relative;
    background-image: url('https://ingerklein.nl/wp-content/uploads/nav_back.jpg');
	background-color: #FFFFFF !important;
}
}