body
{
  margin: 0;
  padding: 0 4px;
  min-height: 100vh;
}

*
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

p
{
  margin-top: 0;
  margin-bottom: .6rem;
}

h1, h2, h3, h4
{
  display: block;
  margin: 0;
  font-weight: normal;
}

h1
{
  font-size: 1.6rem;
  letter-spacing: .07rem;
  margin-bottom: .6rem;
}

h2
{
  font-size: 1.4rem;
  letter-spacing: .06rem;
  margin-bottom: .5rem;
}

h3
{
  font-size: 1.2rem;
  letter-spacing: .04rem;
  margin-bottom: .4rem;
}

h4
{
  font-size: 1.1rem;
  letter-spacing: .02rem;
  margin-bottom: .3rem;
}

hr
{
  margin-top: 20px;
  margin-bottom: 20px;
}

input[type="text"],
select,
textarea
{
  font-family: inherit;
  font-size: 90%;
}

div#page
{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  min-width: 350px;
  margin: 0 auto 20px auto;
  background: #476161;
  padding: 6px;
  border: 1px none orange;
}

/* Login icon on banner & footer*/
a.log_in_icon 
{
  display: flex;
  justify-content: flex-end;
}

a.log_in_icon > img
{
  width: 18px;
  height: 18px;
  cursor: pointer;
}

div#banner > a.log_in_icon
{
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 10;
}

div#footer > a.log_in_icon
{
 justify-content: center;
}


.page_caption
{
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color:#eeeeee;
}

.form_msg
{
  width: 100%;
  margin: 8px 0;
  text-align: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #841B2D;
  font-variant: small-caps;
  font-size: 1.2rem;
}

div#content
{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
}

/* ----- */

.img_shadow
{
  -webkit-box-shadow: 4px 4px 9px 0 rgba(85,85,85,1);
  box-shadow: 4px 4px 9px 0 rgba(85,85,85,1);
}

div#copyright
{
  display: flex;
  justify-content: center;
  font-size: .9rem;
  margin: 12px 0;
  text-align: center;
  color: black;
}

.footnote
{
  font-size: .9rem;
}
