html {
  scroll-behavior: smooth;
}
.h-100vh {
		min-height:100vh;
}
#intro .gb-headline > img {
	border-radius:0.25em;
	box-shadow: 0 1rem 3rem rgba(20,20,20,.75)!important;
}

.img-fluid img {
  max-width: 100% !important;
  height: auto;
}

.figure-rounded img {
	border-radius:1em!important;
}
/*
.wp-block-quote cite {
	line-height: 3em;
	font-size: 1em;
}
*/
.wp-block-quote cite {
		font-weight:300!important;
}
.wp-block-quote p {
/*	font-size: 1.4em; */
	margin-bottom: 0;
}

blockquote.wp-block-quote {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
		border-left: 5px solid rgba(0,0,0,0.3);
}

.shadow-inset {
  /* box-shadow: inset 0 0 5em 3em rgba(20,20,20,.2)!important; */
}
#my-social-buttons .gb-button {
		box-shadow: 0 0.5rem 1.2rem rgba(20,20,20,.1)!important;
}
#my-social-buttons .gb-button-text {
		text-align:left;
		width:100%;
}

footer#rodape a.gb-button {
		text-align:left!important;
		align-items: start;
		justify-content: start;
}