.search .site-title a, .search .site-title a:visited, .search .site-title a:hover, .archive .site-title a, .archive .site-title a:visited, .archive .site-title a:hover, .blog .site-title a, .blog .site-title a:visited, .blog .site-title a:hover, .page:not(.singular) .site-title a, .page:not(.singular) .site-title a:visited, .page:not(.singular) .site-title a:hover {
   color: #ffffff;
}


.custom-logo{
    max-width: 120px;
    max-height: fit-content;
    width: auto;
    height: auto;
    margin: auto;
    display: revert;
		border:ridge;
		border-top-color:white;
		border-bottom-color:white;
		border-right-color:white;
		border-left-color:white;
		transform: translateX(10px);	
}

	
	

/*
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-206661018-1');
*/

.entry-content {
    /*width: 80vw;*/
	width: 100%
	text-align: justify	
}

.wp-block-group__inner-container{
padding: 10px;

}

.wp-embed-responsive{
	padding: 0px;
	width: 100%;
	display: block;
	position: relative;
	
}