﻿/* reset CSS */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,
caption,center,cite,dd,del,details,dfn,div,dl,dt,em,embed,
fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,
img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,
q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,
th,thead,time,tr,tt,u,ul,var,video
{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/* end reset */

/*
Correct padding with widths.
When you add padding to an element with a width,
 it will end up much larger than what it should be.
 The width and the padding will be added together.
 So, if I have an element with the width of 100px,
 and I add a padding of 10px to that same element,
 then the awkward browser behavior will make that
 element 120px. The following will correct that.
*/

* {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box; /* Firefox, other Gecko */
		box-sizing: border-box;
}

/* Clear all floats */
.parent-selector:after {
	content: "";
	display: table;
	clear: both;
}

/* Clear all wrap floats */
.wrap:after {
	content: "";
	display: table;
	clear: both;
}

body {
	/* background-image: url('../../lexicon-images/s-mid.jpg'); */
	/* background-attachment: fixed; */
	/* background-position:top center; */
	 background-color: #fff;
	font: normal 1.6em Arial, sans-serif;
	width: 100%;
	 margin: 0 auto;
	 text-align: left;
	 /*border: 1px solid black;*/
}

.clear {
	clear:both;
}

.clearfix::after {
	 content: "";
	 clear: both;
	 display: table;
}

/* Default code
for all small devices with width less than 480px
*/
figure.right {
	float: right;
	padding: 0 0px 0 10px;
}

img {
	max-width: 400px;
}

figcaption {
	font: 1.6em bold "Times New Roman";
	text-align: center;
	color: black;
	background-color: #FFFFC0;
 }

.halfmoon ul {width: 468px; }

 abbr[title], acronym[title] {
	border-bottom-style: ridge;
	border-bottom-color: red;
	text-decoration: none;
	color: black;
	font-style: normal;
	/* font-weight: bold; */
}

abbr {
	position: relative;
}

abbr:hover::after {
	position: absolute;
	bottom: 100%;
	left: 100%;
	display: block;
	padding: .5em;
	background: yellow;
	content: attr(title);
	font-size: 1em;
	width: 200px;
}

/* ++++++++++ Places page name on bottom right corner ++++++++++ */
div.booktitle
{
	text-align: center;
	position: fixed;
	/* font-size: 2em; */
	color: black;
	bottom: 0;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	width: auto;
	background-color: yellow;
	border: 4px solid black;
}

/* ++++++++++ Places next on bottom left corner ++++++++++
div.next
{
	text-align: center;
	position: fixed;
	color: black;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	width: auto;
	background-color: white;
	border: 4px solid black;
}
*/

div.next
{
	text-align: center;
	position: fixed;
	color: black;
	bottom: 70px;
	right: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	width: auto;
	background-color: white;
	border: 4px solid black;
}

.newspaper {
	 -webkit-column-count: 2; /* Chrome, Safari, Opera */
	 -moz-column-count: 2; /* Firefox */
	 column-count: 2;
	 -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	 -moz-column-gap: 40px; /* Firefox */
	 column-gap: 40px;
	 -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
	 -moz-column-rule-style: solid; /* Firefox */
	 column-rule-style: solid;
}

/* Force all items to stick together */

ul {
	-webkit-column-break-inside: avoid;
	 page-break-inside: avoid;
	 break-inside: avoid;
}

dl {
	-webkit-column-break-inside: avoid;
	 page-break-inside: avoid;
	 break-inside: avoid;
}

/*
Everything in the MENU
	<a id='top'></a>
	<script src="../js/all/primary.js"></script>
	<script src="../js/donate/donate.js"></script>
	<script src="../js/lexicon/lexicon-menu.js"></script> α to ω
	<script src="js/a-menu.js"></script>
	<h2>αγι-</h2>
			<div class="pinkmoon">
				<ul>
					<li><a href="agh.html">αγη- <span class='arrow'>&#11176;</span></a></li>
					<li><a href="agi.html#agia">αγια-</a> </li>
					<li><a href="agi.html#agie">αγιε-</a> </li>
					<li><a href="agi.html#agioi">αγιο-</a> </li>
					<li><a href="agi.html#agiw">αγιω-</a> </li>
					<li><a href="agk.html"><span class='arrow'>&#11177;</span> αγκ-</a></li>
				</ul>
			</div>
*/

/* MENU BACKGROUND */
#menu
 {background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC0C0), to(#4040FF)); /* Safari 4+, Chrome*/
	 background-image: -webkit-linear-gradient(top, #FFC0C0, #4040FF); /* Chrome 10+, Safari 5.1+, iOS 5+ */
	 background-image: -moz-linear-gradient(top, #FFC0C0, #4040FF); /* Firefox 3.6-15 */
	 background-image: -o-linear-gradient(top, #FFC0C0, #4040FF); /* Opera 11.10-12.00 */
	 background-image: linear-gradient(to bottom, #FFC0C0, #4040FF); /* Firefox 16+, IE10, Opera 12.50+ */
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFC0C0', endColorstr='#4040FF'); /* IE6 & IE7 */
	 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFC0C0', endColorstr='#4040FF')"; /* IE8 & IE9 */
	 }

/* paypal is found on halfmoon.css */
#paypal {
	margin-left: 20px;
	float: left;
	clear: both;

}
#paypal	img { border: 0; }

ul.sq {
border: 5px solid red;
padding: 10px;
margin-top: 1em;
margin-bottom: 1em;
}

p.box {
 border-radius: 25px;
 border: 5px solid #73AD21;
 padding: 15px;
	margin: .5em .1em .5em -1em;

	font-size: .9em;
 /* width: 200px; */
 /* height: 150px; */

/* border: 2px solid black;
 outline: #4CAF50 solid 5px;
 margin: auto;
 padding: 20px;
*/
 /* text-align: center; */
	/* margin-top: 10px; */
	/* line-height: 1.4; */

}

.mybox {
	border: 5px solid green;
	padding: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
 background-color: #EDEBEB;
	font-size: 90%;
	width: 400px;
}
/* <div class='mybox'>text </div> */

table.key {
 table-layout: fixed;
 width: 100%;
 border: 1px solid red;
}

td.key {
 border: 1px solid blue;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
		font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 2em;
	font-weight: bold;

}
	
.vleft table {

	text-align: center;
	border-collapse: collapse;
	border: none;
	background-color: white;

	}
.vleft td, th
	{
		border:1px solid black;
		text-align: left;
		vertical-align: top;
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 1.6em;
	font-weight: bold;
	}

.vleft th {
	text-align: center;
	background-color: blue;
	color: white;
	border: 1px solid white;
	width: auto;
	font-size: 1.6em;
	padding: 5px 5px;
}

.vleft td {
	 font-family: "Times New Roman", Times, Serif;
	 vertical-align: text-top;
	padding: 10px 10px;
	/* text-align: justify; */
	width: auto;

}

/* hanging indent */
.hang {
	margin-left: 22px;
	text-indent: -22px;
}

h6 { background: blue;
font-size: 16px;
color: white;
height: 1.5em;
	text-align: center;
}

h6.c {
font-size: 1.2em;
color: white;
height: 1.5em;
	color: white;
	background-color: black;
	text-align: center;
}

#menu
 {
	/* width: 468px; */
	width: 200px;
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: 119px;
	margin-right: auto;
	}

#menu h1 {
	/* heading: KOINE GREEK LEXICON */
	font: normal bold 1.6em Arial, sans-serif;
	color: yellow;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
	text-shadow: 5px 5px 10px black;
}

#menu h2 {
	/* Heading: of the Greek word following the main lexicon-menu.js */
	border-radius: 25px;
	text-align: center;
	 font: normal bold 1.5em "Times New Roman", Georgia, Times, Serif;

	width: 90%;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	 /* background: url('../../lexicon-images/1flower.jpg'); */
	 background: #80FFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	border-style: none solid solid none;
	/* text-transform: capitalize; */
	border-width: 6px;
	border-color: black;
}

#main z
{
	direction:rtl;
}

#mainmenu {
	margin-top: -70px;
}

/* MAIN ITEMS BELOW MENU */

#main {
	width: 468px;
	/*width: 922px;*/
	/*max-width: 800px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5cm .5cm;
	background-color: white;
	color: black;
}

p {
margin-top: 1em;
	}

table.chart {
	 border-collapse: collapse;
		 /* margin-left: -3em; */
		/* float: right; */
		/* margin-right: auto; */
		/* margin-left: auto; */
		margin-left: 2em;
		table-layout: fixed;
		/* width: 100%; */
		border: 1px solid black;
		margin-bottom: 1em;
		clear: both;
}

colspan.chart {
	text-align: center;
	width: auto;
}

td.chart {
	/* border-left: 3px solid black;	 */
	border: 1px solid black;
	padding: 5px 5px;
	 width: auto;
	 text-align: center;
	 font: bold 1em "Times New Roman", Georgia, Times, Serif;
}

td.green {
	background-color: #5BF566;
	color: black;
	width: auto;
	border: 1px solid black;
	font-weight: bold;
	font-size: .7em;
	padding: 8px 2px;

	/* font: 10px arial, sans-serif bold; */
}

td.bgreen {
	background-color: #5BF566;
	color: black;
	width: auto;
	border: 1px solid black;
	font-weight: bold;
	font-size: 1.6em;
	padding: 8px 2px;
	text-align: center;

	/* font: 10px arial, sans-serif bold; */
}

th.divide {
	color: black;
	background-color: black;
	border: 5px solid red;
}

th.chart {text-align: center;
	background-color: blue;
	color: white;
	border: 1px solid white;
	border-left: 1px solid black;
	width: auto;
	padding: 5px 10px;
	font-size: .9em;
}

th.chart1 {
	background-color: blue;
	width: 1em;
}

td.cen {
	text-align: center;
	background-color: yellow;
	color: blue;
	border: none;
	width: auto;
	font-weight: bold;
	border: 1px solid black;
	border-left: 1px solid black;
}

td.cen1 {
	text-align: center;
	background-color: #A8F773;
	color: blue;
	border: none;
	width: auto;
	font-weight: bold;
}

td.cen2 {
	text-align: center;
	background-color: blue;
	color: white;
	border-style: solid;
	border-color: white;
	width: auto;
	font-weight: bold;
	font-size: .8em;
}

td.redcen {
	text-align: center;
	background-color: red;
	color: white;
	border: none;
	width: auto;
	font-weight: bold;
}

td.cent {
	text-align: center;
	background-color: black;
	color: white;
	border: none;
	width: auto;
}

td.m {
	background-color: #00FFFF;
	color: black;
	font-weight: bold;
	width: auto;
	text-align: center;
	border: 1px solid black;
	border-left: 1px solid black;
}

td.f {
	background-color: #FFC0FF;
	color: black;
	font-weight: bold;
	width: auto;
	text-align: center;
	border: 1px solid black;
	border-left: 1px solid black;
}
td.adv {
	background-color: #80FF80;
	color: black;
	font-weight: bold;
	width: auto;
	text-align: center;
	border: 1px solid black;
	border-left: 1px solid black;
}

.w {
	background-color: #fff;
}

h3 {
	border-width: 6px;
	border-color: green;
	border-style: none solid solid none;
	border-radius: 25px;
	/* background: #73AD21; */
	background: #80FF80;
	/* background: url('../../lexicon-images/grass.jpg'); */
	font-size: 1em;
	color: #000;
	/* text-shadow: 3px 3px #000; */
	font-weight: bold;
	text-align:center;
	padding: 30px;
	max-width: 300px;
	height: auto;
	width: auto;
	margin-bottom: 15px;
	}

.h3color {background: #73AD21;}

h4 {
	margin-left: auto; margin-right: auto;
	border-width: 5px;
	border-color: red;
	border-style: none solid solid none;
 border-radius: 25px;
 /* background: pink; */
				background: url('../../lexicon-images/pink.jpg');
		font-size: 35px;
		color: black;
		font-weight: bold;
		text-align: center;
 padding: 20px;
 max-width: 350px;
 height: auto;
		width: auto;
		margin-bottom: 15px;
	}

h5 { text-align: center;
 /* border-radius: 25px; */
 /* border: 5px solid #73AD21; */
 /* padding: 20px; */
/* width: 200px; */

font-size: 40px;
 width: 90%;
	margin-top:-10px;
	color: #000000;font-weight: bold;
	margin-left: auto; margin-right: auto;
	font-family: "Times New Roman", Times, Serif;
	text-transform: capitalize;
	padding-top: 20px;
	}

dl {
 display: block;
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 0;
 margin-right: 0;
}

dt {
	font-family: "Times New Roman", Times, Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: red;
	padding-left: 2px;
}

dd {
 display: block;
 margin-left: 10px;
	font-family: "Times New Roman", Georgia, Times, Serif;
}

ul {
 display: block;
 list-style-type: disc;
 margin-top: 0em;
 margin-bottom: 1em;
 margin-left: 0;
 margin-right: 0;
 padding-left: 40px;

}

ul { list-style-type: none;}
/* ul ul { list-style-image: url('../lexicon-images/star.png'); } */
ul ul { list-style-image: url('../../lexicon-images/star.png'); }
ul ul ul { list-style-image: url('../../lexicon-images/blu-star.png');}
ul ul ul ul { list-style-image: url('../../lexicon-images/g-star.png');}
ul ul ul ul ul { list-style-image: url('../../lexicon-images/b-star.png');}

/* ul ul ul ul { list-style-type: disc; } */

ol { list-style-type: decimal; color: red; font-weight: bold;}
ol ol { list-style-type: lower-alpha; }

li.parse {
	line-height: 40px;
	font: normal bold .9em Arial, sans-serif;
	/* color: #800080; */
	color: #248008;
	text-transform: capitalize;
}

li.bold {
	font-weight: bold;
}

li {
	line-height: 1em;
	/* font-family: "Times New Roman", Georgia, Times, Serif; */
	/* font: normal 1em Arial, sans-serif; */
	color: black;
}

li li {
	/* font-family: "Times New Roman", Times, Serif; */
	/* font: normal 1em Arial, sans-serif; */
	color: black;
	/*font-size: 125%;*/
	line-height: 1em;
}

li li li {
	/* font-family: "Times New Roman", Times, Serif; */
	/* font: normal 1em Arial, sans-serif; */
line-height: 1em;
}

/*
ul.a {list-style-type: circle;}
ul.b {list-style-type: disc;}
ul.c {list-style-type: square;}

ol.d {list-style-type: armenian;}
ol.e {list-style-type: cjk-ideographic;}
ol.f {list-style-type: decimal;}
ol.g {list-style-type: decimal-leading-zero;}
ol.h {list-style-type: georgian;}
ol.i {list-style-type: hebrew;}
ol.j {list-style-type: hiragana;}
ol.k {list-style-type: hiragana-iroha;}
ol.l {list-style-type: katakana;}
ol.m {list-style-type: katakana-iroha;}
ol.n {list-style-type: lower-alpha;}
ol.o {list-style-type: lower-greek;}
ol.p {list-style-type: lower-latin;}
ol.q {list-style-type: lower-roman;}
ol.r {list-style-type: upper-alpha;}
ol.s {list-style-type: upper-latin;}
ol.t {list-style-type: upper-roman;}
ol.u {list-style-type: none;}
ol.v {list-style-type: inherit;}

*/

a:link {
	color: #0000FF;
	font-size: 100%;
	border: none; text-decoration: none; font-style: normal; font-weight: bold;}
a:visited {color: #0000FF;
	border: none; text-decoration: none; font-style: normal;
	}

/* turn visited to grey, use this for detecting in personal building only
a:visited {color: #808080; #5659E2
	border: none; text-decoration: none; font-style: normal;
	}
 */

a:hover {color: red; border: none; text-decoration: none; font-style: normal;}
a:active {color: #000000; border: none; text-decoration: none; font-style: normal;}

/* Greek word <a also the same*/
*.b {
	font-family: "Times New Roman", Georgia, Times, Serif;
	/* font-size: 120%; */
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	color: black;
}
.b {font-weight: bold;}

/* italic for translation */
.i {
 font: italic bold 1em "Times New Roman", Georgia, Times, Serif;
 color: black;
 padding: 2px;
 line-height: 30px;
 }

/* italic for translation */
.n {
 font: normal .9em Arial, sans-serif;
 color: black;
 padding: 2px;
 line-height: 40px;
 }

.note {
 font: italic bold 100% "Times New Roman", Georgia, Times, Serif;
 color: black;
 padding: 2px;
 line-height: 40px;
 }

*.r {
	font-family: "Times New Roman", Georgia, Times, Serif;
	/* font-size: 105%; */
	font-weight: bold;
	color: red;
}

*.u {
	text-decoration: underline;
}

*.rs {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 70%;
	font-weight: bold;
	color: red;
}

*.arrow {
	font-family: "Times New Roman", Georgia, Times, Serif;
	 font-size: 100%;
	font-weight: bold;
	color: red;
		background-color: white;
}

*.v {
	font-family: "Times New Roman", Georgia, Times, Serif;
	/* font-size: 105%; */
	font-weight: bold;
	color: #9501E1;
}

*.y {
	background-color: yellow;
	color: black;
}

*.y3 {
	background-color: blue;
	color: yellow;
}

*.y4 {
	background-color: #FF80FF; /* pink */
	color: black;
}

*.y5 {
	background-color: #00FF00;
	color: black;
}

*.y6 {
	background-color: #FF8080;
	color: black;
}

*.bigg {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 2em;
	font-weight: bold;
}

*.oy {
	background-color: #FF8080;
	color: black;
}

*.gb {
	background-color: #00FF00;
	color: black;
}

*.p {
	background-color: #FF80FF; /* pink */
	color: black;
}

*.by {
	background-color: blue;
	color: yellow;
}

*.pp {
	font-family: "Times New Roman", Georgia, Times, Serif;
	/* font-size: 105%; */
	font-weight: bold;
	color: #5D05FF;
}

*.h {
	font: normal bold Arial, sans-serif;
	color: yellow;
	background-color: black;
}

*.g {
	font: normal bold Arial, sans-serif;
	color: green;
}

*.t {color: red;}

.cognate {line-height: 40px;
 font-family: "Times New Roman", Georgia, Times, Serif;
 color: #E8895A;

 }

.l {
/* use <li> and span to move text to the left */
/* e.g., <li><span class='l'>subtext</span></li> */
	line-height: 40px;
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-weight: bold;
	color: black;
	margin-left: -25px;
 }

.also {
	line-height: 40px;
	font: normal bold .9em Arial, sans-serif;
	color: red;
	margin-left: -25px;
 }

.parse {
	line-height: 40px;
	font: normal bold .9em Arial, sans-serif;
	color: #248008;
	text-transform: capitalize;
}

.unparse {
	line-height: 40px;
	font-family: Helvetica, Arial, Verdana;
	color: green;}

span.test2 {
 writing-mode: vertical-rl;
}

.cat {
	font: normal .8em Arial, sans-serif;
	color: yellow;
	background-color: blue;
	border-radius: 15px 0px 0px 15px;
	border: 1px solid #ff0000;
	margin-right: 5px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 40px;
}

.concord {
 border-radius: 25px;
 border: 5px solid #E99F1F;
 padding: 10px;
	margin: .5em .1em .5em .5em;

	font: normal .8em Arial, sans-serif;
	background-color: #FFFFC0;
	color: black;
	line-height: 25px;
 }

span.large
{ background-color:#FFffff; font-size: 1.5em; }

.hebrew {
	line-height: 40px;
	font: normal bold 1.2em "Times New Roman", Georgia, Times, serif;
	color: black;
}

#rcorners2 {
 border-radius: 100%;
 padding: 20px;
 width: 200px;
 height: 150px;
}

#foot
 {width: 468px;
 clear: both;
	 background-color: white;
 background-position: bottom;
	 margin-top: 0px;
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	 }
	
#foot p {
 text-align: center;
 font-size: 90%;	

}
#foot p.leftside {
text-align: left;
font-size: 100%;
text-indent:0px;}

footer h2 { font-size: 100%; color: #ff0000; font-weight: bold; text-align:center; text-transform:uppercase; line-height: 1em; max-width: 490px; 	margin-left: auto;
	margin-right: auto;
}

.filler {height: 390px;
}

.foot
 {width: 468px;
 clear: both;
	 background-color: white;
 background-position: bottom;
	 margin-top: 0px;
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	 }
.foot p {
 text-align: center;
 font-size: 90%;	

}
.foot p.leftside {
text-align: left;
font-size: 100%;
text-indent:0px;}

#endmenu {
background-color: blue;
padding: 5px;
}

@media only screen and (min-width: 600px) {
 /* For tablets: */

.halfmoon ul {width: 588px; }

#main {
	width: 588px;
	/*width: 922px;*/
	/*max-width: 800px;*/
	display: block;
	margin-left: 119px;
	margin-right: auto;

	padding: 0.5cm .5cm;
	background-color: white;
	color: black;
}

#menu
 {
	width: 588px;
 /*padding: 22px 0px;*/
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#foot
 {width: 588px;
 clear: both;
	 background-color: white;
 background-position: bottom;
	 margin-top: 0px;
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	 }

.foot
 {width: 588px;
 clear: both;
	 background-color: white;
 background-position: bottom;
	 margin-top: 0px;
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	 }

}

@media only screen and (min-width: 868px) {
 /* For desktop: */

.halfmoon ul {width: 868px; }

#main {
	width: 868px;
	/*width: 922px;*/
	/*max-width: 800px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;

	padding: 0.5cm .5cm;
	background-color: white;
	color: black;
}

#menu
 {
	width: 868px;
 /*padding: 22px 0px;*/
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

figure.right {
	float: right;
	/*margin-right: -8px;*/
	padding: 0 0px 0 10px;
	}
figcaption {font: 30px "Times New Roman";
 font-weight: bold;
 text-align: center;
 color: black;
	background-color: #FFFFC0;
 }

#foot
 {width: 868px;
 clear: both;
	 background-color: white;
 background-position: bottom;
	 margin-top: 0px;
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	 }
	
.foot
 {width: 868px;
 clear: both;
	 background-color: white;
 background-position: bottom;
	 margin-top: 0px;
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	 }
}

/* Navbar container */
.navbar {
	border-radius: 25px;
	overflow: hidden;
	font-family: Arial;
	margin-bottom: 1em;
	/* background: url('../../lexicon-images/flower.jpg'); */
	background: yellow;
	border-style: none solid solid none;
	border-width: 6px;
	border-color: black;
}

/* Links inside the navbar (non-dropdown)*/
.navbar a {
 float: left;
 font-size: 16px;
 color: black;
 font-weight: bold;
 text-align: center;
 padding: 14px 16px;
 text-decoration: none;
}

/* The dropdown container */
.dropdown {
 float: left;
 overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
 font-size: 16px;
 border: none;
 outline: none;
 color: black;
 font-weight: bold;
 padding: 14px 16px;
 background-color: inherit;
 font-family: inherit; /* Important for vertical align on mobile phones */
 margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
 background-color: red;
 border-radius: 25px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
 display: none;
 position: absolute;
 background-color: #f9f9f9;
 min-width: 160px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
 float: none;
 color: black;
 padding: 12px 16px;
 text-decoration: none;
 display: block;
 text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
 background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
 display: block;
}
/*
<div class="navbar">
 <a href="#home">Home</a>
 <a href="#news">News</a>
 <div class="dropdown">
 <button class="dropbtn">Dropdown
 <i class="fa fa-caret-down"></i>
 </button>
 <div class="dropdown-content">
 <a href="#">Link 1</a>
 <a href="#">Link 2</a>
 <a href="#">Link 3</a>
 </div>
 </div>
</div>
*/

/*subbar*/

/* Subbar container */
.subbar {
	border-radius: 25px;
 overflow: hidden;
 background-color: pink;
	font: normal 1em Arial, sans-serif;
 margin-bottom: 1em;
border-width: 6px;
border-color: black;
}

/* Links inside the subbar */
.subbar a {
 /* float: left; */
 font-size: 1em;
 color: black;
 font-weight: bold;
 text-align: center;
 /* padding: 14px 16px; */
 text-decoration: none;
}

/*end subbar*/

/* The side navigation menu */
.sidebar {
 margin: 0;
 padding: 0;
 /* width: 180px; */
 width: auto;
 background-color: #f1f1f1;
 position: fixed;
 height: 100%;
 overflow: auto;
}

/* Sidebar links */
.sidebar a {
 display: block;
 color: blue;
	padding: 6px 8px 6px 16px;
 /*padding: 2px;*/
 text-decoration: none;
	font-size: 14px;
}

/* Active/current link */
.sidebar a.active {
 background-color: #f4eca4;
 /* background-color: #04AA6D; */
 color: black;
}
.sidebar a.active1 {
 background-color: #00C0FF;
 color: black;
}
.sidebar a.active2 {
 background-color: #CA8DF5;
 color: black;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
 background-color: blue;
 color: white;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
 background-color: white;
 color: blue;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
 margin-left: 180px;
 padding: 1px 16px;
 height: 1000px;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
 .sidebar {
 width: 0%;
 /* height: auto; */
 height: 0px;
 position: relative;
 }
 .sidebar a {float: left;}
 div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
 .sidebar a {
 text-align: center;
 float: none;
 }
}

/* +++++ Side menu +++++++
include these lines right after </head>
<div class="sidebar">
 <a class="active" href="#home">Home</a> [for a linked heading]

	<a class="active"</a>Next [for an unlinked heading]
 <a href="#kaq">καθ’</a>
 <a href="#kaqa">καθά</a>
 <a href="#kaqagiazw">καθαγιάζω</a>
</div>
*/
/* The sidenav menu */
.sidenav {
 height: 100%; /* Full-height: remove this if you want "auto" height */
 width: 200px; /* Set the width of the sidebar */
 position: fixed; /* Fixed Sidebar (stay in place on scroll) */
 z-index: 1; /* Stay on top */
 top: 0; /* Stay at the top */
 left: 0;

 background-color: #f1f1f1; /* Black */
 overflow-x: hidden; /* Disable horizontal scroll */
 padding-top: 20px;
 padding-left: 10px;
}

.sidenav a.active {
 background-color: #04AA6D;
 color: white;
}
/* The navigation menu links */
.sidenav a {
 padding: 6px 8px 6px 16px;
 text-decoration: none;
 /* font-size: 25px; */
 font-size: 16px;
 color: blue;
 /* color: #818181; */
 display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
 color: red;
}

/* Style page content */
.main {
 margin-left: 160px; /* Same as the width of the sidebar */
 padding: 0px 10px;
}

fieldset {
	border: 5px inset #00FF00;
	padding: .1em;
	margin-bottom: .5em;
	background-color: #eeeeee;
}

legend {
	color: #FF0000;
	font-size: 25px;
	font-weight: bold;
}

/* Style the search box inside the navigation bar */
.yellowmoon input[type=text] {
 float: right;
 padding: 6px;
 border: none;
 margin-top: 8px;
 margin-right: 16px;
 font-size: 17px;
}

/* The Modal (background) */
.modal {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 1; /* Sit on top */
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
 background-color: #fefefe;
 margin: auto;
 padding: 20px;
 border: 1px solid #888;
 width: 80%;
}

/* The Close Button */
.close {
 color: #aaaaaa;
 float: right;
 font-size: 28px;
 font-weight: bold;
}

.close:hover,
.close:focus {
 color: #000;
 text-decoration: none;
 cursor: pointer;
}
