body {
  color: #F2F3F4;
    text-align: center;
font-family: new-spirit, serif;
font-weight: 500;
font-style: normal;
font-size: 8vw;
}

#email {
  color: #cc9966;
  text-decoration: none;
}

#licenceinfo
{
  color: #cc9966;
  text-align: left;
  font-size: 2vw;
font-weight: 500;
}

#heading
{
  color: #cc9966;
  text-align: left;
  font-size: 5vw;
font-weight: 500;
}

#about
{
  background-color: #f3dcba;
  color: #4e402c;
  text-align: left;
  font-size: 3vw;
  font-weight: 500;

}

#artist
{
  background-color: #F2F3F4;
  color: #4e402c;
  text-align: left;
  font-size: 3vw;
  font-weight: 500;

}
#aboutartistlink
{
color: #cc9966;
}

#backgrounder
{
    background-image: url("images/folded01.JPG");
    background-attachment: fixed;
    background-size: cover;
     background-origin: content-box;
     width: 100%;
     height: auto;
}

#inset
{
    margin:1.25em 0;padding:0 0 0 1em;border-left:0.25em solid #cc9966;
    
}

#blanklhs {
    width: 25%;
  float: left;
}

#activelhs {
    width: 25%;
  float: left;
  padding: 15px;
  border: 1px solid red;
}
#activerhs {
    width: 25%;
  float: left;
  padding: 15px;
  border: 1px solid red;
}
#blankrhs {
    width: 25%;
  float: left;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFE135;
  opacity: 0.8;
  position: fixed;
  bottom: 0;
  width: 100%;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  font-size: 36pt;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #E9D66B;
  opacity: 0.8;
}

.active {
  background-color: #FFAA1D ;
  opacity: 0.8;
}

h1 {
  color: #F2F3F4;
    text-align: center;
font-family: gill-sans-nova, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 60pt;
}

table {
  width: 100%;
  border-spacing: 10px;
}

tr, td {
  padding: 35px;
  text-align: center;
  
}

#choice_page1 {
    background-color: none;
}


#title {
    color: red; font-size: 22pt;
}


#choice1 {
    font-size: 48pt
}
#choice2 {
    font-size: 48pt
}
#caption {
    color: yellow; font-size: 11pt;
}
#licence {
    color: red; font-size: 22pt;

}
/* unvisited link */
a:link {
  color:#FEFDFF;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #FEFDFF;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #F2F3F4;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #F2F3F4;
  text-decoration: none;
}
