html,body{
	margin:0;
	padding:0;
}

body{
    background: #ffffff;
    display: flex;
}

#container{
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    align-items: center;
    height: 400px;
}

.rightcol{
	width:50%;
	float: left;
}

.rightcol .heading{
    font-size: 22px;
    font-weight: 600;
    font-family: segoe ui Light;
}

.leftcol{
	width: 50%;
	float: left;
	position: relative;
}

.leftcol:after{
    content: " ";
    background-image: url('../construction/shadow.png');
    background-size: 30px 450px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 460px;
    z-index: 999;
}

.logo img{
	width:70%;
	position: relative;
	top: 100px;
}

.bonhomme{
	position: relative;
}

.bonhomme img{
	width: 22%;
	position: absolute;
	left: -28px;
}

.bonhomme h1{
    font-size: 38px;
    color: #0d8792;
    font-family: segoe ui;
    font-weight: 400;
}

.graycontent{
	background: rgba(222,222,222,1);
background: -moz-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 48%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(222,222,222,1)), color-stop(48%, rgba(222,222,222,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 48%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 48%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 48%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 48%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff', GradientType=1 );
padding: 5px 15px 5px 25px;
position: relative;
left: -29px;
top: 2px;
color: #474747;
font-size:14px;
font-family: segoe ui;
}

.graycontent h1{
	color: #0d67d3;
	font-size: 26px;
	font-family: segoe ui;
    font-weight: 200;
    line-height: 0.6em;
}

.graycontent h2{
	color: #ec1d25;
	font-size: 24px;
	font-family: segoe ui;
    font-weight: 500;
    line-height: 0.6em;
}

.premiasoft{
	position: relative;
	top: 20px;

}

