html {
	width: 100%;
	font-family: blogger;
}

@font-face {
  font-family: 'blogger';
  src: url('../fonts/blogger_sans.eot');
  src: url('../fonts/blogger_sans.eot?iefix') format('eot'),
    url('../fonts/blogger_sans.woff') format('woff'),
    url('../fonts/blogger_sans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'blogger';
  src: url('../fonts/blogger_sans-bold.eot');
  src: url('../fonts/blogger_sans-bold.eot?iefix') format('eot'),
    url('../fonts/blogger_sans-bold.woff') format('woff'),
    url('../fonts/blogger_sans-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'bitcrusher';
  src: url('../fonts/bitcrusher.eot');
  src: url('../fonts/bitcrusher.eot?iefix') format('eot'),
    url('../fonts/bitcrusher.woff') format('woff'),
    url('../fonts/bitcrusher.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


body {
	background: #2D3C4D url(../images/emelokosaras.jpg) no-repeat top center;
	min-height: 1445px;
	overflow: auto;
	margin: 0;
	position: absolute;
}

.telefon {
	background: #FFD47F;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 450px;
	height: 80px;
	float: right;
	margin-top: 100px;
	clear: both;
	margin-right: 30px;
}

.telefon div {
	float: left;
	float: left;
	height: 80px;
	vertical-align: middle;
	position: relative;
	margin-left: 30px;
}

.telefon .tel {
	font-size: 40px;
	font-weight: bold;
	margin-left: 60px;
	margin-top: -15px;
}

header {
	background: rgb(27,33,40);
	background: linear-gradient(180deg, rgba(27,33,40,1) 24%, rgba(7,11,16,1) 51%);
	border-top: 1px solid #FBC357;
	width: 100%;
	height: 255px;
	padding: 0;
	float: left;
}

header .fejlec {
	width: 1200px;
	margin: 0 auto;
}

.cimsor {
	width: 700px;
	height: 225px;
	float: left;
}

.cimsor div.cs {
	float: left;
	height: 255px;
	vertical-align: middle;
	position: relative;
	
}

.cimsor h1 {
	color: #FBC357;
	font-family: bitcrusher;
	text-transform: uppercase;
	font-size: 90px;
	margin-left: 100px;
	
}

img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.emelo_szolgaltatasok {
	width: 450px;
	height: 225px;
	float: left;
}

.lista {
	float: left;
	clear: right;
	height: 200px;
	width: 450px;
}

.tovabbi {
	float: left;
	width: 450px;
	height: 20px;
	color: white;
	font-family: bitcrusher;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 24px;
}

.emelo_szolgaltatasok ul {
	float: left;
	list-style-image: url(../images/pipa.png);
	margin-left: 20px;
	margin-top: 50px;
}

.emelo_szolgaltatasok ul li {
	color: white;
	font-family: bitcrusher;
	font-size: 24px;
	letter-spacing: 1px;
}

content {
	width: 100%;
	float: left;
}

.tartalom {
	width: 1200px;
	margin: 0 auto;
}

.bemutatkozas {
	width: 600px;
	height: 650px;
	background: rgb(255, 255, 255, 0.9);
	padding: 30px;
}

.bemutatkozas p {
	font-size: 20px;
	line-height: 1.5em;
}

.bemutatkozas .kapcsolat {
	margin-top: 60px;
}

.bemutatkozas a {
	color: #CF731A;
	text-decoration: none;
}

.bemutatkozas a:hover {
	color: #3A96DA;
}