body {
	color: #697073;
	font-size: 16px;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #ffffff !important;
	background-image: url('/');
	background-repeat: repeat !important;
	background-position: cover !important;
	background-attachment: scroll !important;
}
h1 {
	color: #191919;
	font-size: 32px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #191919;
	font-size: 32px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a {
	color: #ff671b;
	font-size: 16px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	color: #ff671b;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
div#header {
	background-color: #191919;
}
div#header {
	max-width: 100%;
}
div#footer {
	max-width: 100%;
}
div#logo {
	text-align: center;
}
div#menu {
	background: #191919;
}
div#menu ul {
	background: #191919;
}
div#menu ul {
	justify-content: space-evenly;
}
div#menu ul > li > a {
	background: #191919;
}
div#menu ul > li > a.active {
	background: #191919;
}
div#menu ul > li > a:hover {
	background: #ff671b;
}
div#menu ul > li > a {
	color: #ffffff;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
div#menu ul > li > a.active {
	color: #ff671b;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
div#menu ul > li > a:hover {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
div#menu ul ul {
	background: #ff671b;
}
div#menu ul ul li a {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #2e2a2e;
}
div#menu ul ul li a.active {
	color: #ff671b;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #ff671b;
}
div#menu ul ul li a:hover {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #ff671b;
}
div#content {
	background-color: #ffffff;
}
div#content {
	flex-direction: row;
}
div#info-block {
	background-color: #f1f1f1;
}
div#footer {
	background-color: #000000;
	color: #ffffff;
}
div#footer a {
	color: #ffffff;
}
ul.fotoalbum li em {
	background-color: #eeeeee;
	color: #00afef;
}
ul.fotoalbum li a:hover em {
	background-color: #00afef;
	color: #ffffff;
}
@media only screen and (max-width: 800px){
div#info-block {
	background-color: #f1f1f1;
}
div#menu > .container > span > span,
div#menu > .container > span:before,
div#menu > .container > span:after {
	background: #ffffff;
}
div#menu > .container > ul > li.submenu > span:before,
div#menu > .container > ul > li.submenu > span:after {
	background: #ffffff;
}
}
