@font-face {
  font-family: Canterbury;
  src: url(Canterbury.ttf);
}

a {
	font-weight: bold;
	color: #8720AF;
	text-shadow: 1px 1px 2px #27004F, 0 0 1em white, 0 0 0.2em white;
	text-decoration: none;
}

p {
	margin-block-start: 0em;
	margin-block-end: 0.7em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.text_header_address {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia;
	color: #D770FF;
	text-shadow: 1px 1px 2px #27004F, 0 0 1em white, 0 0 0.2em white;
}

.text_menu1 {
	font-size: 2.5em;
	font-family: Canterbury;
	color: #C770DF;
	/*background-color: #111111;*/
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 2;
	text-shadow: 1px 1px 2px black, 0 0 0.7em white;
}

.text_menu1:hover {
	/*color: #77209F;*/
	color: #C770DF;
	background-color: #444444;
	text-shadow: 2px 2px 4px black, 0 0 1em black, 0 0 0.2em white;
}


.text_menu2 {
	font-size: 0.7em;
	font-family: Canterbury;
	color: #57007F;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-shadow: 1px 1px 2px white, 0 0 0.7em white;
}

.text_menu2:hover {
	/*color: #77209F;*/
	color: #57007F;
	text-shadow: 2px 2px 4px white, 0 0 1em black, 0 0 0.2em white;
}

/*

v2 - light then defined

.text_menu1 {
	font-size: 2.5em;
	font-family: Canterbury;
	color: #77209F;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.3;
	text-shadow: 1px 1px 4px white, 0 0 2em white, 0 0 0.4em white;
}

.text_menu1:hover {
	color: #9740AF;
	text-shadow: 2px 2px 6px black, 0 0 2em white, 0 0 0.4em white;
}

*/

/*

v1 - with a touch of marine(?)

.text_menu1 {
	font-size: 2.5em;
	font-family: Canterbury;
	color: #C750EF;
	background-color: #07102F;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.3;
	text-shadow: 1px 1px 2px black, 0 0 0.2em black;
}

.text_menu1:hover {
	text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em white;
	
}

*/

.text_title1 {
	font-size: 4vw;
	font-weight: bold;
	font-family: Canterbury;
	color: #57007F;
	text-shadow: 1px 1px 2px white, 0 0 1em #7D4C24, 0 0 0.2em white;
}

.text_title2 {
	font-size: 2.5vw;
	font-weight: bold;
	font-family: Georgia;
	color: #57007F;
	text-shadow: 1px 1px 2px #7D4C24, 0 0 1em #CD9C74, 0 0 0.2em white;
}

.text_title3 {
	font-size: 2vw;
	font-weight: bold;
	font-family: Georgia;
	color: #8720AF;
	text-shadow: 1px 1px 2px #27004F, 0 0 1em white, 0 0 0.2em white;
}

.text_title4 {
	font-size: 1.5vw;
	font-weight: bold;
	font-family: Georgia;
	color: black;
	text-shadow: 1px 1px 2px #27004F, 0 0 1em white, 0 0 0.2em white;
}

.text_body1 {
	font-size: 1.7vw;
	text-align: justify;
	font-weight: bold;
	font-family: Georgia;
	line-height: 1.5;
	text-shadow: 1px 1px 2px gray, 0 0 1em #AD7C54, 0 0 0.2em white;
}

.text_body2 {
	font-size: 1.5vw;
	text-align: justify;
	font-weight: bold;
	font-family: Georgia;
	line-height: 1.5;
	text-shadow: 1px 1px 2px gray, 0 0 1em #AD7C54, 0 0 0.2em white;
}


.text_body_center {
	text-align: center;
}