@font-face { font-family: BebasNeue-Regular; src: url('BebasNeue-Regular.ttf'); }html, body{	height:100%; width:100%;	box-sizing: border-box;}body{	margin:0;padding:0;border:0;	background-image: url('bg.png');	background-repeat: repeat-x;	background-color:#121111;	font-family: BebasNeue-Regular, Impact, Arial Black;	font-size: 35px;	font-weight: 400;	text-align: left;	color:rgb(223, 223, 223);}a:link{color: rgb(211, 211, 211);text-decoration: underline;}a:visited{color: rgb(211, 211, 211);text-decoration: underline;}a:hover{color: rgb(255, 255, 255);text-decoration: underline;}a:active{color: rgb(255, 255, 255);text-decoration: underline;}#header #logo img{	display: block;	margin: 0 auto;	max-width: 400px;	width: 100%;}#header #socials{	display: flex;	flex-wrap: wrap;	justify-content: center;	text-align: center;	font-size: 15px;}#header #socials .social{	width: 140px;}#header #socials p{	margin-top: 0;}div#logo{	padding: 20px 0;}#main {	text-align: center;	border-top: 2px solid #fff;	border-bottom: 2px solid #fff;}div#slideshow{	height:450px;	position:relative;	overflow:hidden;	width:100%;	padding: 10px 0px;}div#slideshow > div > img{	position:absolute;	top: -9999px;    bottom: -9999px;    left: -9999px;    right: -9999px;    margin: auto;	border-radius: 10px;}div#texts{	font-size: 22px;	text-align: center;}div.text_block{	display:inline-block;	vertical-align: text-top;	width:500px;	padding: 0 40px;	margin: 0 auto;	text-align: left;}.text_block .header-image{	display: block;	margin: 0 auto;}div#contact_form{	font-size: 20px;	text-align: center;	padding-top: 20px;}input[type=text],[type=email] {	max-width: 350px;	width: 100%;	padding: 5px 10px;	border: 1px solid #ccc;	border-radius: 4px;	box-sizing: border-box;}textarea {	max-width: 350px;	width: 100%;	height: 150px;	padding: 5px 10px;	border: 1px solid #ccc;	border-radius: 4px;	box-sizing: border-box;}button[type=submit] {	max-width: 350px;	width: 100%;	height: 35px;	font-family: Verdana;	font-size: 20px;	font-weight: bold;	background-color: #eeebeb;	color: rgb(49, 49, 49);;	padding: 5px 20px;	border: none;	border-radius: 5px;	cursor: pointer;}button[type=submit]:hover {	background-color: #b3b3b3;}div#ue{	font-size:12px;	line-height: 22px;		min-width:520px;	width:80%;	text-align:center;	padding:70px 10px 70px 10px;		border-top-width:2px;	border-top-style:solid;}div#footer{	font-family: Verdana;	color:#ddd;	padding-top:25px;	padding-bottom: 5px;	font-size:11px;	text-align: center;}/* MOBILE */@media(max-width: 1200px){	#header,	#main{		padding: 0 20px;	}	div.text_block{		width: 100%;		padding: 20px 0px;		text-align: left;	}}