@font-face{ 
	font-family: 'Sans';
}

html {
    /*background: #33ee33 url("img/bg.png") repeat fixed;*/
    
    background-color: #000;
    background-image: url("img/bg2.png"), url("img/bg.png");
    background-repeat:		repeat, repeat;
    background-size:		contain, auto;
    background-attachment:	fixed, fixed;
}


body {
    margin: 0 auto;
    padding: 2em 2em;
    max-width: 800px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    /*line-height: 1.1em;*/
    color: #000;
    background-color: transparent;
    cursor: default;
}




h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2em;
    text-align: center;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #11c92f;
    -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
	
}

a:hover {
    color: #22ff22;
}

b, strong {
    font-weight: 600;
    color: #fa0;
}

samp {
    display: none;
}

img {
    /*border-radius: 8px;*/
}

td {
    padding: 1em;   
    text-align: left;
}

@-webkit-keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
    }
}

@keyframes colorize {
    0% {
        filter: grayscale(100%);
    }
    100% {
        filter: grayscale(0%);
    }
}

/* Sidebar */
#sidebar {
    position: fixed;
    margin-left: -4em;
}

.share-buttons{
    
	list-style: none;
    color: #000;
}

.share-buttons li{
	display: block;
}
/* END Sidebar */


#chilibar {
    position: fixed;
    margin-right: 4em;
}

#block {
    background-color: rgba(255, 255, 255, 1);
    /*background-image: url("img/overlay.png");*/
    margin: 1.0em auto;
    margin-top: 1.0em;
    padding: 0em 1em 1em;
    border-radius: 16px;
    /*box-shadow: 10px 10px 5px #222;*/
}

#footer {
    font-family: sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    line-height: normal;
    
    background-color: rgb(46, 46, 46);
    margin: 0 auto;
    margin-bottom: 0em;
    padding: 1em 1em 1em;
    border-radius: 8px;
}

/*#download {
    text-align: center;
    
    background-color: #0c0;

    margin: 1em 3em 1em 3em;

    padding: 1em 1em 1em;
    border-radius: 8px;
}*/

.button
		{
			-webkit-appearance: none;
			position: relative;
			display: inline-block;
            border: 2px solid #000;
			background: #0d0;
			color: #fff;
			text-shadow: 0 0 0.5px rgba(255,255,255,0.25);
			cursor: pointer;
			text-decoration: none;
			outline: 0px;
			padding: 1em 2em 1em 2em;
			text-align: center;
            font-size: 32;
			border-radius: 8px;
			font-weight: 600;
            max-width: 10em;
            margin: 0.2em;
			-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
			-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		}

.button:hover
			{
				background: #000;
                 border: 2px solid #0d0;
			}

#downloadbutton {
    text-align: center;
}

.banner {
        /* -webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1; */
    background: transparent;
    /*border: 10px solid rgba(0, 0, 0, 0.12);*/
    border-radius: 16px 16px 0px 0px;
    display: block;
    margin: -1.6em auto;
    max-width: 100%;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

  table.center {
    margin-left:auto; 
    margin-right:auto;
  }

.right {
    
    text-align: right;
}


.tiny {
    font-size: 18px;
}
