﻿/* 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('../image/s-mid.jpg');
	background-attachment: fixed;
	background-position:top center;
	font-size: 1.7em;
	/* font-family: "Times New Roman", Georgia, Times, Serif; */
	font-family: Arial, sans-serif;
	width: 100%;
	 margin: 0 auto;
	 text-align: left;
	 background-color: #fff;
	 /*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: 30px "Times New Roman";
	font-weight: bold;
	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;
	/* font-size: 2em; */
	color: black;
	bottom: 0;
	left: 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
	
	<script src="https://varnava.org/greek/js/all/primary.js"></script>
	<script src="https://varnava.org/greek/js/lexicon/lexicon-menu.js"></script> α to ω
	<script src="js/a-menu.js"></script> 
	<h2>αγι-</h2>
			<div class="pinkmoon">
				<ul>
					<li><a href="https://varnava.org/agh.html">αγη- <span class='arrow'>&#11176;</span></a></span> &#x2022; <span id="ref"><a href="https://varnava.org/agi.html#agia">αγια-</a></span> &#x2022; <span id="ref"><a href="https://varnava.org/agi.html#agie">αγιε-</a></span> &#x2022; <span id="ref"><a href="https://varnava.org/agi.html#agioi">αγιο-</a></span> &#x2022; <span id="ref"><a href="https://varnava.org/agi.html#agiw">αγιω-</a></span> &#x2022; <span id="ref"><a href="https://varnava.org/agk.html"><span class='arrow'>&#11177;</span> αγκ-</a></span></p>
*/

/* MENU BACKGROUND */
#menu	
 {background-image: -webkit-gradient(linear, left top, left bottom, from(#A2A4EE), to(#4040FF)); /* Safari 4+, Chrome*/
	 background-image: -webkit-linear-gradient(top, #A2A4EE, #4040FF); /* Chrome 10+, Safari 5.1+, iOS 5+ */ 
	 background-image: -moz-linear-gradient(top, #A2A4EE, #4040FF); /* Firefox 3.6-15 */ 
	 background-image: -o-linear-gradient(top, #A2A4EE, #4040FF); /* Opera 11.10-12.00 */ 
	 background-image: linear-gradient(to bottom, #A2A4EE, #4040FF); /* Firefox 16+, IE10, Opera 12.50+ */ 
 	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#A2A4EE', endColorstr='#4040FF'); /* IE6 & IE7 */ 
	 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A2A4EE', 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: 10px;
 /* width: 200px; */
 /* height: 150px; */

/* border: 2px solid black;
 outline: #4CAF50 solid 5px; 
 margin: auto; 
 padding: 20px; 
*/
 /* text-align: center; */
	/* margin-top: 10px; */
	 margin-bottom: 10px; 
	font-size: 90%;
	/* line-height: 1.4; */

}

	 
.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: 20px;
	font-weight: bold;
	}

.vleft th {
	text-align: center;
	background-color: blue;
	color: white;
	border: 1px solid white;
	width: auto;
	font-size: 25px;
	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;
}


/*
#menu h2 { 
	border-radius: 25px;
	text-align: center;
	font-size: 50px; 
 width: 90%;
	color: black;
	font-weight: bold;
 margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-family: Arial, Sans-serif;
background-color: yellow;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	border-style: none solid solid none;
}
*/


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;
	padding: 0.5cm .5cm;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}


#menu h1 {
	/* font-size: 250%; */
	/* heading: KOINE GREEK LEXICON */
	font-size: 1.6em;
	font-family: "Arial Black", Gadget, sans-serif;
	color: yellow;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	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-size: 50px; 
 width: 90%;
	color: black;
	font-weight: bold;
 margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-family: Arial, Sans-serif;
	 background: url('../image/1flower.jpg'); 
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	border-style: none solid solid none;
	/* text-transform: capitalize; */
border-width: 6px;
border-color: black;

}

#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;
		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: 10px 10px;
	 width: auto;
	 text-align: center;
	 font-weight: bold;
}

td.green {
	background-color: #5BF566;
	color: black;
	width: auto;
	border: 1px solid black;
	font-weight: bold;
	font-size: 20px;
	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: 30px;
	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: 25px;
}


td.cen {
	text-align: center;
	background-color: yellow;
	color: blue;
	border: none;
	width: auto;
	font-weight: bold;
}

td.cen1 {
	text-align: center;
	background-color: #A8F773;
	color: blue;
	border: none;
	width: auto;
	font-weight: bold;
}


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;
}


.w {
	background-color: #fff;
}



	

h3 {
	border-width: 6px;
	border-color: green;
	border-style: none solid solid none;
	border-radius: 25px;
	/* background: #73AD21; */
	background: url('../../images/grass.jpg');
	font-size: 1.5em;
	color: #fff;
	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('../../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: 125%;
	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('../image/star.png'); } */
ul ul { list-style-image: url('../image/star.png'); }
ul ul ul { list-style-image: url('../image/blu-star.png');}
ul ul ul ul { list-style-image: url('../image/g-star.png');}
ul ul ul ul ul { list-style-image: url('../image/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 90% Arial, Verdana, Helvetica, sans-serif; 
	color: green;
	text-transform: capitalize;
}


li {
	line-height: 40px;
	/* font-family: "Times New Roman", Georgia, Times, Serif; */
	font: normal 100% Arial, sans-serif; 
	color: black;
}

li li {
	/* font-family: "Times New Roman", Times, Serif; */
	font: normal 100% Arial, sans-serif; 
	color: black;
	/*font-size: 125%;*/
}

li li li {
	/* font-family: "Times New Roman", Times, Serif; */
	font: normal 100% Arial, sans-serif; 
}

/*
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;
}

/* italic for translation */
.i {
 font: italic bold 1.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;
}



*.pp {
	font-family: "Times New Roman", Georgia, Times, Serif;
 	/* font-size: 105%; */
	font-weight: bold;
	color: #5D05FF;
}



*.h {
	font-family: Arial, Verdana, Sans-serif;
 	/* font-size: 110%; */
	font-weight: bold;
	color: yellow;
	background-color: black;
}


*.g {
	font-family: Arial, Verdana, Sans-serif;
 	/* font-size: 110%; */
	font-weight: bold;
	color: green;
}

*.t {color: red;}

.cognate {line-height: 40px;
 font-family: "Times New Roman", Georgia, Times, Serif;
 color: #E8895A;
 }
 
/* use <li> and span to move text to the left */
/* e.g., <li><span class='l'>subtext</span></li> */
.l {line-height: 40px;
 font-family: "Times New Roman", Georgia, Times, Serif;
 font-weight: bold;
 color: black;
 margin-left: -25px;
 }
 
.also {line-height: 40px;
 font-family: Arial, Verdana, Helvetica, Sans-serif;
 font-weight: bold;
 /* font-size: 25px; */
 color: red;
 margin-left: -25px;
 }
 
.parse {
	line-height: 40px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	color: green;
	text-transform: capitalize;
 	font-style: normal;
	font-size: 90%;
	font-weight: bold;	
}

.unparse {line-height: 40px;
 font-family: Helvetica, Arial, Verdana;
 color: green;}


span.test2 {
 writing-mode: vertical-rl; 
}


.cat {
	font-family: Helvetica, Arial, Verdana;
	font-size: .8em;
	/* color: black; */
	/*background-color: #Ffffff;*/
	/*background: #F8E0F8;*/
	/* background-color: #F9FACA; */
	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 {
	font-family: "Times New Roman", Georgia, Times, Serif;
	/* font-size: 100%; */
	background-color: #FFFFC0;
	color: black;
	font-weight: bold;
	padding: 2px;
	line-height: 40px; 
 }

span.large
{ background-color:#FFffff; font-size: 1.5em; }

.hebrew {line-height: 40px;
	font-style: normal;
 font-family: "Times New Roman", Georgia, Times, Serif;
 font-weight: bold;
 font-size: 1.2em;
 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;}

.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: auto;
	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('../image/flower.jpg');
	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="https://varnava.org/#home">Home</a>
 <a href="https://varnava.org/#news">News</a>
 <div class="dropdown">
 <button class="dropbtn">Dropdown 
 <i class="fa fa-caret-down"></i>
 </button>
 <div class="dropdown-content">
 <a href="https://varnava.org/#">Link 1</a>
 <a href="https://varnava.org/#">Link 2</a>
 <a href="https://varnava.org/#">Link 3</a>
 </div>
 </div> 
</div>
*/

/*subbar*/

/* Subbar container */
.subbar {
	border-radius: 25px;
 overflow: hidden;
 background-color: pink; 
 font-family: Arial;
 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*/



/* +++++ Side menu +++++++*/
/* The sidebar menu */
.sidenav {
 height: 100%; /* Full-height: remove this if you want "auto" height */
 width: 160px; /* 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: #C0C0C0; /* Black */
 overflow-x: hidden; /* Disable horizontal scroll */
 padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
 padding: 6px 8px 6px 16px;
 text-decoration: none;
 font-size: 25px;
 color: #818181;
 display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
 color: #f1f1f1;
}

/* Style page content */
.main {
 margin-left: 160px; /* Same as the width of the sidebar */
 padding: 0px 10px;
}


fieldset{ 
	border: 5px inset red;
	padding: 5px;
	margin-bottom: 1em;
	/*background-color: #FFFF80;*/
}

legend
 {color: red;
	font-size: 30px;
	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;
}

