/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
	background-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

body{
	margin:0;
	padding:0;
	color: #fff;
	position: relative;
	font-family: 'Arial', serif;
	text-align: center;
}

.navbar-related{
    background-color:#fff;
    width: 100%;
    height: 35px;
    display: block;
}

.sermec-brand {
    background-image: url(../images/sermec-brand.png);
    background-position: 25px center;
    background-size: auto 27px;
    background-repeat: no-repeat;
    width: 200px;
    height: 35px;
    display: block;
    margin: 0;
    padding: 0;
}

.transy {
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	position: absolute;
	z-index: -1;
	background: url(../images/background.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;	 
}

.centered{
    display: inline-block;
}

.header{
	width: 100%;
	padding: 0px 20%;
	float: left;
	margin-bottom: 100px;
}

.header h1{
	font-family: 'Arial', serif;
	font-size: 150px;
	color: #fff;
}

.header p.line1{
	font-size: 20px;
	margin-top: -20px;
}

.content{
	width: 100%;
	text-align: center;
	padding:0 20%;
	margin-bottom: 30px;
	float: left;
}

.content p{
	font-size: 27px;
	font-weight: 700;
}



