/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for Lectoraat Innovatie & Groenstedelijke ruimte
 Author:         Diana Brandt
 Author URI:     http://www.dianabrandt.nl
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


#logo {
  content: url(http://www.citiesnaturebased.com/wp-content/uploads/2025/02/aeres-lectoraat-igr2.png) !important;
  max-width: 450px !important;
}

.et-fixed-header #logo {
  content: url(http://www.citiesnaturebased.com/wp-content/uploads/2025/02/aeres-lectoraat-igr2.png)!important;
  max-height: 80%;
}
body.language-en #logo {
  content: url(http://www.citiesnaturebased.com/wp-content/uploads/2025/02/aeres-lectoraat-igr2-en.png)!important;
  max-width: 450px !important;
}
body.language-en .et-fixed-header #logo {
  content: url(http://www.citiesnaturebased.com/wp-content/uploads/2025/02/aeres-lectoraat-igr2-en.png)!important;
  max-height: 80%;
}



p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: underline;
}

h1 {
	
	font-size: 40px;
}
h2 {
	
	font-size: 28px;
}

h3 {
	
	font-size: 24px;
}
h4 {
	
	font-size: 20px;
}



#et-top-navigation {
	font-weight: normal !important;
}


.single-post #main-content{
	background-color: #C3DDCA;
}

#main-content .container::before {
    width: 2px;
    background-color: #5DC3B2;
  
}

/* zoom effect */

.gb-container.add-zoom-effect {
    overflow:hidden;
}

.gb-container.add-zoom-effect img:hover {
    transform:scale(1.3);
}

.gb-container.add-zoom-effect img  {
    transition: 0.7s ease-in;
}