body, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: none;
}
body {
	background-color: hsla(0,0%,5%,1);
	text-align:center;
	margin-top:3.5em;
	font-family: "Segoe UI","Frutiger","Frutiger Linotype","Dejavu Sans","Helvetica Neue","Arial",sans-serif ;
}
thumbs img {
	display: inline-block;
	width: 24.7%;
	border: 0.5px solid transparent;
}
@media (max-width: 660px) {
  thumbs img{
	width: 24.5%
  }
}
@media (max-width: 400px) {
  thumbs img{
	width: 24%
  }
}
@media (max-width: 200px) {
  thumbs img{
	width: 23%
  }
}
thumbs {
	font-size: 0;
}
a{
	color: hsl(0,0%,60%);

}
h1 a {
	color: hsl(0, 0%, 60%);
	text-align: left;
	top:0;
	left:0;
	margin: 0em 0.25em 0.5em 0.1em;
	padding: 0em 0.2em;
	/*font-size: larger;*/
	font-size: 40px;
	font-weight:200;  
	text-decoration: none;
	text-shadow: 1px 1px 0px hsl(0, 0%, 0%);
	letter-spacing: 0.75px;
	position: fixed;
	background-color: hsla(0,0%,0%,0.85);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.85);
	-moz-box-shadow: 		0px 0px 5px 5px rgba(0,0,0,0.85);
	box-shadow: 				0px 0px 5px 5px rgba(0,0,0,0.85);
}
h2 {
	margin: 0;
	padding: 0.2em 0.3em 0.1em 0.3em;
	border: 0;
/* 	width:25%; */
	text-align: left;
	font-size: 23px;
/* 	background-color: green; */
	top: 0;
/* 	left: 75.5%; */
right: 0.2em;
	position: fixed;
	font-weight:200;
	background-color: hsla(0,0%,0%,0.85);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.85);
	-moz-box-shadow: 		0px 0px 5px 5px rgba(0,0,0,0.85);
	box-shadow: 				0px 0px 5px 5px rgba(0,0,0,0.85);
	float: right;
}
#twitterlogo {
	margin: 0;
	padding: 0;
	border: 0;
	height:30px;
	width:30px;
/* 	float: right; */
	background-color: green;
/* 	display:inline-block; */
	mask-image:url(img/twitter.svg);
	-webkit-mask-image:url(img/twitter.svg);
}