:root {
  /* --darkestgreen: #243242;
  --darkgreen: #306850;
  --lightgreen:#86c06c;
  --lightestgreen:#e0f8cf; */

  --bg-light: #6666cc;
  --bg-dark: #333399;
  --accent: #ccccff;
}

body {
    background-image:url("imgs/bg_grad_blue.png");
    background-color: var(--bg-dark);
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position-y: 100%;

    
    font-family: 'Open Sans', sans-serif;}

main {
    background-color:var(--accent);
    border: solid 5px var(--bg-light);
    position: absolute; 
    width: 70%;
    padding: 0em 1.5em 1em 1.5em;
    margin-top: 14%;
    margin-right: 15%;
    margin-left: 15%;

    z-index: 2;

}

main img {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

main:after {
    position: absolute;
    content: "";
    bottom: -40px;
    height: 40px;
    width: 1px;
}

#logo {
    z-index: 1;
    position: absolute;
    width: 50%;
    margin-left: 28%;
    margin-right: 25%;
    text-align:center;
}
#logo img {
    width: 100%;
}

#pagelogo {
}
h1 {
    font-family: 'Libre Baskerville', sans-serif;
    }

h2 {
}

h3 {
    text-align: center;
    font-family: 'Libre Baskerville', sans-serif;
    font-style: italic;
}


#smallprint {
    font-size: 1em;
    font-style: italic;
}

a {
    color: var(--bg-light);
}
a:visited {
    color: var(--bg-dark);
}

#centerimg {
    text-align: center;
}

.centered {
    text-align: center;
}

#centerimg img {
    width: 80%; }

#catalog {
    position: relative;
    display:table;
    text-align: left;
    padding-bottom: 1em;
}

.row {
    display: auto;
    padding-top: 1em;
    
}

.thumbs {
    display: table-cell;
    text-align: right;
}

.thumbs img {
    width: 100%;
}
.descrip {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 1em;

}

p.smallprint {
    font-size: 0.75em;
    text-align: center;
}