
@font-face
{
  font-family: "Cinzel";
  src:url("../fonts/Cinzel-Regular.ttf");
}

@font-face
{
	font-family: "Kerkis-Calligraphic";
	src:url("../fonts/Kerkis-Calligraphic.otf");
}

h1
{
  font-family: "Kerkis-Calligraphic";
  font-size: 11vw;
}

h6
{
  font-family: "Cinzel";
  font-variant: small-caps;
  font-weight: bold;
}

summary
{
  font-weight: bold;
}

my-legend
{
 font-weight: 600;
    display: block;
    margin-bottom: .5rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  background-color: #f9f9f9;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  	font-weight: bold;

}

blockquote
{
    margin: 5px;
    padding-left: 20px;
    text-align: center;
    font-weight: bold;
    border-left: 0 solid #f2f2f2;
}

#wrapper {max-width:960px; width:100%; margin:auto;}

.myArticle
{
	margin: 5;
	padding: 15px;
    margin-bottom: 1rem;

	text-align: left;
	line-height: 1.8;
}

iframe.policy {
	max-width: 100%;
	max-height: 100%;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	top:0;
	left:0;
	border:none;
	color:#000000;
	allowfullscreen;
	position::relative;
	overflow:hidden;
	padding-top: 2%;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

button.policy
{
/* 	display: flex; */
	border: none;
	text-align: left;
	  text-indent: 18px;
	color: #000000;
	font-family: 'Roboto', 'Raleway', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6;
    opacity: 1;
    margin-bottom: 0;
    padding: 0px;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: -0.02rem;
    text-transform: none;
    text-decoration: none;
}

img
{
  object-fit: contain;
}

#form
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-start;

}

fieldset.messageForm
{
    border: none;
/*     outline: none; */
}

input.messageForm
{
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  }

textarea.messageForm
{
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
	width:100%;
}

button.messageForm
{
/*
    border: none;
    color:"red";
 */
/*     outline: none; */
}
