
html, body{
	height:100%;
	width:100%;
	background-color: #25180c;
	box-shadow: 0 0 100px hsla(0, 0%, 0%, 0.3) inset;
	color:#e7e1aa;  
	margin:0;
	padding:0;
}
body {
    font-family: raleway, sans-serif;
    font-weight: 200;

}



img {
	border:15px solid #3d3d3d;

}

article {
	/*border:2px solid blue;*/
	display: block;
	clear:both;
}


.desc{
	float: right;
	width:30%;
	padding:50px;
}


.odd .desc{
	float: left;

}


.screenshots{
	float:left;
	width:50%;
	padding:30px;
	/*border:1px solid red;*/
}
.screenshots img{
	max-height: 400px;
	max-width: 600px;

}
.odd .screenshots{
	float:right;
	text-align: right;
}

/****************************************************/

a{
	color:#7fc8d7;
	text-decoration: none;
}
a:hover{
	color:#fff;
	text-decoration: none;
	background-color: #266974;
}

ul {	
  padding: 0;
}
li {
    display: inline-block;
    list-style-type: none;  
}

li a {
    background: #102c31;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px;
    width: 224px;
    text-align: left;
}


#head {
    background-color: rgba(34, 13, 11, 0.77);
    box-shadow: 10px 10px 0 rgba(7, 19, 21, 0.77);
    margin: 25px 200px 103px 35px;
    padding: 30px;
    width: 282px;
}



/*.blended {
    background-image: url("../img/bg.jpg");
    
    background-repeat: none;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
	position: absolute;

}*/
.blended {
    background-blend-mode: exclusion;
    background-color: #fff;
    /*background-image: url("../img/manageit_mock.png");*/
    
    background-repeat: none;
    background-size: cover;
    display: block;
    height: 100%;
    opacity: 0.04;
    width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	position: absolute;

}
.blended-grunge {
    background-image: url("../img/grunge3.jpg");
    opacity: 0.08;       

}

.container {
	position: relative;
	width:100%;
	height:100%;
	
}
.content {	
	max-width: 1500px;
	margin:0 auto;
}

#contact {
	margin: 0 auto;
	text-align: center;
	
	display: block;
}
/****************************************************/

h1 {
    display: block;
    font-size: 77px;
    font-weight: 700;
    line-height: 68px;
    margin: 0;
    padding-top: 30px;
}
h2{
	
	font-weight: 500;
	margin:0;
	text-align: right;
	background-color: rgba(34, 13, 11, 0.77);
	padding-right:3px;
}



.logo {
    margin-left: 50px;
    width: 250px;
}
.logoblock{
	background: #102c31;
	height: 50px;
	width:100%;
	position: relative;
	z-index: 30;
	margin-left: 2px;
}
.logotext {
    font-size: 41px;
    font-weight: 900;
    line-height: 30px;
    z-index: 29;
}

.bar{
	background-color: rgba(70, 46, 13, 0.37);
	min-height: 257px;
	position: absolute;
	padding: 0 15px;
	top: 36%;
	width:100%;
	margin-top: -70px;
	box-sizing: border-box;
}
.bar .content{
	width: 477px;	
}


/* Mobile one-column layout */
@media screen and (max-width: 600px) 
	{
		h1{
			font-size: 60px;
		}
		h2{
			padding-right: 29px;
		}
		.blended-grunge {
		    background-image: none;
		    background-color: #000;
		    opacity: 0.08;       

		}
		.bar .content{
			width: auto;	
		}
		.logo{
			margin:0 auto;
		}
	}



/* Mobile one-column layout */
@media screen and (max-width: 500px) 
	{
		h1{
			font-size: 56px;
		}
	}
/* Mobile one-column layout */
@media screen and (max-width: 370px) 
	{
		h1{
			font-size: 40px;
		}
	}

	

/* Mobile one-column layout */
@media screen and (max-height: 500px) 
	{
		.bar{
			margin-top:50px;
			top:0;
		}
		.logoblock {
    	    height: 14px;
    	}

	}


/*IE doesn't blend...* /	
@media screen\0 {
	.blended {
		background: #22160b;
	}
}
@media screen\9 {
   	.blended {
		background: #22160b;
	}
}*/