﻿* {
    box-sizing: border-box;
}
/*
html{
	font-size: 16px;
	background-color:#666666;}
*/
body {
    font-family: Arial, sans-serif;
    /*padding: 10px;*/
    background: #000000;
	color: #1a1a1a;
}

/* Header/Blog Title */
.header {
    /*padding: 30px;*/
    text-align: left;
    /*background: #333333;*/
    color: #666666;
}

.header a {
    color: #8c8c8c;
    text-decoration: none;
}

.header h1 {
    font-size: 26px;
    font-family: Impact, arial, sans-serif;
}

.header form {
	float: right;
}

/* Style the top navigation bar */
.topnav {
    overflow: hidden;
    background-color: #262626;
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #737373;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #333333;
    color: #808080;
}

/* Create two unequal columns that floats next to each other */
/* Left column 
.leftcolumn {   
    float: left;
    width: 75%;
}*/

/* Right column
.rightcolumn {
    float: left;
    width: 25%;
    background-color: #f1f1f1;
    padding-left: 20px;
} */

/* Fake image 
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}*/

/* Add a card effect for articles */
.card {
    background-color: #000000;
    /*padding-top: 80px;
    padding-bottom: 20px;
    margin-top: 20px;*/
}

.center {
	/*padding: 60px;*/
    margin: auto;
}

/* Add a card2 effect for articles */
.card2 {
    background-color: #1a1a1a;
  /*  padding: 20px;
    margin-top: 20px;*/
}

/*
.card3 {
    background-color: #1a1a1a;
    padding: 20px;
    margin-top: 20px;
}*/
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer1 */
.footer1 {
    padding: 20px;
    text-align: right;
    background: #1a1a1a;
   /* margin-top: 20px;*/
    font-size: 12px;
	color: #262626;
}
/* Style the footer links */
.footer1 a {
    color: #262626;
    text-decoration: none;
}

/* Change color on hover */
.footer1 a:hover {
    color: #333333;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}

/* ---------------------------------------------------------------------- */
/*Basic style*/
.center {
    max-width: 590px;
    margin: auto;
}

.webgl-content * {border: 0; margin: 0; padding: 0;}
.webgl-content {
    max-width: 590px;
    margin: auto;
}
/*
.webgl-content {position: absolute; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.webgl-content .logo, .progress {
	position: fixed;
	top: 50%;
	left: 45%;
    max-width: 960px;
    margin: auto;	
}*/
.webgl-content .logo, .progress {position: fixed; left: 50%; top: 20%; -webkit-transform: translate(-50%, 20%); transform: translate(-50%, 20%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('TemplateData/progressLogo.Clear.png');
}
.webgl-content .progress.Dark .empty {background-image: url('TemplateData/progressEmpty.Dark.png');
}
.webgl-content .progress.Dark .full {background-image: url('TemplateData/progressFull.Dark.png');
}

.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px; background-color: #000000} 
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;} 
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('TemplateData/fullscreen.png'); width: 38px; float: right;
}
.webgl-content .footer .keyboard {font-family: sans-serif; font-style: normal; color: #595959;}
/*
.copyright * {border: 0; margin: 0; padding: 0}

.copyright {position: absolute; bottom: 0; float: left;}

.copyright {position: absolute; left: 1%; top: 95%;}

.copyright {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 14px;} 

.header {font-family: Impact, sans-serif; font-size: 38px; font-weight: bold; font-style: normal; color: silver;} 
*/
.donate {
	float: right;
}
/*
.contact {position: absolute; bottom: 7px; right: 8px;}
	
}*/