 .topcorner{
   position:absolute;
   top:0.4em;
   right:0.4em;
  }

.betaheader {
	border: 0.2em solid #2222ff;
	background-color: #161633;
	padding: 1em;
	color: white;
}


a {
  transition: color .1s;
  color: #ffd522;
  text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}
a:active  {
	transition: color .1s;
	text-decoration: underline
}

a.logo {
	text-decoration: none;
	color:#eeeeee;
}

.link { text-decoration: none; }

html {
	font-size: 16px;
	/*line-height: 100px;*/
} 

body {
	font-family: -apple-system, BlinkMacSystemFont, 
		"Segoe UI", "Roboto", "Oxygen", 
		"Ubuntu", "Cantarell", "Fira Sans", 
		"Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: lighter;

	color: #eeeeee;
	background-color: #222222;
}

#wrapper {

}

@media all and (min-width: 70em) {
	#wrapper {
		margin: 3em;
	}
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 2.9rem;
	margin: 3rem;
	margin-left: 2rem;
	margin-top: 2rem;
}

h2 {
	font-size: 1.5rem;
	margin: 1rem;
	margin-top: 1.5em;
}

h2::after {
	content:":";
}

h3 {
	font-weight: lighter;
	font-size: 1.0rem;
	font-style: italic;
	margin: 0.5rem;   
}

@media all and (max-width: 38em) {
	h1 {
		text-align: center;
		margin: 2rem;
	}
	h2 {
		text-align: center;
		margin: 0.7rem;
		margin-top: 3em;
	}
}



p, form {
	margin: 1rem;
	margin-left: 1.5rem;
	line-height: 1.3rem;
}

.spanSmall {
	font-size: 0.80rem;
	line-height: 1rem;
}

p.small {
	margin: 0;
	margin-top: 0.3rem;
	font-size: 0.80rem;
	line-height: 1rem;
}

p.tagline {
	margin: 0;
	margin-top: 0.3rem;
	font-size: 0.84rem;
	line-height: 1rem;
}

footer {
	margin: 0.5rem;
	padding: 0.5rem;
}

video {
	width: 100%;
	height: auto;
}

dl {
	margin: 1.5em;
}

dt {
	display: block;
	font-weight: 600;
	letter-spacing: 0.05rem;
	margin-left: 0rem;
	margin-bottom: 0.1rem;
}
dd {
	display: block;
	margin-left: 0.1rem;
	margin-bottom: 0.6rem;
}

.flexcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

/*          Mobile           */
@media only screen and (max-width: 38em) {
	.flexcontainer {
		justify-content: space-between;
	}
}

/*          Mobile           */
@media only screen and (max-width: 38em) {
	.flexitem {
		flex-basis: auto;
		margin: 0.3rem;
	}

	.flexitemvideo {
		flex-basis: auto;
		margin: 0.3rem;
	}
}

/*          Desktop           */
@media only screen and (min-width: 38em) {
	.flexitem {
		flex-basis: 310px;
		margin:0.4rem;
		margin-left: 0.4rem;
	}

	.flexitemvideo {
		flex-basis: 410px;
		margin:0.4rem;
		margin-left: 0.4rem;
	}
}

figcaption {
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}

figure img {
	width:100%;
}

figure {
	overflow: hidden;
}

.flexitem {
	position: relative;
}
.flexitem span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background: url(../img/zoom.png) no-repeat center center;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.flexitem span:hover {
	opacity: 1;
}

figure img {
  display: block;

  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* benjamin buttons */

a#btn-download, a#btn-download:visited  {
    width: 320px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: .125em;
    color: #000000;
    text-decoration: none;
    padding: 14px 0px;
    background-color: #ffd522;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 4px;
    border: none;
}


a#btn-download:hover, a#btn-download:active {
    background-color: #EBB800;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out
}


a#btn-paypal, a#btn-paypal:visited  {
    width: 200px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: .125em;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    background-color: #1072B8;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 10px;
    border: none;
    margin-top: 8px;
}

a#btn-paypal:hover, a#btn-paypal:active  {
     color: #fff;
    background-color: #283568;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out   
}

input#email, button#register {
	border-radius: 6px;
	height: 42px;
	width: 320px;
	padding:0;
	margin: 0;
	border: none;    
}

input#email {
	padding-left: 10px;
	margin: 0 4px 4px 0;    
}

button#register { 
    width: 310px;
	padding-top: 3px;
	background-color: #e6e6e6;    
	color: #4D4D4D;
	cursor: pointer;
}

/*          Mobile           */
@media only screen and (max-width: 38em) {
	small {
		text-align: right;
	}
	a#btn-paypal {
		text-align: center;
	}
	button#register {
		text-align: center;
	}
}

/* 💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚 */
/* DEBUG  */
/* 💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚💚 */


/*
@media only screen and (max-width: 38em) {
	body {
		background-color: #f23;
	}
}

*/

