html {
    background: #F2F0E0;
    
    }

body {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 5% 0 5%;
    max-width: 90%;
    padding: .5em 0 .5em;
}
h1 {
    line-height: 0.5;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
}

td h2 {
    padding: none;
    line-height: normal;
}
a {
    text-decoration-color: black;
    text-decoration-line: 1px;
    font-weight: bolder;
}

a:any-link {
    color: darkred;
    padding: 1px;
}

b, strong {
    font-weight: 600;
}

hr {
    width: 95%;
    height: .25px;
}

img {
    background: transparent;
    border-radius: 2px;
    display: block;
    padding: 2px;
    max-width: 95%;
}

.artsale1 {
    width: 25%; 
    background-color: rgba(157, 184, 185, 0.75);
    vertical-align: top;
    margin: 24px; 
    padding: 12px; 
    border-radius: 12px;
    border-width: 2px;
    border-color: black;
    border-style: dotted;
}

.artsale2 {
    width: 25%; 
    background-color: rgba(157, 184, 185, 0.35);    
    vertical-align: top;
    margin: 24px; 
    padding: 12px; 
    border-radius: 12px;
    border-width: thin;
}

.artsaleimg {
    width: 65%; 
    float: right; 
    padding: 0 6px 1em 12px;
    margin: 0 0 -25px 0;
    rotate: 2deg;

}

.maincontent {
    column-count: 1;

}
.maincontent:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  padding: 5px;
  }

.left {
    font-family: sans-serif;
    width: 60%;
    border-radius: 12px;
}
.right {
    font-family: serif;
    width: 35%;
    border-radius: 12px;
    float: right;
    resize: none;
    padding: 2em;
}
.rightbox {
    text-align: left;
    font-family: sans-serif;
    float: right;
    width: 35%;
    resize: none;
    background-color: rgba(189, 195, 166, 0.73);
    border-radius: 6px;
    padding: 0 1em 1em;
}

.rightbox tr td {
    padding: none;
    
}

.copyright {
    background-color: #E69975; 
    font-size: 10pt; 
    margin: 12px 0 8px 0;
    padding:  2px 18px 18px 18px;
    border-radius: 12px;
}

.maincolumn {
    text-decoration-color: black;
    text-align: justified;
    text-decoration: none;
    font-family: arial;
    width: 90%;
    resize: none;
    padding: 10px;
    z-index: 100;
}

.heder {
    font-family: Arial, Helvetica, sans-serif; 
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 72pt; 
    font-weight: 600;
    font-style: bold; 
    display: inline block; 
    text-align: center;
    z-index: 1001;
}

.title {
    font-family: sans-serif;
    font-weight: 200;
    font-size: 18px;
    border: 2px;
    border-color: #829c9c;
    border-radius: 12px;
    padding: 6px;
    margin: 12px;
    text-align: center;
}

table {

    font-family: sans-serif;
}
tr {
    border: none;
 margin: 8px 0 0 0;
}

indicia {
    font-family: monospace;
    font-size: 8px;
    background-color: lightgray;
}

.cornerbox {
    width: 60%;
    background-color: white;
    padding: 0 24px 0 24px;
    border-radius: 12px;
    vertical-align: top;
}

.vLine {
border-left: 2px solid black;
    height: 160px;
    margin-left: 50%;
    
}

.derpshadow {
    border-color:darkgray;
    border-radius: 12px; 
    float: right; 
    width: 40%; 
    margin-left: 10px; 
    margin-top:-60px; 
    margin-bottom: 10px; transform: rotate(3deg); box-shadow: 3.3px 6.6px 6.6px hsl(0deg 0% 0% / 0.40);
}

.dropbtn {
  background-color: 9db8b9;
  color: black;
  padding: 8px;
font-weight: 300;
    font-family: monospace;
  font-size: 16px;
  border-style: solid;
    border-width: medium;
    border-radius: 8px;
}

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
font-weight: 300;
font-family: monospace;
  font-size: 16px;
  min-width: 160px;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  z-index: 251;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #9db8b9;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #9db8b9;}

.zineshadows {
     box-shadow: 3.3px 6.6px 6.6px hsl(0deg 0% 0% / 0.40);

    rotate: -2deg; 
    margin-top: -24px;
}

