@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#666
}

/*     TOP     */

.top{
	height:15em;
	width:100%
}

.top-img{
    background-repeat: no-repeat;
	background: url(../img/solution/top.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
}



/*    Solution    */

.sol{
	height: 1%;
	overflow: hidden;
}

.sol h1{
	font-weight: 200;
	font-size: 3.5em;
	line-height: .85em;
}

.sol h2{
	font-weight: 200;
}

.sol h3{
	font-weight: 200;
	font-size: 1.5em;
}

.sol a{
	color: #fff;
	text-decoration: none;
}

.sol a:hover{
	text-decoration: underline;
}

.blck2, .blck3, .blck6, .blck7{
	float: left;
	width: 50%;
	height: 30em;
}

.blck1, .blck4, .blck5, .blck8{
	float: left;
	width: 40%;
	height: 25em;
	padding: 2.5em 5%;
	color: #fff;
}

.blck1{
	background: rgba(221,137,0,1.00);
}

.blck2{
	background: url(../img/solution/i2dp.jpg);
	background-size: cover;
}

.blck3{
	background: url(../img/solution/vr.jpg);
	background-size: cover;
}

.blck4{
	background: rgba(103,103,103,1.00);
}

.blck5{
	background: rgba(0,25,175,1.00);
}

.blck6{
	background: url(../img/solution/dom.jpg);
	background-size: cover;
}

.blck7{
	background: url(../img/solution/ts.jpg);
	background-size: cover;
}

.blck8{
	background: rgba(143,4,6,1.00);
}

@media only screen and (max-width: 1200px){

.blck1, .blck4, .blck5, .blck8{
	width: 90%;
	height: 1%;
	overflow: hidden;
}	
}

@media only screen and (max-width: 600px){
	
.blck2, .blck3, .blck6, .blck7{
	width: 100%;
	height: 20em;
}
}
	
