/* BODY */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #fff;
	text-align: left;
	font-family: "Gowun Batang", serif;
	font-style: normal;
	color: #000;
}

/* LINKS */
a:link {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

/* CONTENT */
#content {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 700px;
	height: auto;
}

/* LOGOTYP */
.top_bar {
	margin: 50px 0px 50px 0px;
	width: 700px;
	float: left;
}

.logo {
	margin: 0px 0px 0px 0px;
	width: 150px;
	height: 150px;
	float: left;
	color: #000;
	text-align: center;
	font-size: 26px;
	letter-spacing: 1px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.name {
	margin: 0px 0px 0px 0px;
	width: 530px;
	height: 150px;
	float: right;
	color: #000;
	text-align: center;
}

.name img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* MENU */
.menu {
	margin: 0px 0px 30px 0px;
	padding: 0 0px 0px 0px;
	width: 700px;
	height: auto;
	float: left;
}

.menu1 {
	margin: 0px 0px 0px 0px;
	padding: 15px 0 15px 0px;
	width: 340px;
	height: auto;
	background: #111;
	float: left;
	font-family: "Bree Serif", serif;
	font-style: normal;
	color: #fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
}

.menu2 {
	margin: 0px 0px 0px 0px;
	padding: 15px 0 15px 0px;
	width: 340px;
	height: auto;
	background: #eee;
	float: right;
	font-family: "Bree Serif", serif;
	font-style: normal;
	color: #111;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
}

.menu2:hover {
	padding: 15px 0 15px 0px;
	background: #111;
	color: #fff;
}

/* SOCIAL */
.social_bar {
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: 700px;
	height: auto;
	float: left;
}

.social {
	margin: 0 0px 0px 0;
	padding: 10px 0px 10px 0px;
	width: 226px;
	height: auto;
	background: #eee;
	float: left;
	font-family: "Bree Serif", serif;
	font-style: normal;
	text-align: center;
}

.manekin {
	margin: 0;
	padding: 0;
	width: 11px;
	height: 40px;
	float: left;
}

.social:hover {
	background: #111111;
	color: #ffffff;
}

/* TEXT */
.text1 {
	margin: 0 0 0px 0;
	padding: 30px 0px 30px 0px;
	width: 700px;
	background: #fff;
	border-top: 1px dashed #bbb;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 200%;
}

.text2 {
	margin: 0 0 0px 0;
	padding: 30px 0px 30px 0px;
	width: 700px;
	background: #fff;
	border-top: 1px dashed #bbb;
	float: left;
	font-size: 16px;
	text-align: justify;
	line-height: 200%;
}

.text3 {
	margin: 0 0 30px 0;
	padding: 30px 0px 30px 0px;
	width: 700px;
	background: #fff;
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #bbb;
	float: left;
	font-size: 16px;
	text-align: justify;
	line-height: 200%;
}

/* ELEMENTS */
.opis {
	margin: 0 0 10px 0;
	width: 700px;
	float: left;
	font-size: 20px;
	text-align: left;
	letter-spacing: 1px;
}

.opis_tekst {
	margin: 0 0 10px 0;
	width: 640px;
	float: left;
	font-family: "Bree Serif", serif;
	font-style: normal;
	font-size: 20px;
	color: #111;
	text-align: center;
	letter-spacing: 1px;
}

.opis_znak1 {
	margin: 0 0 10px 0;
	width: 30px;
	float: left;
	font-size: 20px;
	color: #111;
	text-align: left;
	letter-spacing: 1px;
}

.opis_znak2 {
	margin: 0 0 10px 0;
	width: 30px;
	float: left;
	font-size: 20px;
	color: #111;
	text-align: right;
	letter-spacing: 1px;
}

.portret {
	margin: 0px 20px 0px 0px;
	width: 470px;
	height: auto;
	background-image: url(img/portret.png);
	float: left;
}

.footer {
	margin: 0px 0px 30px 0px;
	width: 700px;
	float: left;
	color: #7e7e7e;
	font-family: "Bree Serif", serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 150%;
}