@import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Special+Elite&display=swap');

body {
  background-color:black; margin: 0px;
  font-family: "Gill Sans", "Gill Sans MT", "Calibri", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

a { text-decoration: none; }
a:link { color: black; }
a:visited { color: black; }
a:hover { color: #98002e; }
a:active { color: red; }

li.onelink:hover { cursor:pointer; }
li.onelink:hover a { color: #98002e; }
li.onelink:active a { color: red; }

.marker {
  font-family: 'Permanent Marker'; 
  font-weight: normal;
}

h2.zinehead, h2.zinehead a {
  font-size: 32px;
  font-family: 'Permanent Marker'; 
  font-weight: normal;
  color:#98002e;
  -webkit-text-stroke: 1px white;
}

hr {
  border:none;
  border-top: 2px dashed #98002e;
}

/* the floating cards */

ul.card {
	list-style:none;  
  width:auto;
  text-align:center;
}

/* for use with mobile window 424px wide = 400 tile + 2*2 border + 2*10 margin */

/* ul.card { padding-inline-start: 0px; }
@media only screen and (min-width:501px) {
  ul.card { padding-inline-start: 40px; }
} */

ul.card { padding-left: 0px; }
@media only screen and (min-width:501px) {
  ul.card { padding-left: 40px; }
}

ul.card>li ul {
	margin:0;
}

ul.card>li ul>li {
  list-style:none;  
}

ul.card>li {
	margin:10px;
  border:2px solid black;
	float:left;
	list-style:none;  
	background: white;
	display:block;  
	height:400px;
	width:400px;
}  

ul.card>li:hover {
  border: 2px solid #98002e;
}

ul.card>li:last-child { margin-bottom:21px; } /* make the space before an HR element look nicer */

/* cell one */

.spyname {
  font-family: 'Special Elite', "Courier New", Courier, monospace;
  font-size:48px;
  color:#98002e;
  padding:10px 10px;
}

.instagramlink {
  font-size: 28px;
}

table.instagramlink {
  margin-left:auto;
  margin-right:auto;
}

.instagramlink td {
  vertical-align:top;
  height: 40px;
}

/* H.U.T. Cell */

.image_off, #huthome:hover .image_on{ display:none }
.image_on, #huthome:hover .image_off{ display:block }
