@media print {
	:root{
	--background-grey: #9da7a626;
	--text: #202020;
	--sub-text-navbar: #757575;
	--title-measure: 1.4rem;
	--lineColor: #ededed;
	--background-color: #ffffff;
	--bio-color-bg: #000;
	--semiL: #212529;
	--light: #808080;
	--black: #000;
}
	
	footer{
		display: none;
	}

	.main-nav {
		display: none;
	}

	.subscribe-box, .next-article, .btn, .bio-box{
		display: none;
	}

	a{
		text-decoration: none;
	}

	li {
		content: "» ";
	}

	.article-content p a:after {
content: " (" attr(href) ")";
font-size: 80%;
font-weight: 400;
}

	.article-content p a {
word-wrap: break-word;
}

	.article-content:after{
		content: "All rights reserved.";
	}

	.home-main:before{
		content: "SerHack – Security Researcher and Writer | Home Page";
	}

	.home-main{
		flex-direction: column;
	}

	.tag{
		background: inherit;
		color: inherit;
		padding: 0;
		margin: 0;
	}


}