@media screen and (min-width:1600px) {
	.logo_tjitske img {
		max-width: 120%;
		margin-left: 50px;
	}
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  
	.logo_tjitske img {
		max-width: 130%;
		margin-left: 150px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 900px) {
  
	.logo_tjitske img {
		max-width: 140%;
		margin-left: 100px;
	}
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
  
	.logo_tjitske img {
		max-width: 170%;
		margin-left: 50px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 500px) {
  
	.logo_tjitske img {
		max-width: 70% !important;
		margin-top: 15px !important;
		margin-left: 50px !important;
	}
}

@media only screen and (max-width: 650px) {
  	.hamburger-icon-v1::before {
	font-size: 25px !important;
	top: 2px !important;
}
		
	.logo_tjitske img {
		max-width: 75% !important;
		margin-top: 15px !important;
		margin-left: 10px !important;
	}
}

.modula-gallery-title {
		display:none;
}

.hamburger-icon-v1 {
		max-width: 40%;
}

.clearfix {
		display:none;
}