body {
    background-color: #f3f2eb;
    margin: 0;
    padding: 0;

}
#container {
    margin-top:0;
    max-width: 940px;/*940px*/
    min-width: 640px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: auto;/*936px*/
    /*border: 1px solid blue;*/
}
#mainHolder{
    margin-top:30px;
    width: auto;/*900px*/
    min-width: 700px;
    margin-left: 25px;/*auto*/
    margin-right: 25px;/*auto*/
    border: 1px solid #e1dfcd;
    background-color: #f0eede;
    height: auto; /*866px*//*later programmatically controlled by number in list*/
    box-shadow: 5px 5px 10px #d0cece;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 6px;
    /*border: 1px solid red;*/
}
/* #blower {
    position: relative;
    top: -326px;
    left: 128px;
    z-index: 8;
}*/
#topHolder {
    width: 100%;
    /*margin-left: 15px;
    margin-right: 15px;*/
    /*border: 1px solid orange;*/
}
#photoHolder{
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 25px;
    width: calc(100% - 50px);
   /* width: auto;/*862px*/
    height: auto; /*473px*/
}
#photo {
    width: 100%;
    height: auto;
}
#theMainHead {
    font-family: "Mukta Mahee", sans-serif;
    font-style: normal;
    font-size: 28pt;
    font-weight: 300;
    letter-spacing: 6px;
    line-height: 28pt;
    text-align: center;
    color: #663333;
    margin-top: 10px;
}
#theSubHead {
    font-family: "Mukta Mahee", sans-serif;
    font-style: normal;
    font-size: 8pt;
    font-weight: 200;
    letter-spacing: 3.5px;
    color: #663333;
    text-align: center;
    margin-bottom: 26px;
    text-transform: uppercase;
}
#noCookies {
    display: none;
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Mukta Mahee", sans-serif;
    font-style: normal;
    font-size: 8pt;
    font-weight: 200;
    letter-spacing: 3.5px;
    color: gray;
}
.fade {
  opacity: 1;
  transition: opacity 10s ease; /* Duration of fade-out */
}
.fade-out {
  opacity: 0; /* Make the div invisible */
}
#tablet {
    display: none;
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Mukta Mahee", sans-serif;
    font-style: normal;
    font-size: 10pt;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: red;
}
#more {
    font-size: 8pt;
    font-weight: 600;
    color: gray;
    text-align: right;
    margin-right: 30px;
}
#panelGroup {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 25px;
    width: calc(100% - 25px);
    height: auto;/*280px*//*auto;*/
    max-height: 280px;
    /*border-radius: 6px;*/
    /*border: 1px solid #00e9fd;*/
}
.panel {
    /* .panelHeight75*/
    width: calc(100% - 25px);
    min-width: 570px;
    /*margin-bottom: 15px;*/
    background-color: #f0eede;
    box-shadow: 5px 5px 10px #d0cece;
    border: 1px solid #dedddd;
    border-radius: 6px;
    color: black;
    height: 75px;
    /*border: 1px solid red;*/
}



.pointerCursor {
    cursor: pointer;
}
.panelText {
    /*margin-top: 12px;*/
    padding-top: 18px;
    width: auto;/*NEW*/
    font-size: 28pt;
    cursor: pointer;
    line-height: 16pt;
    height: 75px;
    /*TEMP*/
   /* border: 1px solid green;*/
}
.panelSubText {
    font-weight: 300;
    font-size: 8pt;
    margin-top: 6px;
    font-family: 'OpenSans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.treeLogo {
    /*margin-left: 10px;*/
    margin-left: auto;
    margin-top: -90px;
    /*float: left;*/
    width: clamp(25px, 50cqw, 200px);
}
.lock {
    width: 44px;
    height: 46px;
    float: right;
    margin-top: -60px;/*-30px*/
    margin-bottom: 30px;
    margin-right: -29px;
    cursor: help;
}
/* not used?
#coming {
    position: relative;
    top: 0px;
    left: 340px;
    float: left;
}*/
#message {
    position: absolute;
    top: 25%;
    right: 50%;
    width:300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transform: translate(50%,-50%);
    display: none;
    z-index: 10;
    border: 1px solid #663333;/*#e1dfcd*/
    box-shadow: 5px 5px 10px rgba(64, 64, 64, 0.6);
    border-radius: 6px;
    background-color: #f3f2eb;
    padding: 15px 15px 12px 15px;
    text-align: center;
    font-family: 'OpenSans', sans-serif;
    color: #663333;
    font-weight: 200;
    font-size: 10pt;
}

#message a:link {
    text-decoration: none;
    color: #663333;
}
#message a:hover {
    /*background-color: #d5d1b0;*/
    border-bottom: 1px solid #663333;
}
.messageLogo {
    visibility: hidden;
    margin-right: 50px;
    margin-top: -20px;
}

#footer {
    margin-top: 0;
    width: auto;/*900px*/
    min-width: 700px;
    margin-left: 25px;/*auto*/
    margin-right: 25px;/*auto*/
    display: flex;
    align-items: center;
}
#credits {
    font-size: 6pt;
    font-family: 'OpenSans', sans-serif;
    color: #663333;
    font-weight: 200;
    text-align: right;
    padding-top: 4px;
    padding-right: 75px;
    flex: 1;
}
#contact {
    font-size: 6pt;
    font-family: 'OpenSans', sans-serif;
    color: #663333;
    font-weight: 600;
    padding-top: 4px;
    flex: 1;
    text-align: center;
    cursor: pointer;
}
#contact a {
    text-decoration: none;
    color: #663333;
}
#contact a:hover {
    border-bottom: 1px solid #663333;
    color: #663333;
}
#emptyForNow {
    padding-top: 6px;
    flex: 1;
    text-align: left;
    padding-left: 40px;
}
