*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
	backface-visibility: hidden;
}
body{
	touch-action: manipulation;
	max-width: 100%;
	overflow-x: hidden;
	font-family: Helvetica, Arial, Sans-Serif;
	background-color:#000;
	margin:0px;
	padding:0px;	
	background-color:#000;
	background-image:url('../images/bg.jpg');
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;		
}
#screen_container{				
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#screen{
	padding: 30px;
	padding-top: 30px;
	width: 720px;
	height: 560px;
	margin: auto;	
	background-color: #e2b98f;
	border: 5px solid #2d2727;
	position: relative;
	display: inline-block;
}

h1,h2,p{		
	margin-top: 0px;
	margin-bottom: 10px;
	color: #2d2727;
}
h1,h2{
	clear: both;
	font-size: 1.5em;
}

#donate input{
	width: 120px;
	height: 54px;
	margin-top:1px;
}
#donate {
	margin-top: -2px;
	width: 120px;
	height: 54px;
	position: relative;
	z-index: 10;
}
#donate:hover{
	opacity:0.7;
}
a{
	color: #2d2727;
}
#tabs{
	position: absolute;
	top: -40px;
	left: -5px;
	width: 450px;
	height: 30px;
}
#tab{
	color: #2d2727 ;
	position: relative;
	height: 20px;
	width: 85px;
	line-height: 20px;
	float: left;
	border: 5px solid #2d2727;
	margin-right: -5px;
	background-color: #bf906e;
	padding: 7px 5px 3px 5px;
	border-bottom: 0px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	cursor: pointer;
	font-weight: bold;
}
#tab:first-child{
	width: 105px;
}
#tab:hover{
	background-color: #e2b98f;
}
#tab.active{
	height: 25px;
	background-color: #e2b98f;
}
.link-tag{
	position: absolute;
	text-decoration: none;
	padding-top:7px;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
#contactform input, textarea{
	background-color: #f3e4bd;
	border: 0px;
}
#contactform input{
	height: 25px;
	width: 200px;
	padding-left: 6px;
	color: #2d2727;
}
td{
	height: 30px;
	margin: 0px;
	color: #2d2727;
}
table{
	margin: 0px;
}
.urlinput{ 
	display:none;
}

#load_buttons{
	width: 180px;
	height: 40px;
	color: #e2b98f;
	font-size: 20px;
	font-weight: bold;
	background-color: #2d2727;
	text-align: center;
	line-height: 40px;
	margin: auto;
	bottom: 20px;
	left: 300px;
	position: absolute;
	cursor: pointer;
}
#load_buttons:hover{
	background-color: #5C3D2E;
}
.homeimg{
	float: right; 
	margin-top: -30px; 
	margin-left: -20px; 
	margin-right: -10px;	
}
.paragraphs{
	width: 470px;
	float: left;
}	
#author{
	float: right; 
	width: 250px;
}
#author img{
	width: 250px;
}

#sort{
	margin-top: -22px;
	clear: both;
	height: 20px; 
	color: #bf906e;
	float: right;
	width: 80px;
	margin-right: -22px;
}
#sort a{
	background-color: #bf906e;
	color: #f3e4bd;
	height: 20px;
	width: 74px;
	float: right; 
	text-align: left;
	line-height: 20px;
	padding-left: 10px;
	font-weight: normal !important;
	display: none;
}
.sortlist{
	position: absolute;
	z-index: 2;
	width: 80px;
}
.active{
	color: #2d2727 !important;
	display: block !important;
}
.form-group{
	clear: both;	
}
.form-group label{	
	width: 140px;
	float: left;	
}
.btn{
	margin-top: 10px;
}
.form-group input{
	float: left; 
	margin-bottom: 10px;
}
#design_list span{
	margin-left: -500px;
	background-color: #f3e4bd;
	padding-left: 5px;
	line-height: 17px;
}

@media screen and (max-width: 800px) {
	p{
		font-size: 16px;
		width: 100%;
	}
	.homeimg{
		float: right; 
		margin: 0px;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 20px;
		width: 60%;
	}
	#screen_container{
		margin: auto;		
		display: inline-flex;
		margin-top: 100px;
		justify-content: center;
		align-items: flex-start;
	}
	#screen{
		margin-top: 0%;
		margin-bottom: 10%;
		height: auto;
		padding-bottom: 60px;
	}
	#load_buttons{
		left: 50%;
		margin-left: -90px;
	}
	.paragraphs{
		width: 100%;
	}
	#author{
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 0;
	}
	#author img{
		width: 100%;
	}
	#tab{
		width: 19%;
	}
	#tab:first-child{
		width: 25%;
	}
	#tabs{
		width: 100%;
	}
	form{
		width: 100%;
	}
	.form-control{
		margin-right: 10px;
	}
	input{
		width: 170px;
	}
	.btn{
		width: 140px;
	}
	.design{
		width: calc(100% - 110px - 75px);
		padding-right: 75px;
	}	
	#design_list span{
		margin-right: -70px;
	}
	#design_list{
		width: 100%;
	}	
}