* {
	color: #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	background: transparent !important;
}
html {
	background-color: #fff;
}
nav ul {
	display:none;
}
a[href] {
	font-weight: bold;
	text-decoration: underline;
	color: #06c;
	border: none;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
figure {
	margin-bottom: 1em;
	overflow: hidden;
}
figure img {
	border: 1px solid #000;
}
nav,
.sec-main-header,
.navbar-toggler,
#back-top  {
	display: none;
}
.container {
	width: 100% !important;
}
.wp-block-columns.inset {
	padding: 0 !important;
}