/*
Theme Name: Tours Theme
Theme URI: https://example.com/
Author: Your Name
Description: Custom WordPress theme based on static HTML site
Version: 1.0
*/
a.logo img{max-width:100%;}

@media (min-width: 768px) and (max-width:1200px){
	header .header-content h1{
      font-size:1.2em;	
	}
	header .header-content .nav-desktop{
	    gap: 1rem;
	}
}

@media (min-width: 768px) and (max-width:931px){
	header .header-content h1{
      font-size:1em;	
	}
}
.page-template-page-destinations .tours-container .tour-content h3{
	text-align: center;
}