/*
 * Version: 2.1.2
 * File Description: Place here your custom CSS styles
 */
 
 #logo_img{
	 width: 75px;
	 border-radius: 50%;
 }
 .header-first{
	 display: flex;
	 align-items: center;
	 padding-top: 5px;
 }
 
 .site-slogan{
	 font-size: 23px;
	 margin-left: 15px;
	 padding: 0;
	 font-weight: 500;
 }