body {
	font-family: Helvetica;
	font-size: 12px;
	color: #333333;
	margin-top: 0;
	margin-left: 0;
	height: 100%;
}

header {
	width: 100%;
	background-color: #f29200;
	padding: 10px;
	color: #ffffff;
}

section {
	max-width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	min-height: 400px;
	height:100%;
}

footer {
	width: 100%;
	background-color: #121315;
	padding: 10px;
	color: #ffffff;
	height: 30vh;
	font-size: 10px;
	margin: 20px auto;
}

.center {
	text-align: center;
}

h3 {
	text-align: center;
	font-size:18px;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #ffffff;
}

section a {
	color: #f29200;
}

section a:hover {
	color: #121315;
}

footer article.right {
	width: 300px;
	float: right;
	padding: 20px;
}

footer article.left {
	float: left;
}

article.tagjeloltek {
	max-width: 300px;
	float:left;
	margin: 20px auto;
	padding: 5px 10px 5px 10px;
}

article.tagjeloltek p {
	text-align: center;
	line-height: 0.5;
}

article.tagjeloltek .name {
	font-size: 1.5em;
}


article a img {
	transform: scale(0.9);
	transition:all 1s;
}

article a img:hover {
	transform: scale(1,1);
}

form {
	margin: 30px 0;
}

form input, select {
	border: 1px solid #e2e2e2;
	line-height: 1.5em;
}

form input[type="submit"], button{
	margin-top:10px;
	padding:5px 10px;
	background-color: #f29200;
	color:#ffffff;
}

form input[type="submit"]:hover, button:hover{
	background-color: #121315;
	cursor: pointer;
}

article>p {
	line-height: 1.7;
}