/*
Sticky footer
 */

.Site
{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content
{
  flex: 1;
}

@font-face
{
  font-family: "A Charming Font";
  src: url("../fonts/ACharmingFontSuperexpanded.ttf");
}

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


.logotxt
{
    font-family:"A Charming Font";
    font-size:11vw;
    font-weight:bold;
    text-decoration:none;
}

.subtitle
{
  font-family: "Cinzel";
  font-variant: small-caps;
  font-size: 1.5rem;
  font-weight: bold
}

a
{
    color: #000000;
    background-color: transparent;
	text-decoration: none;
/* 	font-variant: small-caps; */
	font-weight: bold;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover
{
    color: #0fa0ce;
    outline-width: 0;
}

.right {
  position: absolute;
  right: 30px;
  width: 300px;
  padding: 10px;
}


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%;
}
