@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500&display=swap');
@font-face {
  font-family: 'filo';
  src: url('fonts/filo.eot?xxg19o');
  src: url('fonts/filo.eot?xxg19o#iefix') format('embedded-opentype'),
    url('fonts/filo.ttf?xxg19o') format('truetype'),
    url('fonts/filo.woff?xxg19o') format('woff'),
    url('fonts/filo.svg?xxg19o#filo') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* CSS Document */
/* Reset
-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* General
-------------------------------------------------------------------------*/
body {  
  background: #fff url("images/backgr.jpg") no-repeat center;
  background-size: cover;
  font-family: 'Archivo', sans-serif;
  color: #000;
}
section {
  width: 100vw;
	height: 100vh;
	clear: both;
	overflow: hidden;
}
section > div.content { 
  position: fixed;
  top: 50%;
  left: 50%; 
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
}
@media (min-width: 777px) {
  section > div.content { 
    width: 100%;
  }
}
a, a:active, a:link, a:visited {
  color: #9e3636;
  text-decoration: none;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
a:hover,
a:active {
  color: #581818;
  text-decoration: none;
}

/* HTML Tags
-------------------------------------------------------------------------*/
p, pre {
  margin: 1.5rem 0;
}
p:first-child {
  margin-top: 0px;
}
main p {
  text-align: justify;
}
blockquote {
	margin: 1.5rem 0px;
	padding: 0px 3rem;
}
blockquote, q {
	font-style: italic;
  quotes: "„" "”" "»" "«" "’" "’";
}
blockquote p {
  margin: 0;
}
/* @group Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  display: block;
  font-style: normal;
  font-variant: normal;
}
h1 {
	font-size: 2rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
	font-weight: 800;
}
h2 {
	font-size: 1.5rem;
  line-height: 2rem;
	margin-top: 1rem;
  margin-bottom: 1rem;
	font-weight: 600;
}
h3 {
  font-size: 1.17rem;
  line-height: 1.28205rem;
	margin-top: 1.28205rem;
  margin-bottom: 1.28205rem;
}
/* @group Misc */
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}


/* Content
-------------------------------------------------------------------------*/
section > div.content h1 {
  font-size: 2.5rem;
  line-height: 2.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin: 2.4rem 0 5rem;
}
@media (min-width: 777px) {
  section > div.content h1 {
    letter-spacing: 0.4em;
    margin: 2.4rem 0 7rem;
  }
} 
section > div.content p {
  font-size: 1.5rem;
}
@media (min-width: 777px) {
  section > div.content p {
    font-size: 1.695rem;
  }
} 
section > div.content p span::before {
  color: #9e3636;
  font-size: 1.5rem;
  padding-right: 1.25rem;
  vertical-align: middle;
}
@media (min-width: 777px) {
  section > div.content p span::before {
    font-size: 1.9rem;
  }
}


/* Filo-Styl fonticons
-------------------------------------------------------------------*/
[class^="filo-"], [class*=" filo-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'filo' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filo-logo:before {
  content: "\e900";
}
.filo-logo2:before {
  content: "\e901";
}
.filo-facebook:before {
  content: "\e902";
}
.filo-instagram:before {
  content: "\e903";
}
.filo-arrow:before {
  content: "\e904";
}
.filo-location:before {
  content: "\e905";
}
.filo-mail:before {
  content: "\e906";
}
.filo-phone:before {
  content: "\e907";
}
.filo-tapasztalat:before {
  content: "\e908";
}
.filo-innovacio:before {
  content: "\e909";
}
.filo-minoseg:before {
  content: "\e90a";
} 