

html { font-size: calc(1em + 1vw); }

body {background-color: #23392c; margin: 0px;
background-image: url("/Simpler Web Page.jpg");
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: contain;
min-width: 390px;
}

footer {background-color: #23392c; position:absolute;
   bottom:0;
   width:100%;
}

h1, h2, h3, h4, h5, p {font-family: 'freight-big-pro', serif; font-weight: 700;
font-style: normal; text-align: center;}

h1 {font-size: 24px; color: #aca48f; letter-spacing: 1px;}

h2 {font-family: 'freight-sans-pro', sans-serif;
font-weight: 400;
font-style: normal; font-size: 16px;  color: #aca48f
;}

span.line {
  display: inline-block;
}


.links {display: flex;
 justify-content: center;
 margin: 50;
    padding: 0px 25px 0px;
margin-left: auto;

margin-right: auto;
margin-bottom: 20px
}


.FandF {display: block;
  margin: 0;
    padding: 0;
  margin-left: auto;
  margin-right: auto;
}

a {color: #aca48f}

a:link {
  color: #aca48f;
  text-decoration: none;
}

a:visited {
  color: #777163;
text-decoration: none;
}

a:hover {
  color: #777163;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #aca48f;
  background-color: transparent;
  text-decoration: none;
}
