﻿@font-face {
    font-family: "cera";
    src: url("/img/Cera_GR.woff") format('woff');
}
body
{
	padding: 0;
	margin: 0;
	background: #fff;
	font-family: cera, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 130%;
}
h1, h2, h3, p
{
	font-weight: normal;
	padding: 0;
	margin: 0 0 12px;
	line-height: 130%;
}
p
{
	line-height: 160%;
	margin: 0 0 24px;
}
h2
{
	font-size: 220%;
	margin-top: 40px;
}
h3
{
	font-size: 120%;
	margin-bottom: 2px;
}
h3.spaced
{
	margin-top: 40px;
}
a, a:visited, a:hover
{
	text-decoration: none;
	color: #000;
}
.c, header
{
	padding: 0 40px;
	max-width: 600px;
	margin: 0 auto;
}
header img
{
	width: 100%;
}
header
{
	padding-top: 90px;
	padding-bottom: 30px;
}
@media screen and (max-width: 1019px) {
	header
	{
		padding-top: 10vw;
		padding-bottom: 2vw;
	}
}
.c {
	padding-bottom: 50px;
}
footer {
	background: #fcc31b;
	height: 60px;
}
.oy
{
	background: transparent url(/img/artiskok.background.svg) no-repeat;
	background-size: cover;
}
.ow
{
	background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#80ffffff',GradientType=0 );
}
a.icon {
}
a.icon:before {
	content: '';
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
a.pf:before {
	background: transparent url(/img/dot.svg) no-repeat;
	background-size: contain;
}
a.li:before {
	background: transparent url(/img/linkedin.logo.svg) no-repeat;
	background-size: contain;
}