/*
Theme Name: Flash and Canvas
Template: twentytwentyfour
Author: Miguel Silva
Version: 1.0
Description: Child theme twentytwentyfour
*/

.wp-element-button{
	border-radius:0 !important;
}

.wp-element-button:hover {
  border-color: #485166 !important;
}

.wp-block-navigation > button > svg{
	width:50px !important;	
	height:50px !important;	
}

.wp-block-navigation-item__content:hover,
.wp-block-navigation-item__content.active
{
	text-decoration: none !important;
	font-weight: bold !important;
}

*:focus {
  outline: none !important;
}

.current-menu-item > a {
    font-weight: bold !important;
}

.wp-element-button:hover {
  border-color: #485166 !important;
}
h6 {
  color: #1B2640; 
  font-size: 18px; 
}
h6 a {
  color: inherit;
  text-decoration: underline; 
}



