/*MAIN SETTINGS*/



html,body {

	margin:0;

	padding:0;

	height:100%;

	font-family: 'Raleway', sans-serif;

	font-size:14px;

	color: #000;

	background-image: url(../img/bgd-img.jpg);

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

}



#main-container {

	padding:0;

	margin:0;

	width:100%;

	height:100%;

	position:absolute;

	top:0;

	left:0;

    display: flex;

    align-items: center;

    justify-content: center;

}



a {

	color:#000;

	text-decoration:none;

	outline:none;

}



a:hover {

	opacity:0.8;

}



p {

	margin-bottom:15px;

}



h1 {

	font-weight:700;

	font-size:1.2em;

	margin-bottom:15px;

}



.text-min {

	font-size:0.8em;

}



#center {

	text-align:center;

	letter-spacing:0.1em;

}



#center img {

	margin-bottom: 40px;

    width: 200px;

}

#center .line {
	display:block;
	width:300px;
	height:1px;
	background-color: #000;
	margin-bottom:40px;	
}

ul.social {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	align-items: center;
}

ul.social li {
	padding: 20px 20px 0;
}

ul.social img {
	height: 24px;
	width: auto !important;
}

.signature {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.signature img {
	height: 20px;
	display: inline-block;
}