	.site {
	  display: flex;
	  min-height: 100vh;
	  flex-direction: column;
	  background: #000018; color: #6d6b6b;
/*
	  background: url(../i/backgroundimage.jpg) no-repeat center center fixed;
	  background-size: cover;
*/
	}
	.site-content {
	  flex: 1;
	}
	
	 
	 a:link {color: #4a4e6e;text-decoration: none;}
	 a:visited {color: #4a4e6e;text-decoration: none;}
	 a:hover {color: #989cb9;text-decoration: none;}
	 a:active {color: #4a4e6e;text-decoration: none;}
	
	.home-box {min-height: 90vh;}
	.home-box h1 {font-family: 'Karma', serif; font-size: 10vw; line-height: normal;}
	.home-box h2 {font-family: 'Josefin Sans', sans-serif; font-size: 4vw; line-height: normal;}
	.home-box h3 {font-family: 'Josefin Sans', sans-serif; font-size: 2vw; line-height: normal;}
	.linkout {font-size: 1.5em;}
	.copyright {font-size: 1em;}


/* Small only */
@media screen and (max-width: 39.9375em) {
	.home-box h1 {font-family: 'Josefin Sans', sans-serif; font-size: 25vw; line-height: normal;}
	.home-box h2 {font-family: 'Josefin Sans', sans-serif; font-size: 5vw; line-height: normal;}
	.home-box h3 {font-family: 'Josefin Sans', sans-serif; font-size: 4vw; line-height: normal;}
	.linkout {font-size: 1.1em;}
	.copyright {font-size: .7em;}
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

