@charset "utf-8";

body {
    text-align: center;
    background-color: #F3D2E7;
    width: auto;
    height: auto;
}
header  {
    text-align: center;
    font-size: 36px;
    display: block;
    height: 70px;
    width: auto;
    background-repeat: no-repeat;
    text-shadow: -3px 3px hsla(0,0%,44%,0.50);
    border: 3px solid rgba(162,161,161,1.00);
    border-radius: 15px;
    background-color: rgba(255,255,255,1.00);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;


}
/* CSS Document */

.cedarville-cursive-regular {
  font-family: "Cedarville Cursive", cursive;
  font-weight: 400;
  font-style: normal;
}
.edu-nsw-act-cursive-<uniquifier> {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
#subtitle {
    font-size: 18px;
}



#Logo  {
    width: 150 px;
    margin-left: 0px;
    margin-top: -22px;
    z-index: 10;
    display: flex;
    float: left;
    position: fixed;
}

#socials {
    width: 55px;
    height: 150px;
    display: block;
    margin-left: -8px;
    float: left;
    position: fixed;
    top: 150px;
    left: 15px;
    margin-top: 32px;
}
#cornerVines {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

#mainBody {
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    margin-top: 25px;
    background-color: hsla(0,0%,100%,0.85);
    border-radius: 25px;
    /* [disabled]margin-left: 15px; */
    /* [disabled]margin-right: 15px; */
    width: auto;
    height: auto;
    border: 3px solid rgba(162,161,161,1.00);
}
#mainBody #menudiv {
    z-index: 20;
    /* [disabled]position: relative; */
    width: 300px;
    height: 30px;
    display: block;
}

#mainBody #menudiv ul {
    width: 275px;
    /* [disabled]position: relative; */
    z-index: 20;
    list-style-type: none;
}
#menudiv ul li {
    float: left;
    width: 75px;
}
#ShaleseToon {
    width: 250px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}
.ShalToonImg  {
    width: 250px;
    height: 500 px;
    margin-left: auto;
    margin-right: auto;
}
#mainBody #sitdesc {
    margin-top: 60px;
    margin-bottom: 20px;
}
#mainBody #tablediv {
    /* [disabled]margin-top: 80px; */
    display: none;
}
#mainBody table {
    margin-left: auto;
    margin-right: auto;
    display: none;
}
#tablediv #upperleftsq {
    float: left;
    margin-top: -35px;
    z-index: 20;
    position: absolute;
    margin-left: 100px;
    display: none;
}
#tablediv #lowerrightsq {
    position: absolute;
    z-index: 20;
    float: right;
    clear: both;
    margin-right: 0px;
    margin-left: 990px;
    margin-top: -145px;
    display: none;
}
#preOrder {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 25px;
    border: thin solid hsla(0,0%,0%,1.00);
    border-radius: 15px;
    background-color: #FAEFF6;
    display: none;
}
form p #items {
    /* [disabled]width: 250px; */
}
form select {
    float: right;
    /* [disabled]margin-right: 100px; */
    /* [disabled]margin-left: -50px; */
}


a:link, a:visited, a:active {
  color: #000000;
}
#mainBody #location {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 50px;
    display: block;
}
#mainBody #location #fullsize {
    display: none;
}
#mainBody #location #mobilesize {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
#footer {
    width: auto;
}



#footer #cornerVinesLeft {
    width: 160px;
    display: none;
    position: absolute;
    z-index: 20;
    margin-top: -190px;
}

#footerinfo {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    display: block;
    font-size: 12px;
}
.PreOrder {
    font-weight: bold;
    font-size: large;
    text-shadow: 3px 3px hsla(322,58%,89%,1.00);
}
.UInormal {
    padding-top: 5px;
    top: 10px;
    vertical-align: bottom;
    display: flex;
    padding-left: 10px;
    margin-left: 6px;


}







@media (min-width:800px){
}
