<style type="text/css">
<!--

@import url("https://use.typekit.net/nnf8hpc.css");

@import url("https://use.typekit.net/nnf8hpc.css");

body {
font-family: retiro-std-24pt, sans-serif;
font-weight: 700;
font-style: normal;
	color:black;
}

* {box-sizing: border-box;}


iframe {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:white;
}

td, div {  
text-align: left;  
}  

h1 {
font-family: bely-display, sans-serif;
font-weight: 400;
font-style: normal;
font-size:60pt;
}

h6 {
	font-family: bely-display, sans-serif;
font-weight: 400;
font-style: normal;
font-size:60pt;
}


h2 {
		font-family: retiro-std-24pt, sans-serif;
font-weight: 700;
font-style: normal;
	font-size:30pt;
	letter-spacing:15px;
}

#desc {
	font-size:0.8vw;
	letter-spacing:0.5vw;
	text-align: center;
	margin:10px;
	width:90%;
	color:white;
} 

#desc_dark {
	font-size:0.8vw;
	letter-spacing:0.5vw;
	text-align: center;
	margin:10px;
	width:90%;
	color:black;
} 


.button {
	font-size:2vw;
		font-family: retiro-std-24pt, sans-serif;
font-weight: 700;
font-style: normal;
  text-transform: uppercase;	
  letter-spacing:0.7vw;
  padding:1vw;
  text-align:center;
  color:black;
}

.button:hover {
    text-decoration: underline;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


.whitebutton {
	font-size:2vw;
  background-color: white;
  color: black;
  border: 5px solid black;
  text-transform: uppercase;	
  letter-spacing:0.5vw;
  padding:1vw;
  text-align:center;
}

.whitebutton:hover {
    border: 5px solid pink;
}


#front_text
{
	letter-spacing: 0vw;
}


p {

	margin:10px; 
	width:70%;
}

ul {
font-family:monospace;
	letter-spacing: 0pt;
	text-indent: 3pt;
	text-transform: uppercase;
	font-size:14pt;
}

li {
margin-bottom:30px;
	border-bottom:2px black dotted;
	display:block;
}

a:link, a:visited, a:active {
	text-decoration: none;

}
a:hover {
	color:black;
}

i{  
color: #e6c600;  
}

s{  
font-size:300pt;
}

u{ 
font-size:10pt;
text-transform: uppercase;
}

b{  
color: #000000;  
text-transform: uppercase;
}

input, submit {  
font-family: arial;  
font-size:8pt;  
color: #000000;  
background-color: #FFFFFF;  
border-width:1px;  
border-style:solid;  
border-color:#000000;
}

textarea {  
font-family: arial;  
font-size:8pt; 
text-align:left;
padding:3px;
color: #000000;  
border-width:1px;  
border-style:solid;  
border-color:#000000;
width:200px;
height:50px;
}

input:focus, textarea:focus {  
color: #000000;  
background-color: #FFFFFF;
}

blockquote { 
text-align: left; 
color : #000000; 
border: 0;
font-size:10pt;
letter-spacing:3px;
}

a.links2 {
color:white;
text-decoration: none;
}

a.links2:hover {
color:black;
}



div.panel,p.flip {
	margin: 0px;
	padding: 5px;
	text-align: center;
	background: #ddd;
	border: solid 1px #fff;
}
 
div.panel {
	widht: 50%;
	height: 100px;
	display: none;
}

img.desaturate {
	opacity:0.8;
}


img.desaturate:hover {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: filter 0.8s ease-in-out;
  -moz-transition: filter 0.8s ease-in-out;
  -o-transition: filter 0.8s ease-in-out;
  transition: filter 0.8s ease-in-out;
}

/* @group Blink */
.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
/* @end */
-->


-->
</style>