body{
	color: #606060;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

navbar-theme{
	color:#a3b6cc;
	background-color: #0d1f33;
}

h1{
	font-size: 60px;
}

h1,h2{
	text-align: center;
}

h2{
	/*color: #202020;*/
	padding: 10px;
}

h3{
	/*color: #202020;*/
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #808080;
}

pre,code{
	padding: 0px;
	margin: 0px;
	border: 1px solid #e0e0e0;
	font-size: 15px;
}

.section{
	background-color: #e8e8e8;
	padding-top: 20px;
	padding-bottom: 50px;
}

.section2{
	background-color: #f0f0f0;
}

.pagefooter{
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.social{
	font-size: 15px;
	padding: 10px;
}

.fixed170{
	margin: 10px;
	color: #E0E0E0;
	font-weight: bold;
}

.button_github{
	background-color: #4078c0;
}

.button_itchio{
	background-color: #ae4040;
}

.embed-responsive-video {
	padding-bottom: 60%;
}

#main{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
	/*background: url(../img/Header.jpg) repeat left top;*/
	background: transparent;
	background-color: transparent;
	color: white;
	font-weight: bold;
}

#main p{
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* text-shadow: 2px 2px #000000; */
}

#features h3{
	text-align: center;
	font-weight: normal;
	border-bottom: none;
}

#features p{
	text-align: center;
}

#gfx_features img{
	width: 100%;
	padding-bottom: 20px;
}

#examples img{
	width: 100%;
	padding-bottom: 20px;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 1em;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

#faq h4{
	font-weight: bold;
}

#faq p{
	padding-left: 15px;
}

table, th, td {
    border: 1px solid gray;
    border-collapse: collapse;
}

th, td{
	padding: 5px;
}
