body{
    color: #ffffff;
	background: url('../uploads/bg.png') #000000;;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height:100vh;
    position: relative;
}
#header-image{
    height: 150px;
    width: calc(100%);
    background-size: cover;
    background-position: 0% 20%;
}
#header-image-img{
	padding-top: 3px;
}
#header-image span{
	text-decoration: none;
	font-size: 45px;
	line-height: 150px;
	vertical-align: bottom;
}
#header-link{
	text-decoration: none;
	color: black;	
}
captchaInput{
	width: 140px !important;
}
#invis-bg-navbar
{
	background: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}
.navbar{
	margin-bottom: 0px;
}
#navbar-bottom{
	bottom: 0;
    width: 100%;
}
.image img{
	width: 100%;
}
.img-thumbnail{
    max-height: 200px;
}
.video_text{

}
.video_text .center{
	text-align: center;
	position: absolute;
	color: white;
	font-size: 80px;
	width: 100%;
}
.video_text .webm{
	width: 100%;
	height: auto;
}
.landing_container{
	min-height: calc(100vh - 201px);
}
.landing_title{
	font-size: 60px;
	text-align: center;
	padding-top: 10vh;
}
.landing_text{
	font-size: 16px;
}
.prices_container{
	float: left;
    min-width: 200px;
    padding: 10px;
    min-height: 500px;
}
.prices_title{
	font-size: 20px;
	font-weight: bolder;
}
.prices_image{
	float: left;
}
.prices_text{
}
.prices_price{
	font-size: 20px;
	font-weight: bolder;
}
.crafting_container{
	width: 100%;
	padding: 10px;
	float: left; 
}
.crafting_title{
	font-size: 32px;
}
#dev_info{
    position: fixed;
    background: white;
    top: 0px;
    color: black;
    right: 0px;
}
#new_article select,
#new_article textarea,
#new_article input,
#login input{
	background: black;
	width: 100%
}
.settings input{
	color: black;
}
#new_article textarea{
	min-height: 300px; 
	background: black;
}
.nicEdit-panels{
	color: black;
}
.carousel.slide,
.carousel-inner .item center img{
	max-height: 50vh;
}
.carousel.slide{
	height: 50vh; 
}
#sortable {
	list-style-type: none;
	margin: 0; 
	padding: 0;
}
#sortable li {
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	font-size: 1.4em;
	cursor: ns-resize;
	background: rgba(255, 255, 255, 0.14);
}
#sortable li span {
	position: absolute;
	margin-left: -1.3em; 
}
.article_list{
	padding: 10px;
	height: 100px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    color: red;
    font-size: 20px;
    line-height: 50px;

}
.link_ad{
	max-height: 200px;
}
.panel-group{
	color: black;
}
