html
{
	width: 100%;
	height: 100%;
	font-family: 'Exo', sans-serif;
}

body
{
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Exo';
	
	background-color: #000;
	margin:0;
	margin-top:100px;
	margin-bottom:100px;
	animation-name: screen;
	animation-duration: 2s;
	animation-delay: 0.2s;
	animation-iteration-count: 1;
}

.button-nav
{
	margin-left: auto;
	margin-right: 0px;
	height: 100px;
}

.api-button
{
	width: 100px;
	height: 50px;
	margin: 10px;
	float: right;
}

.overview-button
{
	width: 150px;
	height: 50px;
	float: right;
	margin: 10px;
}

.link-button
{
	font-family: 'Exo';
	color: white;
	border-width: 1px;
	border-color: rgb(200, 200, 200);
	border-style: solid;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	padding: 10px 10px;
	vertical-align: middle;
}

.link-button:hover
{
	border-color: orange;
	color: white;
	text-decoration: none;
}

.api-container
{
	text-align: left;
	height: 100% + 200px;
}

.api-container h1
{
	padding-bottom: 30px;
	position: relative;
}

.api-container h1::after {
	content: "";
	position: absolute;
	left: 50px;
	height: 1px;
	top: 50px;
	background: rgb(197, 197, 197);
	width: 450px;
	transform-origin: left;
  }


table {
	border-collapse: collapse; 
	margin: 40px 0px;
}

tr {
    border-width: 0px 0px 1px 0px; /*  1px top & bottom border,  0px left & right */
    border-color: rgb(51, 51, 51);
    border-style: solid;
	color: rgb(189, 189, 189);
}

thead tr
{
	border-color: rgb(209, 209, 209);
	color: white;
}

td 
{
	padding: 15px 20px 15px 0px;
}


.api-container h2
{
	padding-top: 20px;
}

.api-container strong
{
	font-family: 'Roboto Mono';
}

.api-container span
{
	font-family: 'Roboto Mono';
	color:#ecdfbd;
}

.api-container pre
{
	color: rgb(221, 221, 221);
	font-family: 'Roboto Mono';
	margin-left: 20px;
	background-color: rgb(22, 22, 22);
	padding: 20px 20px 20px 20px;
}

code
{
	color: orange;
	height: auto;
}

main
{
	width: 60%;
	margin: auto;
}

p
{
	color: #9e9e9e;
}

.container-fluid
{
	width: 50%;
	margin: auto;
}

.row
{
	margin-bottom: 50px;
}

.row-low-margin
{
	margin-bottom: 20px;
}


img
{
	width: 100%;
}

#teaser
{
	margin: auto;
}

#logo
{
	margin:auto;
	margin-bottom: 50px;
	max-height: 156px;
	max-width: 583px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/LogoSmall.jpg");
	background-position: center;
    background-repeat: no-repeat;
	background-size: 100%;
}

#infotext
{
	width: 60%;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 0px;
}

.download-button
{
	height: 100%;
	width: 50%;
	position: relative;
	animation-name: glitch;
	animation-duration: 0.1s;
	animation-iteration-count: 1;
	animation-play-state : paused;
	animation-fill-mode: backwards;
		background-position: center;
    background-repeat: no-repeat;
}

#coming-soon
{
	font-size: x-large;
	color: white;
	font-variant: caps;
	margin: auto;
}

.do-not-share
{
	font-size: large;
	font-variant: small-caps;
	margin-top: 60px;
    display: block;
}

.do-not-share p
{
	margin: 0;
}


/*
@keyframes screen 
{
    0% {
		filter: blur(5px);
		opacity: 0;
		transform: skew(0deg, 0deg) translate(0%, 0%);
    }
	3% {
		filter: blur(1px);
		
		opacity: 1;
		transform: skew(30deg, 0deg) translate(37%, 0%);
    }
	5% {
		filter: blur(0px);
		transform: skew(-10deg, 5deg) translate(37%, 0%);
    }
	7% {
		filter: blur(10px);
		transform: skew(0deg, -33deg) translate(-45%, 0%);
    }
	10% {
		filter: blur(10px);
		transform: skew(0deg, 0deg) translate(-25%, 0%);
    }
	13% {
		filter: blur(0px);
		opacity: 0.2;
		transform: skew(-8deg, -8deg) translate(-25%, 0%);
    }
	17% {
		filter: blur(1px);
		transform: skew(5deg, 0deg);
    }
	22% {
		filter: blur(2px);
		opacity: 0.8;
		transform: skew(22deg, 2deg);
    }
	24% {
		filter: blur(3px);
		transform: skew(0deg, 0deg);
		opacity: 1;
    }
	60% {
		filter: blur(1px);
		transform: skew(0deg, 0deg);
		opacity: 1;
    }
	61% {
		filter: blur(1px);
		transform: skew(2deg, -2deg);
		opacity: .2;
    }
	62% {
		transform: skew(-3deg, 1deg);
		opacity: .5;
		filter: blur(0px);
    }
	63% {
		
		transform: skew(1deg, 3deg);
		opacity: .6;
		filter: blur(2px);
    }
	64% {
		
		transform: skew(0deg, 0deg);
		opacity: .8;
    }
	65% {
		filter: blur(2px);
		transform: translate(0%, 0%) skew(0deg, 0deg);
		opacity: 1;
    }
	
	 100% {
		transform: translate(0%, 0%) skew(0deg, 0deg);
		filter: blur(0px);
		opacity: 1;
    }
}
	
@keyframes glitch 
{
    0% {
		transform: translate(0%, 0%) skew(0deg, 0deg);
		filter: blur(0px);
		opacity: 1;
    }
	25% {
		transform: translate(-2%, 1%) skew(-3deg, -2deg);
		filter: blur(2px);
		opacity: 0.5;
    }
	50% {
		transform: translate(3%, -1%) skew(4deg, 1deg);
		filter: blur(1px);
		opacity: 0.8;
    }
	50% {
		transform: translate(-1%, 1%) skew(1deg, 3deg);
		filter: blur(3px);
		opacity: 0.2;
    }
	75% {
		transform: translate(3%, -2%) skew(5deg, 0deg);
		filter: blur(1px);
		opacity: 0.7;
    }
	90% {
		transform: translate(0%, 0%) skew(0deg, 0deg);
		filter: blur(0px);
		opacity: 1;
    }
	100% {
		transform: translate(0%, 0%) skew(0deg, 0deg);
		filter: blur(0px);
		opacity: 1;
    }

}
*/

@media only screen and (max-width: 1000px) {
  .container-fluid {
    width: 100%
    padding-left: 50px;
    padding-right: 50px;
  }
}


