* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

@font-face {
  font-family: 'Swear Text';
     src: url('../f/Swear_Text-Regular.woff2') format('woff2'), 
        url('../f/Swear_Text-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
  font-family: 'Vulf Mono';
     src: url('../f/Vulf_Mono-Regular_web.woff2') format('woff2'), 
        url('../f/Vulf_Mono-Regular_web.woff') format('woff'), 
        url('../f/Vulf_Mono-Regular_web.ttf')  format('truetype'); 
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'Vulf Mono Italic';
    src: url('../f/Vulf_Mono-Italic_web.woff2') format('woff2'), 
        url('../f/Vulf_Mono-Italic_web.woff') format('woff'), 
        url('../f/Vulf_Mono-Italic_web.ttf')  format('truetype'); 
    font-weight: 400;
    font-style: italic;
}

html, body, div, span, ol, ul, li, lh {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 16px;
    vertical-align: baseline;
}
a, a:hover { cursor: pointer !important; }
a img { border: 0; }
html { font-size: 100.01%;}
html.fullheight { height: 100%; }
body { 
    line-height: 1.5; 
    font-size: 90%;
    background: #fffbf9;
    color: #010101;
    font-family: 'Vulf Mono', monospace;
    text-align: center;
	height: 100%;
}

ul { margin: 0 0 -0.5em 0; padding-left: 0; clear:left; display:block; }
li { list-style-type: none; margin: 2px 0 0.5em 0; font-family: 'Swear Text', 'Vulf Mono', monospace;}
lh { font-weight: normal; font-size: 22px; display:block; margin-top:1em; clear: both; padding-top: 1em;}

a:link, a:visited, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: blue;
	text-decoration: underline;
}

h1 { 
    font-size: 56px;
    margin: 10px 0 5px 0; 
    padding: 25px 0 0 0;
	font-family: 'Swear Text', 'Helvetica', serif;
	font-weight: 400;
	text-align: center;
}

h3 {
	font-family: 'Vulf Mono Italic', monospace;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 15px;
	display: inline-block;
	font-style: italic;

	
}

#head {
	text-align: left;
}


p {  font-size: 15px; -webkit-text-size-adjust: 100%; padding: 1em 0; font-family: 'Vulf Mono', monospace; }
span.lighter { opacity: 0.5; font-family: 'Vulf Mono', monospace; }
span.nowrap { white-space: nowrap; }

#sitewrap {
    width: 900px;
    margin: 0 auto;
    padding: 0 25px;
	position: relative;
}

#foot {
    font-size: 16px;
	margin: 0;
	margin-top: -5em;
	z-index: 2;
	text-align: center;
	position: relative;
	font-family: 'Swear Text';
}

#foot span {
	display: inline-block;
	background: white;
	padding: 5px 10px;
}

#planetarium {
	position: absolute;
	right: 0;
	width: 266px;
	height: 200px;
}

#looking {
	opacity: 0.8;
	object-fit: contain;
	width: 100%;
	z-index: 0;
	position: relative;
	margin-top: -100px;
	margin-bottom: -10px;
}

#eye {
	width: 32px;
	height: 30px;
}

#lightbulb {
	width: 28px;
	height: 35px;
}

#hand {
	width: 39px;
	height: 26px;
}

#music {
	width: 24px;
	height: 39px;
}

#planet {
	width: 32px;
	height: 28px;
}

#waves {
	width: 34px;
	height: 25px;
	margin-top: 0;
}

#pencil {
	width: 28px;
	height: 36px;
}

li {
	color: #aaa;
}


ul {
	text-align: left;
	padding: 1em 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left, .right {
	width: 50%;
}

.feature {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

.feature img {
	object-fit: contain;
	width: 94vw;
	height: 94vh;
}

#planetarium1960 {
	max-width: 600px;
	max-height: 884px;
}

#planetarium2007 {
	max-width: 600px;
	max-height: 884px;
}

li.defunct {
	display: none;
}

.eqWrap {
	
}


.links {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}


#intro, .linkBox {
	background: white;
	text-align: left;
	position: relative;
	border: 1px solid #111;
	-webkit-box-shadow: 4px 4px 0px 0px #111; 
	box-shadow: 4px 4px 0px 0px #111;
	margin: 2% 0;
	padding: 0 3.5%;
	z-index: 2;
}


#intro {
	text-align: center;
}

#intro p, #intro p span {
	font-size: 15px;
}

.linkBox {
	width: 48%;
	margin: 2%;	
	padding: 25px 3.5%;
}

.linkBox img {
	position: absolute;
	right: 6%;
	margin-top: -2px;
}

.linkBox:nth-of-type(2n) {
	margin-right: 0;	
}

.linkBox:nth-of-type(2n+1) {
	margin-left: 0;	
}


@media only screen and (max-width: 900px) {
  #sitewrap {
    width: 100%;
  }
}

@media only screen and (max-width: 770px) {
	#looking {
		margin-top: -40px;
	}
	#intro p span.mob-hide {
		display: none;
	}
    #sitewrap {
      padding: 0 20px;
    }
	h1 {
		text-align: center;
		display: block;
		font-size: 48px;
		margin-top: 0;
		padding: 10px 0 5px 0
	}
  .linkBox {
	  width: 96%;
	  margin: 3% 2%;
	  padding: 5% 8%;
  }
  .linkBox img {
	  right: 7%;
  }
  #intro {
	  width: 96%;
	  margin: 3% 2%;
	  padding: 0 7%;
  }
  #intro p {
	  padding-bottom: 0.5em;

  }
  #intro p, #intro p span {
	  font-size: 14px;
  }
  #intro p span {
	  display: block;
	  padding-top: 1em;
	  padding-bottom: 1em;
  }
  #intro p span.nowrap {
	  display: inline;
	  white-space: normal;
  }
  .linkBox:nth-of-type(2n) {
	  margin-right: 2%;
  }
  .linkBox:nth-of-type(2n+1) {
	  margin-left: 2%;
  }
  p {
	  padding: 0.75em 0;
	  font-size: 13px;
  }
}