
	/* 18/3/2021 */

/* Apply to the body tag */
body {
	background-color: #400000;
	background-color: rgba(64, 0, 0, 1);
	transition: background-color 0.5s;
	margin: 0px;
	overflow-x: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none; }

@media print{
	body {display:none;} }

/* Home page */
#mainboxh {
	max-width: 444px;
	background-color: #800000;
	border-top: 7px solid #540000;
	border-right: 7px solid #540000;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s; }

@font-face {
	font-family: "2003CorelThomadakiAnna";
	src: url("./fonts/03cthomadakia.eot"); /* IE9 Compat Modes */
	src: url("./fonts/03cthomadakia.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("./fonts/03cthomadakia.otf") format("opentype"), /* Open Type Font */
		 url("./fonts/03cthomadakia.svg") format("svg"), /* Legacy iOS */
		 url("./fonts/03cthomadakia.ttf") format("truetype"), /* Safari, Android, iOS */
		 url("./fonts/03cthomadakia.woff") format("woff"), /* Modern Browsers */
		 url("./fonts/03cthomadakia.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal; }

.mbhtitle {
	font-family: '2003CorelThomadakiAnna', "Palatino Linotype", "Palatino", times, serif;
	color: #ffffde;
	font-size: 1.14em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 84px 0px 74px 0px; }

#mbhCross {
	text-align: center;
	padding: 74px 0px 274px 0px; }

/* Main Box, 3 Buttons */
#boxbtns {
	position: fixed;
	display: none;
	bottom: 24%; /* 224px; */
	right: 4%;
	z-index: 1;
	float: right;
	transition: 0.5s; }

.btndown, .btnup {
	display: block;
	background-color:  #fbd7a1;
	background-color: rgba(251, 215, 161, 0.7);
	font-family: Georgia, times, serif;
	color: #870000;
	font-size: 1.44em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    padding: 7px 11px 7px 11px;
	margin: 0px 0px 11px 0px;
	border: 1px solid #ffffe4;
	transition: 0.5s;
	cursor: pointer;
	text-align: center;
	border-radius: 2px 2px 2px 2px; }

.btntop {
	display: block;
	background-color:  #fbd7a1;
	background-color: transparent;  /* IE8 */
	background-color: rgba(251, 215, 161, 0.7);
	font-family: Georgia, times, serif;
	color: #870000;
	font-size: 0.74em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    padding: 13px 7px 13px 7px;
	border: 1px solid #ffffe4;
	transition: 0.5s;
	cursor: pointer;
	text-align: center;
	border-radius: 2px 2px 2px 2px; }

.btndown:visited,
.btndown:link,
.btnup:visited,
.btnup:link,
.btntop:visited,
.btntop:link {
	font-family: Georgia, times, serif;
	color: #870000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none; }

.btndown:hover,
.btnup:hover,
.btntop:hover {
	background-color: #9a5420;
	color: #fffbc7;
	border: 1px solid #990000; }

.btndown:active,
.btnup:active,
.btntop:active {
	background-color: #ffffe4;
	color: #9a5420;
	border: 1px solid #9a5420; }

/* Main Box */
.mainbox {
	max-width: 754px;
	height: auto;
	background-color: #fffff0; /* Ivory, ffffe7; #ffffe4; /* #ffffde; */
	background-color: rgba(255, 255, 240, 1);
	margin-left: auto;
	margin-right: auto;
	padding: 0px 67px 0px 67px;
	border: 7px solid #800000;
	transition: 0.5s; }

.mboxc {
	width: 100%;
	height: auto;
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;   
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s; }

.mboxes {
	width: 374px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	transition: 0.5s; }

.verline {
	border-left: 1px solid #242424;
	height: auto;
	padding: 0px 3px 0px 2px; }

@media screen and (max-width: 1224px) {
.verline {
	display: none;
	opacity: 0; }

.mainbox {
	max-width: 380px;
	padding: 0px 67px 0px 67px; }

.mboxes {
	width: 100%; } }

@media screen and (max-width: 600px) {
.mboxc {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto; }

.mainbox {
	max-width: 380px;
	padding: 0px 27px 0px 27px; }

.btndown, .btnup {
	font-family: Georgia, Times, serif;
	font-size: 21px; } }

@media screen and (max-width: 514px) {
#mainboxh,
.mainbox {
	max-width: 380px;
	padding: 0px 14px 0px 14px;
	margin-left: auto;
	margin-right: auto; }

.btndown, .btnup {
	font-family: Georgia, Times, serif;
	font-size: 1.2em; } }

#boxtextrh {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #990000;
	font-size: 1.14em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #990000; }

.boxtext {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #242424; /* #474747; */
	font-size: 0.84em;
	font-style: normal;
	font-weight: normal;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; }

.boxtextbc {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #242424;  /* #990000; */
	font-size: 0.84em;
	font-style: normal;
	font-weight: normal;
	text-align: center; }

.boxtextbb { /* text-indent: 14px; */
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #242424;  /* #990000; */
	font-size: 0.84em;
	font-style: normal;
	font-weight: bold; }

.boxtextbbc {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #242424;  /* #990000; */
	font-size: 0.84em;
	font-style: normal;
	font-weight: bold;
	text-align: center; }

.boxtexttbb {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #242424;
	font-style: normal;
	font-weight: bold; }

.boxtexttb {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #242424;
	font-style: normal;
	font-weight: normal; }

.boxtextdropcap {
	font-family: "2003CorelThomadakiAnna", "Palatino Linotype", "Palatino", times, serif;
	color: #990000;
	font-size: 2.34em;
	font-style: normal;
	font-weight: normal;
	float: left;
	line-height: 77%;
	padding: 9px 2px 0px 9px; }

@media screen and (max-width: 514px) {
.boxtextdropcap {
	font-size: 2em; } }


.boxtextred {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #990000;
	font-style: normal;
	font-weight: normal; }

.boxtextredtxt {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #990000;
	font-size: 0.84em;
	font-style: normal;
	font-weight: normal; }

.boxtextrc {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #990000;
	font-size: 0.84em;
	font-style: normal;
	font-weight: normal;
	text-align: center; }

.boxtextrb {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #990000;
	font-style: normal;
	font-weight: bold; }

.boxtextrbc {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #990000;
	font-size: 0.84em;
	font-style: normal;
	font-weight: bold;
	text-align: center; }

/* Holy Icon */
.boxicon {
	text-align: center; }

/* Apolitikion Link */
.boxtextrl, .boxtextrl:visited, .boxtextrl:link {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color:#870000;
	font-size: 0.94em;
	text-decoration: none;
	font-style: normal;
	font-weight:normal; }

.boxtextrl:hover {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #deb887;
	text-decoration: none;
	font-style: normal;
	font-weight: normal; }

.boxtextrl:active {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #9a5420;
	text-decoration:none;
	font-style:normal;
	font-weight:normal; }

#paterKM {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #242424;
	font-size: 0.84em;
	font-style: normal;
	font-weight: normal;
	text-align: right; }

.endparagr {
	color: #990000;
	font-size: 87%;
	font-style: normal;
	font-weight: normal;
	text-align: center; }

.atop a {
	width: auto;
	font-family: Georgia, Times, serif;
	color: #870000;
	font-size: 0.71em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    padding: 7px 7px 7px 7px;
	border: 1px solid #ffffe4;
	transition: 0.5s;
	cursor: pointer;
	float: right; }

.atop a:visited,
.atop a:link {
	font-family: Georgia, Times, serif;
	color: #870000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    padding: 7px 7px 7px 7px; }

.atop a:hover {
	background-color: #9a5420;
	color: #fffbc7;
	border: 1px solid #990000; }

.atop a:active {
	background-color: #fbd7a1;
	color: #9a5420;
	border: 1px solid #9a5420; }

/* Bottom Box, Global Menu */
.btmbox {
	max-width: 754px;
	height: auto;
	padding-top: 21px;
	padding-bottom: 44px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s;
	overflow: hidden; }

/* JavaScript Enabled text */
.enablejs {
	font-family: "Palatino Linotype", "Palatino", times, serif;
    color: #ffffde;
    font-size: 0.87em;
    font-style: normal;
    font-weight: normal;
	text-decoration: none;
	text-align: center; }

.btmgnb	{
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #f5deb4;
	font-size: 0.84em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center; }

.btmgnb a:visited, .btmgnb a:link {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #f5deb4;
	font-style:normal;
	font-weight:normal;
	padding: 4px 7px 4px 7px;
	text-decoration: none; }

.btmgnb a:hover {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #deb887;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; }

.btmgnb a:active {
	font-family: "Palatino Linotype", "Palatino", times, serif;
	color: #ffffde;
	font-style:normal;
	font-weight:normal;
	text-decoration: none; }

.btmcopy {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	color: #deb887;
	font-size: 0.64em;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: center; }

#dmhe {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	color: #deb887;
	font-size: 0.64em;
    font-style: normal;
    font-weight: normal;
	text-decoration: none;
    text-align: center;
	padding-bottom: 30px; }

#dmhe a:visited, 
#dmhe a:link {
	font-family: Verdana, Arial, sans-serif;
	color: #deb887;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 7px 1px 7px; }

#dmhe a:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #f5deb4;
	font-style: normal;
	font-weight: normal;
	text-decoration: none; }

#dmhe a:active {
		font-family: Verdana, Arial, sans-serif;
	color: #ffffde;
	font-style:normal;
	font-weight:normal;
	text-decoration:none; }


