@font-face {
	font-family: CodeLight;
	src: url(../fonts/CODE_Light.otf)
}

a.navbar-brand span {
	font-family: CodeLight;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: 3px;
	vertical-align: middle;
	margin-left: 20px;
}

nav svg {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}

section.welcome {
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/stock.jpg);
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 200px 0px;
}

h1.welcome span {
	background-color: rgba(20,20,20,0.8);
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
}

p.welcome {
	margin-top: 50px;
}

p.welcome span {
	background-color: rgba(20,20,20,0.8);
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
}

section.laptop-swf {
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/hatterkep2.png);
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 200px 0px;
}

footer {
	background-color: #000;
	color: #fff;
	text-align: center;
}

section.kapcsolat {
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/kapcsolat_hatterkep.png);
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 200px 0px;
}

div.form-jumbotron {
	max-width: 700px;
	margin: auto;
	padding: 32px;
}
