@charset "utf-8";
/* CSS Document */


@import url(//db.onlinewebfonts.com/c/f61a0cbf4ed3a3c22fd36f53bcee3f09?family=Typeka);   

@font-face {font-family: "Typeka"; src: url("//db.onlinewebfonts.com/t/f61a0cbf4ed3a3c22fd36f53bcee3f09.eot"); src: url("//db.onlinewebfonts.com/t/f61a0cbf4ed3a3c22fd36f53bcee3f09.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/f61a0cbf4ed3a3c22fd36f53bcee3f09.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/f61a0cbf4ed3a3c22fd36f53bcee3f09.woff") format("woff"), url("//db.onlinewebfonts.com/t/f61a0cbf4ed3a3c22fd36f53bcee3f09.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/f61a0cbf4ed3a3c22fd36f53bcee3f09.svg#Typeka") format("svg"); } 

@import url(//db.onlinewebfonts.com/c/98177c74128ebbd2cf34ff29f4f64f30?family=Typeka-Mix);
@font-face {font-family: "Typeka-Mix"; src: url("//db.onlinewebfonts.com/t/98177c74128ebbd2cf34ff29f4f64f30.eot"); src: url("//db.onlinewebfonts.com/t/98177c74128ebbd2cf34ff29f4f64f30.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/98177c74128ebbd2cf34ff29f4f64f30.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/98177c74128ebbd2cf34ff29f4f64f30.woff") format("woff"), url("//db.onlinewebfonts.com/t/98177c74128ebbd2cf34ff29f4f64f30.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/98177c74128ebbd2cf34ff29f4f64f30.svg#Typeka") format("svg"); }

body {
 background-size: cover;
 background-color: #000000;
 font-family: "Typeka";
color: #ffffff;
  margin: 0;
}

h1 {font-family: "Typeka-Mix";
font-size:2.5em}
h2 {font-size:1.8em}
h3 {font-size:1.4em}
p  {font-size:0.9em}

.btn {
  background-color: transparent ; 
  border: 3;
  border-style: solid;
  border-color: white; 
  border-radius: 12px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  text-color: white;
  display: inline-block;
  font-size: 1.8em;
}

a:link {color:#ffffff;
    text-decoration: none;}
a:hover {color: #CCC;
    text-decoration: none;}
a:active {color:#ffffff;
    text-decoration: none;}
a:visited {color:#ffffff;
    text-decoration: none;}

.shadow {
	text-shadow:1px 1px 5px black}

.shadowlight {
	text-shadow:1px 1px 5px white}
	
#copyright {font-size:0.7em;
color:white;}


table {
  max-width: 100%; 
  height: 100%; 
}

.divclass1 {
  width: 100%; 

position: absolute;
bottom:0px;
}

.divclass {
position: absolute;
bottom:0px;
}

* {
  box-sizing: border-box;
}

