@charset "UTF-8";
/* CSS Document */


/* montserrat-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-800 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('/fonts/montserrat-v26-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


html, body {
	margin: 0;
	padding: 0;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000;
}

#vcard {
	position: absolute;
	top: 7%;
	width: 100%;
}

#logo {
	position: relative;
	display: block;
	width: 280px;
	margin: 0 auto;
}

#kontakt {
	position: relative;
	display: block;
	width: 440px;
	margin: 350px auto 0 auto;
}

.contactWrap {
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
}

.contactWrap span{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.contactWrap a{
	color: #000;
	text-decoration: none;
}

.titleWrap {
	text-transform: uppercase;
	text-align: center;
}

.titleWrap > p:first-of-type{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 0;
}

.titleWrap > p:last-of-type{
	font-size: 18px;
	margin-top: 0;
}