/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
#site-navigation a {
	font-weight: bold;
	font-size: 15px;
	border-radius: 40px;
	color: #000000;
	margin-right: 5px;
/* Adds space to the right of each item */
	height: 40px;
/* Adjust this value to reduce or increase the height */
	min-height: 0;
/* Ensures the menu bar does not go below a certain height */
	display: flex;
	justify-content: center;
/* Centers the menu */
	align-items: center;
/* Aligns vertically */
	height: auto;
/* Adjusts the overall height */
}

.site-branding .custom-logo-link img {
	max-width: 150px;
	max-height: 120px;
	display: flex;
	justify-content: center;
/* Centers the menu */
	align-items: center;
/* Aligns vertically */
	height: auto;
/* Adjusts the overall height */
}

.custom-logo {
	margin-bottom: -20px;
/* Reduces the bottom margin of the logo */
	margin-top: -0;
}

.post {
	text-align: justify;
}

.wp-block-button__link {
	background-color: #000;
/* Sets the background to black */
	color: #fff;
/* Sets the text color to white */
	border-radius: 0;
/* Removes any border radius to make the links square */
	padding: 5px 20px;
/* Reduces vertical padding to decrease height */
	border: none;
/* Optional: Removes any border */
}

#post-1901 > div > header {
	margin-top: 5px;
/* Reduces the top margin; adjust as needed */
	margin-bottom: 5px;
/* Reduces the bottom margin; adjust as needed */
	padding-top: 0;
/* Reduces the top padding; adjust as needed */
	padding-bottom: 5px;
/* Reduces the bottom padding; adjust as needed */
}

.wpnbha article .entry-title,
font-family: Oswald, sans-serif;  /* Sets the font to Oswald */
    font-weight: 700;  /* Makes the font bold */
    text-transform: uppercase;  /* Turns the text to uppercase */
    text-align: left;  /* Keeps the title left-aligned */
.wpnbha article p {
	text-align: justify;
/* Justifies the text for titles and paragraphs */
}

.wpnbha article .entry-title {
	font-family: 'Oswald', sans-serif;
/* Sets the font to Oswald */
	font-weight: 700;
/* Makes the font bold */
	text-transform: uppercase;
/* Turns the text to uppercase */
}

.custom-icon1 a {
	padding-left: 20px;
/* Adjust space for icon */
	background-image: url('https://i.ibb.co/2gqvRYk/5282541-fb-social-media-facebook-facebook-logo-social-network-icon.png');
/* Path to your icon image */
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
/* Adjust size of the icon */
}

.custom-icon2 a {
	padding-left: 20px;
/* Adjust space for icon */
	background-image: url('https://i.ibb.co/64qXNmp/5282544-camera-instagram-social-media-social-network-instagram-logo-icon.png');
/* Path to your icon image */
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
/* Adjust size of the icon */
}
/* Remove sublinhado dos links do menu */
.main-navigation a,
.main-menu a,
nav a {
  text-decoration: none !important;
}