.open-show{
	display: flex;
    align-items: flex-start;
	width:100%;
	height:72%;
	background-image:url("../images/os1.jpg");
	background-repeat:no-repeat;
	background-size: cover;
    background-position:right-top,center;
	background-attachment:fixed;
}

.os-container{
	padding:0px 15px;
	margin:0px auto;
	-webkit-align-self: center;
}

.os-header{
	font-size:75px;
	font-weight:300;
	color:#fff;
	padding-bottom:5px;
	margin-bottom:5px!IMPORTANT;
	border-bottom:2px solid orange;
}

.os-header small{
	color:orange;
}

.os-slogan{
	font-weight:300;
	color:#fff;
}

.seg-content{
	margin-top:50px;
}

.seg-content h1{
	font-weight:300;
}

.seg-content h1 i{
	color:orange;
}

.paragraph strong{
	color:orange;
}


.magni-pic{
	height:190px;
	background-image:url("../images/magni-pic.gif");
	background-repeat:no-repeat;
	ackground-size: contain;
    background-position:center,right;
}

.slagus-pic{
	height:190px;
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	background-size: contain;
    background-position:center,right;
}

.m2g-pic{
	height:190px;
	background-image:url("../images/m2g.jpg");
	background-repeat:no-repeat;
	background-size: contain;
    background-position:center,right;
}